Skip to content

Instantly share code, notes, and snippets.

@potofcoffee
Created July 6, 2015 10:29
Show Gist options
  • Save potofcoffee/93ff525321624aaf1c8e to your computer and use it in GitHub Desktop.
Save potofcoffee/93ff525321624aaf1c8e to your computer and use it in GitHub Desktop.
Google Maps grayscale
[ { "featureType": "road", "elementType": "labels", "stylers": [ { "visibility": "off" } ] },{ "featureType": "poi", "stylers": [ { "visibility": "off" } ] },{ "featureType": "landscape", "stylers": [ { "color": "#ffffff" } ] },{ "featureType": "water", "stylers": [ { "color": "#808080" } ] },{ "featureType": "road", "stylers": [ { "visibility": "off" } ] },{ "featureType": "road.highway", "elementType": "geometry", "stylers": [ { "visibility": "on" }, { "color": "#cccccc" } ] },{ "featureType": "administrative.country", "stylers": [ { "color": "#000000" } ] },{ "featureType": "administrative.country", "elementType": "labels", "stylers": [ { "color": "#000000" }, { "weight": 3.6 }, { "visibility": "off" } ] },{ "featureType": "administrative.province", "elementType": "geometry", "stylers": [ { "color": "#000000" }, { "weight": 3.5 } ] } ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment