ramazanalic / kml-samples

Automatically exported from code.google.com/p/kml-samples
0 stars 0 forks source link

Placemark rendering broken with 1000's of points in KML #398

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Which products are affected?
Maps

What steps will reproduce the problem?
1. Create KML with thousands of points sharing the same style url
2. Link to marker on google's servers and it renders correctly.
3. Link to a copy of the same marker hosted elsewhere, and the rendering breaks.

What is the expected output or behavior? What do you see instead?
Expected result is these two look the same.

http://maps.google.ca/?q=http://api.leadnow.ca/maps/kml-rendering-bug-remote-mar
ker.kmz

http://maps.google.ca/?q=http://api.leadnow.ca/maps/kml-rendering-bug-local-mark
er.kmz

Actual result is that the first renders correctly, and the second is broken. 
The only difference is the href of the marker. The actual marker is identical.

What application versions (if any) are you using?
Live maps.google.ca

Which operating systems (and/or relevant web browsers) are affected?

Please provide any additional information (code snippets/links) below.

Original issue reported on code.google.com by matthew....@gmail.com on 21 Aug 2011 at 4:03