On Dec 13, 6:24 am, "[email protected]" <[email protected]> wrote: > Hello, > > I'm currenlty building a website to allow people to see their UK > political constituency on a map and also put markers on the map > relevant to proposals posted on the website by the user. > > Do the UK political boundries already exist within the API code as they > do with OS opensource??
I am not familiar with OS opensource, but the only "UK political boundaries" available from the API are those drawn on the tiles (which you can't really access). > If not we have the data set for this information, what would be the > best way to use these with GoogleMaps API to show a persons > constituency on a map. I would suggest looking at KmlLayer. I would think that you could translate what you have to KML and that would be more efficient than displaying it as polygons, but it is also less flexible. FYI - there have been some examples of displaying UK political boundaries from KML posted to the group. -- Larry > > If anybody could help me with this project it would be very helpfull, > any hints etc would be appreciated > > Thanks > > John Munro > > [email protected] -- 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 [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.
