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/index.html

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 google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to