runwayinfotech01 / geoxml3

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

optimized markers don't work in v3.7 or v3.8 #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create a map loading v3.7, v3.8 (or don't specify the version)
Example:
http://www.geocodezip.com/geoxml3_test/v3_geoxml3_kmltest_linktoB_37.html?filena
me=IconsIssueTestMap_kml.xml

Only one of each type of marker will be displayed (there is an issue with 
CANVAS markers).

Work around:
Setting optimized to "false" in the markerOptions fixes the issue.

http://www.geocodezip.com/geoxml3_test/v3_geoxml3_kmltest_linktoB.html?filename=
IconsIssueTestMap_kml.xml

Seems to be related to this issue:
http://code.google.com/p/gmaps-api-issues/issues/detail?id=3908

Original issue reported on code.google.com by geocodezip on 14 Mar 2012 at 6:59

GoogleCodeExporter commented 9 years ago
This is in the polys branch, they work (with different scaling) in the kmz 
branch

Original comment by geocodezip on 14 Mar 2012 at 7:22

GoogleCodeExporter commented 9 years ago
Might be related to this issue in the v3 API also:
http://code.google.com/p/gmaps-api-issues/issues/detail?id=4014

Original comment by geocodezip on 14 Mar 2012 at 6:51

GoogleCodeExporter commented 9 years ago
fixed revision 79
change to not guess shadow, seems to fail with optimized markers

Original comment by geocodezip on 15 Mar 2012 at 7:11

GoogleCodeExporter commented 9 years ago
issue 4014 now fixed in google maps API v3, reverted change (revision 80)

Original comment by geocodezip on 26 Apr 2012 at 2:30