Skip to content

Instantly share code, notes, and snippets.

@hejrobin
Last active December 29, 2015 17:39
Show Gist options
  • Save hejrobin/7706001 to your computer and use it in GitHub Desktop.
Save hejrobin/7706001 to your computer and use it in GitHub Desktop.
[
{
"featureType": "all",
"elementType": "labels",
"stylers": [
{ "visibility": labelVisibility }
]
}, {
"featureType": "road",
"elementType": "geometry.fill",
"stylers": [
{ "visibility": "on" },
{ "color": "#ffffff" }
]
}, {
"featureType": "road",
"elementType": "geometry.stroke",
"stylers": [
{ "color": "#bbbabf" }
]
}, {
"stylers": [
{ "lightness": 1 }
]
}, {
"featureType": "transit.line",
"stylers": [
{ "visibility": "off" }
]
}, {
"featureType": "poi",
"stylers": [
{ "lightness": 1 },
{ "visibility": "off" }
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment