However, if you remove the polygon overlay and create a polyline
overlay using the *same MVCArray*, the resultant polyline is "closed"
like a polygon (There is an extra line from the last node to the
first).
There is no duplicate node at the end of the MVCArray to "close" the
polygon, this is not the problem. It is something about the MVCArray -
once you pass it to a Polygon constructor, it "closes" the MVCArray
somehow. If I loop through the MVCArray and extract each latlng to
build a new array, the polygon is not closed.
Does anyone know if there is a way to "un-close" the polyline without
rebuilding the MVCArray?
TIA
Clive
--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
To post to this group, send email to google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
If you could be so kind as to post on here when the fix is live, that
would be great - I could then remove the workaround and report back
success or failure ;)
Many thanks
Clive
Clive