On Jan 10, 1:40 pm, Michael Coan <[email protected]> wrote:
> Back in 2006, I really dug deep into the map making API, and ended up with a
> map that worked (and still working), found here:
>
> http://www.vermilioncounty.info/map.html

Your map looks fairly simple.  I would think that if you remove all
the map.addOverlay calls, re-write createMarker for v3 and do a search
and replace on GLatLng with google.maps.LatLng you would be most of
the way there.

There are examples of createMarker functions for v3 on http://www.geocodezip.com
(ported from Mike Williams' tutorial), like this one that supports
custom markers like you are using:
http://www.geocodezip.com/v3_MW_example_categories.html
(you can probably simplify it somewhat)

  -- Larry




>
> I did a couple minor updates to it in 2007, and just some GPS points changed
> in Jan 2009, but haven't messed with it since I made it in 2006.
>
> I'm now in the need of making 5 different maps (similar in design) - so my
> first thought was to just copy what I already have and change the points
> that need changed.
>
> But I figured since I'm now going to dig into this again, I would check to
> see if:
>
> 1)  Do you think it's worth messing around with and upgrading to v3  [will
> it be faster, etc...] [plus been 5 years since I messed with this, so I've
> forgotten about 99.9% of everything I learned back then.]
>
> 2)  Are there any easy guides on what would need changed to upgrade to v3.

-- 
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.

Reply via email to