nicowesse / geoxml3

Automatically exported from code.google.com/p/geoxml3
0 stars 0 forks source link

<address> without <Point> cuases Uncaught RangeError: Maximum call stack size exceeded #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a KML with only an <address> tag without a <Point><coordinates> tag.
2. Put on server.
3. Serve locally using geoxml3.

What is the expected output? What do you see instead?
The map showing the location based on the address. Causes exception instead. 
Opens fine in Google Earth with the location marked.
Uncaught RangeError: Maximum call stack size exceeded

What version of the product are you using? On what operating system?
network_link branch, r39, Oct 23, 2010 
Fedora 18, Google Chrome Version 28.0.1500.95

Please provide any additional information below.
None.

Original issue reported on code.google.com by riza.sha...@gmail.com on 3 Sep 2013 at 10:41

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
BTW, did not use KMZ r100 branch due to a problem accessing files - 400 (No 
Host matches server name frlocal.net) for some scenario.

Testing with r100 May 15, 2013 kml branch does not produce error, but only 
blank screen is shown.

Original comment by riza.sha...@gmail.com on 3 Sep 2013 at 11:24

GoogleCodeExporter commented 9 years ago
geoxml3 requires coordinates to place points, if you have addresses, you have 
to geocode them.

Original comment by geocodezip on 4 Sep 2013 at 12:55