Created
July 6, 2015 10:29
-
-
Save potofcoffee/93ff525321624aaf1c8e to your computer and use it in GitHub Desktop.
Google Maps grayscale
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ { "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