removed extra comma (IE complains), no functional change
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7536 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -231,7 +231,7 @@
|
|||||||
|
|
||||||
var format = new OpenLayers.Format.WKT({
|
var format = new OpenLayers.Format.WKT({
|
||||||
externalProjection: projections["src"],
|
externalProjection: projections["src"],
|
||||||
internalProjection: projections["dest"],
|
internalProjection: projections["dest"]
|
||||||
});
|
});
|
||||||
var feature = format.read("GEOMETRYCOLLECTION(POINT(" + points["src"].geometry.x + " " + points["src"].geometry.y + "))")[0];
|
var feature = format.read("GEOMETRYCOLLECTION(POINT(" + points["src"].geometry.x + " " + points["src"].geometry.y + "))")[0];
|
||||||
t.eq(feature.geometry.toString(), points["dest"].geometry.toString(),
|
t.eq(feature.geometry.toString(), points["dest"].geometry.toString(),
|
||||||
|
|||||||
Reference in New Issue
Block a user