Hello,

I'm working on an application that makes use of the awesome
StyledMapType feature. In the last week or so we started noticing that
some of the tile colors have become irregular, seemingly in areas that
contain (or are near?) bodies of water. We're pretty sure this problem
is not the result of changes to our code or environment, as we haven't
touched our production server for some time, and the problem exists
there too.

Here are some screenshots:

http://cl.ly/3B0V
http://cl.ly/3BHL
http://cl.ly/3BDa

And here's an example of one of our MapTypeStyle objects, just for
reference.  As I said though, we have not made any recent changes to
these styles. I've posted the snippet here too in case the formatting
looks weird here on the gmaps group: https://gist.github.com/670769

[
  {
    "elementType"=>"all",
    "stylers"=>[{"visibility"=>"off"}],
    "featureType"=>"administrative"
  },{
    "elementType"=>"all",
    "stylers"=>[{"visibility"=>"off"}],
    "featureType"=>"landscape"
  },{
    "elementType"=>"all",
    "stylers"=>[{"visibility"=>"off"}],
    "featureType"=>"poi"
  },{
    "elementType"=>"all",
    "stylers"=>[{"visibility"=>"off"}],
    "featureType"=>"road"
  },{
    "elementType"=>"all",
    "stylers"=>[{"visibility"=>"off"}],
    "featureType"=>"transit"
  },{
    "elementType"=>"labels",
    "stylers"=>[{"visibility"=>"off"}],
    "featureType"=>"water"
  },{
    "elementType"=>"all",
    "stylers"=>[{"hue"=>"#86a7b0"}],
    "featureType"=>"water"
  },{
    "elementType"=>"all",
    "stylers"=>[{"hue"=>"#f2efe9"}],
    "featureType"=>"landscape.natural"
  }
]

Is Google up to something internally that's causing this issue?

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