Kene-s-Cribs-Website/src/listings-page/mapStyles.js
2021-03-31 18:04:57 -04:00

268 lines
5.2 KiB
JavaScript

// eslint-disable-next-line
export default [
{
"featureType": "all",
"elementType": "labels",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "administrative",
"elementType": "all",
"stylers": [
{
"visibility": "off"
},
{
"color": "#efebe2"
}
]
},
{
"featureType": "administrative",
"elementType": "labels.text",
"stylers": [
{
"visibility": "on"
},
{
"color": "#333333"
}
]
},
{
"featureType": "administrative",
"elementType": "labels.text.stroke",
"stylers": [
{
"visibility": "off"
},
{
"color": "#f2f1f1"
}
]
},
{
"featureType": "administrative.province",
"elementType": "labels.text.fill",
"stylers": [
{
"color": "#ba7828"
}
]
},
{
"featureType": "landscape",
"elementType": "all",
"stylers": [
{
"color": "#efebe2"
}
]
},
{
"featureType": "landscape",
"elementType": "geometry",
"stylers": [
{
"visibility": "simplified"
},
{
"color": "#fbf7eb"
}
]
},
{
"featureType": "landscape",
"elementType": "geometry.stroke",
"stylers": [
{
"color": "#bec1c1"
}
]
},
{
"featureType": "landscape",
"elementType": "labels.text.stroke",
"stylers": [
{
"color": "#c3c3c3"
}
]
},
{
"featureType": "poi",
"elementType": "all",
"stylers": [
{
"color": "#e2e1df"
}
]
},
{
"featureType": "poi.attraction",
"elementType": "all",
"stylers": [
{
"color": "#efebe2"
}
]
},
{
"featureType": "poi.business",
"elementType": "all",
"stylers": [
{
"color": "#efebe2"
}
]
},
{
"featureType": "poi.government",
"elementType": "all",
"stylers": [
{
"color": "#dfdcd5"
}
]
},
{
"featureType": "poi.medical",
"elementType": "all",
"stylers": [
{
"color": "#dfdcd5"
}
]
},
{
"featureType": "poi.park",
"elementType": "all",
"stylers": [
{
"color": "#aceac5"
}
]
},
{
"featureType": "poi.place_of_worship",
"elementType": "all",
"stylers": [
{
"color": "#efebe2"
}
]
},
{
"featureType": "poi.school",
"elementType": "all",
"stylers": [
{
"color": "#efebe2"
}
]
},
{
"featureType": "poi.sports_complex",
"elementType": "all",
"stylers": [
{
"color": "#efebe2"
}
]
},
{
"featureType": "road.highway",
"elementType": "geometry.fill",
"stylers": [
{
"color": "#dad5c4"
}
]
},
{
"featureType": "road.highway",
"elementType": "geometry.stroke",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "road.arterial",
"elementType": "geometry.fill",
"stylers": [
{
"color": "#ffffff"
}
]
},
{
"featureType": "road.arterial",
"elementType": "geometry.stroke",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "road.local",
"elementType": "geometry.fill",
"stylers": [
{
"color": "#fbfbfb"
}
]
},
{
"featureType": "road.local",
"elementType": "geometry.stroke",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "transit",
"elementType": "all",
"stylers": [
{
"visibility": "on"
},
{
"saturation": "21"
},
{
"gamma": "1.34"
},
{
"hue": "#ffcc00"
}
]
},
{
"featureType": "water",
"elementType": "all",
"stylers": [
{
"color": "#aad0fc"
}
]
},
{
"featureType": "water",
"elementType": "geometry",
"stylers": [
{
"color": "#aad0fc"
}
]
}
]