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:
@@ -10,8 +10,8 @@
|
||||
t.ok( marker instanceof OpenLayers.Marker, "new OpenLayers.Marker returns Marker object" );
|
||||
t.ok( marker.icon instanceof OpenLayers.Icon, "new marker.Icon returns Icon object" );
|
||||
t.ok( marker.lonlat instanceof OpenLayers.LonLat, "new marker.lonlat returns LonLat object" );
|
||||
t.eq( marker.lonlat.lat, 1, "marker.lonlat.lat returns correct lat" );
|
||||
t.eq( marker.lonlat.lon, 2, "marker.lonlat.lon returns correct lon" );
|
||||
t.eq( marker.lonlat.lat, 1, "marker.lonlat.lat returns correct lat" );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user