Tagged Questions
0
votes
0answers
100 views
Get feature from two overlapping KML layers doesn't work
I did an implementation similar to http://openlayers.org/dev/examples/sundials.html
The difference is that I have two or more kml layers at the same location and want to show their information ...
0
votes
0answers
60 views
How can I display remotely the Panoramio's KML layers
I'm trying to display in my web portal the Panoramio's kml layer. The above code developen in OpenLayers is what I'm doing:
mapa = new OpenLayers.Layer.Vector("Panoramio Photos", {
projection: ...
2
votes
1answer
143 views
How to use arcpy.mapping to batch export layer to KML?
I am trying to export map layers from an MXD to KML using arcpy with the following code:
import arcpy, os, sys, traceback
arcpy.env.overwriteOutput = True
mxd = ...
2
votes
1answer
529 views
Problem with layer order in OpenLayers and Google styled maps
I'm using OpenLayers with Google styled maps. My biggest problem is KML polygon layer which needs to be under roads layer but it isn't (see prtscr). What am I doing wrong?
This is my coding:
...
3
votes
1answer
242 views
What open-source web mapping solution I need to use for this situation?
I will try to explain what I need to do. I have about thirty KML polygons. I need to put them on some satellite map. On the top of these layers (KMLs, satellite) there must go layer with roads. I ...
