Update: When I cleared my cache and reloaded the map styling wizard,
the same tiles became gray, further suggesting that something in the
API changed last night.

If via the wizard I add a style to color something red, then click
through all the possible style-able elements, those gray areas turn
red when I've click on "administrative" and "geometry" but none of the
sub-elements under "administrative" seems to color it red, only when
the general category of "administrative" is selected.



On Jul 1, 9:47 am, JohnSnowden <[email protected]> wrote:
> I've got a styled map (I'm just experimenting) that was working
> correctly last night when I went home:http://jsnowden.netau.net/styledMap.html
>
> I've styled the water blue and the land green, turning off a lot of
> labels.  This morning when I came in and reloaded it, as you can see,
> some of that land is still gray/white/tan (I'm not good at describing
> colors).
>
> When I go to the style wizard and replicate my styles precisely, the
> gray tiles don't 
> show:http://gmaps-samples-v3.googlecode.com/svn/trunk/styledmaps/wizard/in...
>
> So my question is - did I do something, or is this a bug?  Maybe the
> nightly build updated some tiles but didn't get updated in such a way
> that they can be styled?
>
> I've tried reverting to the 3.4 release and it didn't fix the issue:
>  <script type="text/javascript" src="http://maps.google.com/maps/api/
> js?v=3.4&sensor=true">
>  <script type="text/javascript" src="http://maps.google.com/maps/api/
> js?sensor=true">
>
> Precisely, here are the style changes I implemented:
> [
>                   {
>                         featureType: "administrative",
>                         elementType: "labels",
>                         stylers: [
>                           { visibility: "off" }
>                         ]
>                   },{
>                         featureType: "landscape.natural",
>                         elementType: "all",
>                         stylers: [
>                           { hue: "#6eff00" },
>                           { lightness: -24 },
>                           { saturation: -47 }
>                         ]
>                   },{
>                         featureType: "administrative.country",
>                         elementType: "geometry",
>                         stylers: [
>                           { hue: "#66ff00" },
>                           { lightness: -29 },
>                           { saturation: -27 },
>                           { gamma: 2.33 }
>                         ]
>                   },{
>                         featureType: "landscape.man_made",
>                         elementType: "all",
>                         stylers: [
>                           { visibility: "off" }
>                         ]
>                   },{
>                         featureType: "poi",
>                         elementType: "all",
>                         stylers: [
>                           { visibility: "off" }
>                         ]
>                   }
>                 ]
>
> Thanks!
> John

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