I have found the culprit!! Although I'm completely baffled as to why this stopped working and had to be changed....
In the where clause, I changed geometry CONTAINS 'Polygon' AND to geometry DOES NOT CONTAIN 'Point' AND That's it. This fixes the issue of some polygons being dropped from the query. I have used the fixed code on this page http://randymajors.com/p/worldmap.html and left the old code that still uses " geometry CONTAINS 'Polygon' " here for testing purposes: http://randymajors.com/p/test_03.html -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/hsIHs43go3QJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
