Skip to content

Instantly share code, notes, and snippets.

@Eunoia
Created March 21, 2017 01:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Eunoia/3f30bba15a3df75fc01d1d74bd361ff4 to your computer and use it in GitHub Desktop.
Save Eunoia/3f30bba15a3df75fc01d1d74bd361ff4 to your computer and use it in GitHub Desktop.
noodle map style
[
{
"elementType": "labels",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "administrative",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "landscape",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "poi",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "poi.park",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "road.arterial",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "road.highway.controlled_access",
"stylers": [
{
"visibility": "off"
},
{
"weight": 1
}
]
},
{
"featureType": "road.local",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "transit",
"stylers": [
{
"visibility": "off"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment