Hacker News new | ask | show | jobs
by RobertKohr 5228 days ago
Anyone know how to get the gray/white land/ocean view in google maps. I want to use it for another project.
1 comments

Use the Styled Maps options in the Maps API:

http://code.google.com/apis/maps/documentation/javascript/st...

See the mapStyles object in the submarine map source code for the settings they are using.

You can use this interactive page to experiment with map styles:

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