Skip to content

Instantly share code, notes, and snippets.

@michaeljymsgutierrez
Created November 15, 2019 05:27
Show Gist options
  • Select an option

  • Save michaeljymsgutierrez/e92acb2f7279dfc653a9c06f7cdfcc1b to your computer and use it in GitHub Desktop.

Select an option

Save michaeljymsgutierrez/e92acb2f7279dfc653a9c06f7cdfcc1b to your computer and use it in GitHub Desktop.
For manial - map styling
[
{
"featureType": "administrative",
"elementType": "labels.text",
"stylers": [
{
"visibility": "on"
}
]
},
{
"featureType": "poi",
"elementType": "all",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "transit.station.rail",
"elementType": "all",
"stylers": [
{
"visibility": "simplified"
},
{
"saturation": "-100"
}
]
},
{
"featureType": "water",
"elementType": "all",
"stylers": [
{
"visibility": "on"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment