On Sep 30, 1:30 pm, Nathan Raley <[email protected]> wrote:
> You can manipulate various featureTypes on the map, changing one doesn't
> affect the others.  See google's 
> documentation:http://code.google.com/apis/maps/documentation/javascript/reference.h...
> <http://code.google.com/apis/maps/documentation/javascript/reference.h...>
> andhttp://code.google.com/apis/maps/documentation/javascript/reference.h...
>
> <http://code.google.com/apis/maps/documentation/javascript/reference.h...>This
> is what the example you were looking at was doing.
>

Thank you for the reply. Could you tell me whether I'm on the right
track manipulating these values

     featureType: "landscape",
      elementType: "geometry",
      stylers: [
        { hue: "#0022ff" },
        { saturation: 50 },
        { lightness: 0 },
       { gamma: 0.9 },

Which value should hue have to look like the green landscape the
TARRAIN map has? Should I use elementType: "all" instead of geometry?
Thanks
N.R.

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