Programmatically drawing an area on a Google Map using Polygon overlay from Google Maps API v3. Area appears as expected in Firefox and Chrome bowsers, but is not visible in Internet Explorer.

Issue was caused by an extra coma defining polygon coordinates:

Polygon overlay in Google Maps API v3

You don't need comma after last set of coordinates.
After removing the extra comma, polygon was visible in IE as in other browsers.

No comments

Leave your comment

In reply to Some User
Captcha Image