I am not able to display Ground Overlays in a KML file with OpenLayers. Does OpenLayers supports KML Ground Overlays? If not, how would I proceed in writing my own code or plugin for OpenLayers so that I can display Ground Overlays?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
The regular way does not support it (OpenLayers.Format.KML). as you can see this example contains an overlay in france and it does not show up in openlayers but it does in google earth. http://openlayers.org/dev/examples/sundials.html http://openlayers.org/dev/examples/kml/sundials.kml You're going to have to parse it manually and use OpenLayers.Layer.Image to mount it using the bounds extrancted from the KML overlay element. |
|||
|
|