views:

135

answers:

1

I really like the Terrain map type for Google Maps.

But instead of the default background be green for the map, how can I make the color yellow?

+2  A: 

There isn't a yellow tinted version of the Terrain map type. You are able to build custom tilesets or overlays for Google Maps, but if you want to have access to the global set of tiles that Google Maps provides, you are limited to the standard map tile types:

  • HYBRID - This map type displays a transparent layer of major streets on satellite images.
  • ROADMAP - This map type displays a normal street map.
  • SATELLITE - This map type displays satellite images.
  • TERRAIN - This map type displays maps with physical features such as terrain and vegetation.

I toyed with the idea of filtering the map through a semi transparent image (as a map overlay) or a floating div with a yellow tint, but I think ultimately this won't get the affect you are after. If I get a chance I'll try this out and let you know how it goes.

Cannonade
Yeah, in this case a custom tileset is correct solution.
Daniel Pryden