Closed GoogleCodeExporter closed 9 years ago
Which branch of geoxml3 are you using? Looks like it might be:
http://code.google.com/p/geoxml3/source/browse/branches/kmz/geoxml3.js
Do you have an example that exhibits the problem?
Do you have a patch?
Original comment by geocodezip
on 1 Feb 2013 at 11:25
[deleted comment]
Yes, I am using r91 from the 'kmz' branch.
I don't have an example ready, but the usecase involves calling
geoXML3.fetchZIP().
Parsing the subsequent result triggers the problem.
I'm submitting a patch that solves the issue.
Notes:
- the patch also exposes the 'render' method from the parser object
- for the described usecase to work properly, the following (callback) properties need to be overridden:
- parserOptions.createMarker
parserOptions.createOverlay
// *NOTE*: these are undocumented...
- parserOptions.createPolygon
- parserOptions.createPolyline
Original comment by erik.so...@humana-kleidersammlung.de
on 1 Feb 2013 at 3:13
Attachments:
applied patch, revision 92
Original comment by geocodezip
on 2 Feb 2013 at 4:27
please report any issues with the updated version.
Original comment by geocodezip
on 2 Feb 2013 at 4:27
Works fine. Would you mind merging the fix to the 'poly' branch ?
Original comment by erik.so...@humana-kleidersammlung.de
on 5 Feb 2013 at 5:32
Committed revision 93.
Original comment by geocodezip
on 5 Feb 2013 at 6:23
please consider merging the attached patch to r93 of the 'polys' branch.
This reduces more inherent google dependencies.
Original comment by erik.so...@humana-kleidersammlung.de
on 25 Feb 2013 at 3:11
Attachments:
Original issue reported on code.google.com by
erik.so...@humana-kleidersammlung.de
on 1 Feb 2013 at 9:19