Top "Kml" questions

Keyhole Markup Language (KML) is an XML standard used for expressing geographic annotation and visualisations.

Debugging KML file

<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/…

debugging kml google-earth
Load a kml file periodically to update position in google earth

I want to load a kml file every 10 seconds with google earth, I found this example http://ukhas.org.uk/…

kml
Adding Kml Layer to google map

I'm trying to add a couple of KML layers to a map. This is the code I have: var myKmlOptions = { …

google-maps-api-3 kml
read out KML FIle with Javascript

i have a KML File with Districts of a City and want to read it out with Javascript in order …

javascript google-maps-api-3 kml
KML layer in Openlayers doesn't work on localhost

I have strange problem with rendering KML file in OpenLayers. It seems to be easy, but it's not. I've started …

javascript google-maps kml openlayers
Is there any maximum size for KML files to open in Google Earth/

I have created a kml file with 15.439 contour and each one has 360 coordinates. The file size is 369Mb. When I …

kml google-earth filesize
How to draw path between placemark

I'm new on kml and do not find the way to create a paths between several placemark (each with some …

kml
Extract Coordinates from KML BatchGeo File with Python

I've uploaded some addresses to BatchGeo and downloaded the resulting KML file from which I want to extract the coordinates. …

python lxml geocoding kml pykml
How do I get a servlet container to read JSESSIONID from the query string rather than from the URL

I need to be able to maintain a session by having the JSESSIONID specified as a parameter of the query …

java servlets kml google-earth jsessionid
How long does Google Maps cache kml files?

I have over 20 kml/kmz files that I let users add to a Google Maps (ver 2). I know that if …

google-maps kml