> If the polygon I'm on about doesn't show up > immediately when the page loads, zoom out a click and it should appear > just under the words "North Sea" - another problem which has crept in > as I stripped the page down.
Your setupMapView method creates and adds polygons to the map, then setCenter's the map; wrong order. http://code.google.com/apis/maps/documentation/javascript/v2/introduction.html#Initializing_the_Map -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. 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-api?hl=en.
