Custom White and Gray Map Style

Hey Thunkers!

Not sure if any of you are map styling enthusiasts but thanks to yesterday’s release, I just created a white and gray style that I thought some of you might be interested in using for my First Bus Map of Dhaka app.


The JSON which you add directly into a “style (json)” block is below:

[ { “elementType”: “geometry”, “stylers”: [ { “color”: “#f5f5f5” } ] }, { “elementType”: “geometry.fill”, “stylers”: [ { “color”: “#ffffff” } ] }, { “elementType”: “labels.icon”, “stylers”: [ { “visibility”: “off” } ] }, { “elementType”: “labels.text.fill”, “stylers”: [ { “color”: “#000000” } ] }, { “featureType”: “administrative.land_parcel”, “elementType”: “labels.text.fill”, “stylers”: [ { “color”: “#bdbdbd” } ] }, { “featureType”: “poi”, “elementType”: “geometry”, “stylers”: [ { “color”: “#eeeeee” } ] }, { “featureType”: “poi”, “elementType”: “labels.text.fill”, “stylers”: [ { “color”: “#757575” } ] }, { “featureType”: “poi.park”, “elementType”: “geometry”, “stylers”: [ { “color”: “#e5e5e5” } ] }, { “featureType”: “poi.park”, “elementType”: “labels.text.fill”, “stylers”: [ { “color”: “#9e9e9e” } ] }, { “featureType”: “road”, “elementType”: “geometry”, “stylers”: [ { “color”: “#ffffff” } ] }, { “featureType”: “road”, “elementType”: “geometry.fill”, “stylers”: [ { “color”: “#d8d8d8” } ] }, { “featureType”: “road.arterial”, “elementType”: “labels.text.fill”, “stylers”: [ { “color”: “#757575” } ] }, { “featureType”: “road.highway”, “elementType”: “geometry”, “stylers”: [ { “color”: “#dadada” } ] }, { “featureType”: “road.highway”, “elementType”: “labels.text.fill”, “stylers”: [ { “color”: “#616161” } ] }, { “featureType”: “road.local”, “elementType”: “labels.text.fill”, “stylers”: [ { “color”: “#9e9e9e” } ] }, { “featureType”: “transit.line”, “elementType”: “geometry”, “stylers”: [ { “color”: “#e5e5e5” } ] }, { “featureType”: “transit.station”, “elementType”: “geometry”, “stylers”: [ { “color”: “#eeeeee” } ] }, { “featureType”: “water”, “elementType”: “geometry”, “stylers”: [ { “color”: “#e4e4e4” } ] }, { “featureType”: “water”, “elementType”: “geometry.fill”, “stylers”: [ { “color”: “#f3f3f3” } ] }, { “featureType”: “water”, “elementType”: “labels.text.fill”, “stylers”: [ { “color”: “#9e9e9e” } ] } ]

Albert @ thunkable

8 Likes

Could We Use This In Thunkable Resources?