Tagged Questions
3
votes
1answer
186 views
Limit Zooming Geometry Features in OpenLayers
I draw flag feature on my map as follows:
myVectorLayer = new OpenLayers.Layer.Vector("Flag Geometry", {
renderers: renderer,
isBaseLayer: true,
projection: new OpenLayers.Projection("EPSG:900913"),
...
15
votes
3answers
2k views
Visualising WKT geometry string in QGIS
A very simple question: Is there a simple tool in QGIS to graphically visualise geometry formatted as text?
Example geometry:
"POLYGON((571178 6337246,571178 6402217,598061 6402217,598061
...