Skip to content

Instantly share code, notes, and snippets.

@tormjens
Created June 9, 2015 08:29
Show Gist options
  • Save tormjens/2a31b4a27202fe706c5b to your computer and use it in GitHub Desktop.
Save tormjens/2a31b4a27202fe706c5b to your computer and use it in GitHub Desktop.
Google Map Styles
[
{
"featureType":"administrative",
"elementType":"labels.text.fill",
"stylers":[
{
"color":"#444444"
}
]
},
{
"featureType":"landscape",
"elementType":"all",
"stylers":[
{
"color":"#f2f2f2"
}
]
},
{
"featureType":"poi",
"elementType":"all",
"stylers":[
{
"visibility":"off"
}
]
},
{
"featureType":"road",
"elementType":"all",
"stylers":[
{
"saturation":-100
},
{
"lightness":45
}
]
},
{
"featureType":"road.highway",
"elementType":"all",
"stylers":[
{
"visibility":"simplified"
}
]
},
{
"featureType":"road.arterial",
"elementType":"labels.icon",
"stylers":[
{
"visibility":"off"
}
]
},
{
"featureType":"transit",
"elementType":"all",
"stylers":[
{
"visibility":"off"
}
]
},
{
"featureType":"water",
"elementType":"all",
"stylers":[
{
"color":"#b9d7cd"
},
{
"visibility":"on"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment