Tagged Questions
12
votes
3answers
5k views
Layers having the same coordinate system should overlap, but they don't. What's wrong?
I put 4 different layers into my ArcMap document, but only one of them will show up on the map! I should be seeing the other 3 layers as well. When I do a Zoom to layer, I can see one layer, but I ...
5
votes
2answers
2k views
How to display image overlays in OpenLayers?
I am working on displaying Ground Overlays on OpenLayers by parsing KML manually.
To do so, I was trying to add an image on top of Google Map by looking at GroundOverlay section from ...
4
votes
4answers
3k views
How to reproject base layers in OpenLayers?
The issue is:
I have vector/topo/image tiled maps for some places in north america which were published as ArcGIS Server REST service. These maps (A) are based in EPSG26912 projection. Now I wanna ...
3
votes
1answer
1k views
OpenLayers doesn't show an overlay with a different SRS than the base layer
I need to add an overlay layer that uses EPSG:4326 to a map with a base layer that uses EPSG:32628.
Every time I add the overlay OpenLayers automatically switches the SRS param of the overlay to ...