OpenLayers.Util.getFormattedLonLat does not deal correctly with 60 seconds and 60 minutes, p=mattnott,jorix, r=me,marcjansen (closes #2852)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11405 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -1101,6 +1101,12 @@
|
||||
t.eq(OpenLayers.Util.toFloat(b1), OpenLayers.Util.toFloat(b2),
|
||||
"toFloat rounds large floats correctly #2");
|
||||
}
|
||||
function test_getFormattedLonLat(t) {
|
||||
t.plan(1);
|
||||
var z = 2 + (4/60) - 0.000002 ;
|
||||
t.eq(OpenLayers.Util.getFormattedLonLat(z,"lon"), "02°04'00\"E",
|
||||
"LonLat does not show 60 seconds.");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user