KML is an XML file format used to display and annotate geographic data, made popular by Google Earth.

learn more… | top users | synonyms

3
votes
4answers
413 views

How to Embed KML files (Google Earth) into a website without the google gadget?

I am trying to embed a KML file onto our webpage and the way it was previously done, using the KML embedding tool from Google no longer works, it seems that google has taken the gadget down or ...
3
votes
4answers
570 views

can't read attribute from map file (.kml) using openlayers

I want to create thematic maps using openlayer with kml map. but when i run the code, color and label thematic maps of the polygon can't show up. instead writing out undefined. what's the cause? are ...
3
votes
3answers
49 views

What's an analogy for a Network Link (KML)?

I'm trying to communicate how a product could/should/does behave with Network Links but am often getting tripped up by explaining the difference between the "link" and the "fetched content" -- which ...
2
votes
2answers
107 views

Using OpenLayers how can I Extract some information relative to the whole KML file?

I am creating a KML layer like this: new OpenLayers.Layer.Vector("KML", { projection: myDisplayProjection, strategies: [new OpenLayers.Strategy.Fixed()], ...
1
vote
2answers
273 views

How to make editable polygons in Google Maps?

I've just recently started learning Google maps, JavaScript, etc., and have a few questions about a project that I'd like to do. I'm wanting to take some ESRI shapefiles, convert them to KML, and then ...
0
votes
1answer
41 views

display a kml on rumsey historical map

i want to diplay a kml (on a public url) on this map http://rumsey.geogarage.com/maps/g2104028.html?lat=44.22158376545796&lon=10.634765625&zoom=8 any hint to start? looking at that page ...
0
votes
1answer
164 views

KML file seems to load in Openlayers without error but doesn't show vectors

I'm trying to load a KML file into an Openlayers map. It seems to successfully run but I am not seeing anything show up on the map. Vectors should show up in an area of New Mexico if it's working ...

1 2