Skip to content

Instantly share code, notes, and snippets.

@ibehnam
Created March 8, 2022 00:14
Show Gist options
  • Save ibehnam/7cd59b13521691981eff2d6b0ba778fc to your computer and use it in GitHub Desktop.
Save ibehnam/7cd59b13521691981eff2d6b0ba778fc to your computer and use it in GitHub Desktop.
JSON config for "Where-it-All-Began" map as a Valentine's gift
[
{
"elementType": "geometry.fill",
"stylers": [
{
"color": "#ffffff"
}
]
},
{
"elementType": "labels",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "administrative.land_parcel",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "administrative.neighborhood",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "road.arterial",
"elementType": "geometry.fill",
"stylers": [
{
"color": "#4e4e4e"
}
]
},
{
"featureType": "road.highway",
"elementType": "geometry.fill",
"stylers": [
{
"color": "#000000"
}
]
},
{
"featureType": "road.highway",
"elementType": "geometry.stroke",
"stylers": [
{
"color": "#c0c0c0"
},
{
"visibility": "off"
}
]
},
{
"featureType": "road.local",
"elementType": "geometry.fill",
"stylers": [
{
"color": "#c4c4c4"
}
]
},
{
"featureType": "transit.line",
"elementType": "geometry.fill",
"stylers": [
{
"color": "#000000"
}
]
},
{
"featureType": "transit.line",
"elementType": "geometry.stroke",
"stylers": [
{
"visibility": "off"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment