Closed GoogleCodeExporter closed 9 years ago
Can you provide a link to a map that exhibits the problem?
If you are using the trunk, please test the polys branch, that is the most
recent code and supports polygons and polylines. There are known problems with
the trunk that have been fixed in the polys branch, back porting the fixes is
not a high priority.
Original comment by geocodezip
on 9 Feb 2011 at 8:59
Original comment by geocodezip
on 9 Feb 2011 at 9:00
Original comment by geocodezip
on 9 Feb 2011 at 9:01
the polys branch worked, but I still got an error that said the length or
placemarks was undefined. After messing around with it a bit, I got it to work
by using the following
for (var i = 0; i < doc[0].placemarks.length; i++) {
console.error("placmark");
console.error(doc[0].placemarks[i]);
}
no sure why, but you need to reference doc[0].placemarks rather than
doc.plamarks
Thanks for your help
Original comment by estockme...@gmail.com
on 9 Feb 2011 at 4:09
Original comment by geocodezip
on 20 Feb 2011 at 9:14
Original issue reported on code.google.com by
estockme...@gmail.com
on 8 Feb 2011 at 11:24