Sure. Use styled maps with this style as a starting point:

It will invert the labels, to be white on black:

{
  featureType: "all",
  elementType: "labels",
  stylers: [
    { invert_lightness: true }
  ]
}

Check out the styled map demo, too:

http://code.google.com/apis/maps/documentation/javascript/examples/maptype-styled-simple.html

Cheers
Chris



On Fri, Oct 1, 2010 at 11:22 AM, Niklasro <[email protected]> wrote:

> Hey again,
> Can I change the dark map label texts ie for countries etc to a white
> text? I'm trying to make my map look like an image of another map I
> got from screenshot that is darker looking like the default maptyp
> TERRAIN with darker water and white text.
> Thanks
> Nick Rosencrantz
>
> --
> 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]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>

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