On Jun 1, 5:08 pm, zam <[email protected]> wrote:
>
> I'd like to somehow "draw" on 4 stages of regional boundaries to the
> UK map.

Four?! Country; county/unitary authority; borough/district; ...parish/
ward? That's an enormous amount of data: ONS says there are 10661
wards in the UK. While you wouldn't need to draw all of those at once,
you would need to store all their boundaries, together with the other
datasets.

> If the user clients inside one boundary, they are taken to a zoomed in
> map of that boundary, with the next stage of regional boundaries.
>
> When they reach the bottom stage need to extract the geotag to save in
> my database.
>
> I'm a bit of a Maps API noob. Does anyone know if there is a tut for
> this? Or have any suggestions?

There isn't a tutorial for this as far as I know. The most fundamental
question is: do you have boundary data, and how are you hosting it?
The API simply allows you draw lines, it doesn't provide data sets for
you.

If you have the data, it's just a question of deciding which lines you
want to draw and then drawing them. You will need encoded polylines,
if not custom tiles, or the client browser will stop working. It's
quite an ambitious project.

Oh: and you're likely to run into problems with Ordnance Survey
licensing. See Issue 852. 
http://code.google.com/p/gmaps-api-issues/issues/detail?id=852

Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to