Niklas Rosencrantz
Niklas Rosencrantz

Reputation: 26637

Terrain option for custom gmap style?

It says google maps API was recently updated to enable terrain for custom maps. I want to use my custom style and add the terrain. I do not get the option to add terrain to my custom map and I'd like to do that by default. Can you please advice?

 style: google.maps.MapTypeControlStyle.DROPDOWN_MENU  ,
       mapTypeIds: ['Dark',google.maps.MapTypeId.ROADMAP,google.maps.MapTypeId.TERRAIN]
    }
  };

Here's a link to my map.

Thanks

enter image description here

Update: I tried with a relief map that can look like this but I also want yellow borders, red dots for citis and dark water since this is not s styled map it's a relief map enter image description here

The original static non-gmap map photo I want to resemble is

enter image description here

Upvotes: 1

Views: 1820

Answers (1)

plexer
plexer

Reputation: 4622

You can do this with the styling wizard:

http://gmaps-samples-v3.googlecode.com/svn/trunk/styledmaps/wizard/index.html

You should be able to make the water black, and to change the appearance of country borders and labels, but you cannot re-style the base relief imagery.

Upvotes: 2

Related Questions