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

Geocodezip map empty sidebar

I am using the following example of a map in my webpage. (obtained from an answer in this other question) The source code of both is practically the same, but I can't make the titles of the locations in the sidebar to appear in the page hosted in…
yenssen
  • 1,171
  • 2
  • 23
  • 37
0
votes
2 answers

Incompatibility with geocodezip map in internet explorer (any version)

I have this map, as an answer of this other question. It uses geocodezip and works well, but it is not working in Internet Explorer. Can you suggest me any solution? This is the link of the…
yenssen
  • 1,171
  • 2
  • 23
  • 37
0
votes
1 answer

Styles not being recognized when attempting to change with a google fusion table query

I have an otherwise working application at Sample Web Site I would like to change the display of the selected line from the default thin red line to a much thicker green (or red) line. When I changed the following code in the map.js file from //…
0
votes
1 answer

Issue with bounds determinination using geoXML3 and a MultiGeometry record

The full code that illustrates the problem can be viewed at Web Page showing problem The code, which mostly works, takes the query parameter searches a couple of FusionTables for matching records and zooms the map to the extent of the selected…
0
votes
1 answer

Google maps api v3: infowindow contents are misplaced

I am using geoxml3 to parse a kml file of points. On click of the marker an info window opens with some description. The problem is that the information is being displayed misplaced and also two links are added in the info window which I want to…
0
votes
2 answers

Display kml file on a map

In my application I would like to display a kml file over the google maps using google map api v3. While I was searching for the solution I came across geoxml3, BUT i don't really understood its use and for what is used. Can anyone explain if its…
IT_info
  • 707
  • 4
  • 16
  • 36
0
votes
1 answer

Using geoxml3 json object to simulate a update method?

Follow geoXML3 api.. after every KML parse a JSON object mapping all tags is created. SO is it possible o get that JSON object, make some modify, like update or remove some element.. AND create a NEW kml (dynamically) and show that changes…
0
votes
1 answer

How to use networkLink update in geoXml3?

I tried a lot to use networklink tag.. to update a content in google maps Api v3.. but google support told me that networkling update is not supported in google maps.. only in earth. So I found geoXml3 api.. but there isn't documentation .. recently…
-1
votes
1 answer

geoXML3 "not a LatLngBounds" error in custom createPolygon function

I'm trying to use the createPolygon option of geoXML3.parser to customise how Polygon elements imported from my KML file are rendered on my map (Google maps api v3), but I'm getting an error in the console, and the map fails to load. Here's a…
murchu27
  • 527
  • 2
  • 6
  • 20
-1
votes
1 answer

Can't load large kmz file using google (api or geoxml3)

I am trying to load kmz files on my page. I tried two ways: The first method is by using: map = new google.maps.Map(document.getElementById("googleMap"), mapProp); layer = new google.maps.KmlLayer('http://www.rwaafid.com/KMZ/geoxml3/1.kmz'); …
Khalid
  • 1
  • 1
-1
votes
6 answers

Google Maps API & geoxml 3 - Zoom to placemark on click/Center placemark on map

UPDATED SCRIPT - with click and zoom/center Still not quite right, first click shows infoWindow put does not zoom/center // When the window has finished loading create our google map below google.maps.event.addDomListener(window, 'load',…
Nathan
  • 3
  • 7
-1
votes
1 answer

Error processing resource while parsing KML with '°' symbol in IE

i am trying to parse my kml file which contains the data with degree symbol and IE cannot recognize that symbol. So i need to either replace the degree symbol with its hash code or have to escape this character. i have verified a lot of links but…
essitco java1
  • 35
  • 1
  • 5
-1
votes
2 answers

unable to load kml file using geoxml3

i have tried to load two kml files, admin.kml and pibkt.kml , with the same code below: Google Maps KML
Kiki Rizki
  • 21
  • 1
  • 9
-1
votes
1 answer

Can't get google.maps.event.trigger(geoXml.docs[0].placemarks[0].marker,'click') to work

I want an infowindow to open automatically when this map is loaded. I'm trying to apply the very fine answer here, the only difference I can see being that I'm triggering a click on a marker rather than on a polygon. I've been staring at and…
1 2 3 4 5 6
7