Changeset 7536
- Timestamp:
- 07/17/08 10:35:15 (1 month ago)
- Files:
-
- trunk/openlayers/tests/Format/WKT.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/Format/WKT.html
r7413 r7536 232 232 var format = new OpenLayers.Format.WKT({ 233 233 externalProjection: projections["src"], 234 internalProjection: projections["dest"] ,234 internalProjection: projections["dest"] 235 235 }); 236 236 var feature = format.read("GEOMETRYCOLLECTION(POINT(" + points["src"].geometry.x + " " + points["src"].geometry.y + "))")[0];
