Questions tagged [geoxml3]

geoxml3 is a third party KML parser for the Google Maps API v3 that parses KML files and renders them as native Google Maps API v3 objects.

Geoxml3 is a third party KML parser for the Google Maps API v3 that parses KML files in the browser and renders them as native Google Maps API v3 objects. There is also a branch that supports KMZ files (zipped KML files).

104 questions
0
votes
1 answer

Adding custom html to infowindow of KML data

I am hoping a Google maps (geoxml3) expert may be able to help. What I am trying to do is really quite simple, but i'm just not savvy enough with coding to accomplish it. I have a simple map using the google maps api v3 and geoxml3 which loads some…
Palle
  • 166
  • 1
  • 1
  • 9
0
votes
1 answer

Load KML Layer on google Maps using geokml3

I want to use Geoxml3 to load a kmlfile on googlemap, the googlemap is loaded but the layer is not shown, i don't know what is wrong with my code, can anyone help?