another round of LatLon -> LonLat [99] revisions
git-svn-id: http://svn.openlayers.org/trunk/openlayers@103 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
t.plan( 5 );
|
||||
bounds = new OpenLayers.Bounds(1,2,3,4);
|
||||
t.ok( bounds instanceof OpenLayers.Bounds, "new OpenLayers.Bounds returns Bounds object" );
|
||||
t.eq( bounds.minlat, 1, "bounds.minlat is set correctly" );
|
||||
t.eq( bounds.minlon, 2, "bounds.minlon is set correctly" );
|
||||
t.eq( bounds.maxlat, 3, "bounds.maxlat is set correctly" );
|
||||
t.eq( bounds.minlat, 1, "bounds.minlat is set correctly" );
|
||||
t.eq( bounds.maxlon, 4, "bounds.maxlon is set correctly" );
|
||||
t.eq( bounds.maxlat, 3, "bounds.maxlat is set correctly" );
|
||||
|
||||
}
|
||||
function test_02_Bounds_toBBOX(t) {
|
||||
|
||||
Reference in New Issue
Block a user