You can change the colours using the wizard for v3

http://mapperz.blogspot.com/2010/05/google-maps-api-styled-map-wizard.html

to change water (to light green) you need to add to you map v3 code

[
  {
    featureType: "water",
    elementType: "all",
    stylers: [
      { visibility: "on" },
      { hue: "#11ff00" }
    ]
  },{
    featureType: "all",
    elementType: "all",
    stylers: [

    ]
  }
]

Mapperz
http://mapperz.blogspot.com/

On Jun 27, 4:11 pm, "Niklasro(.appspot)" <[email protected]> wrote:
> On 27 Juni, 14:15, Andrew Leach <[email protected]> wrote:> On 27 June 
> 2010 10:33, Niklasro(.appspot) <[email protected]> wrote:
>
> > > Hello group, can we control color water has on map?
>
> > Not with Version 2, where it is prohibited by the Terms. The Version 3
> > API allows it and provides a method to do 
> > it.http://code.google.com/apis/maps/documentation/javascript/overlays.ht...
>
> > Version 3 Group:http://groups.google.com/group/google-maps-js-api-v3
>
> > > Sincere thanks
> > > with example koolbusiness.com where code is available via
> > > montao.googlecode.com
>
> > What has this got to do with anything?
>
> Nevermind advertising content and just method since we can't email
> code readable the link I tell was code formatted like code shall. With
> thanks for info about methods

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