participedia / api

Website and API for Participedia V3
https://participedia.net
MIT License
19 stars 13 forks source link

[DESIGN] Update Map Styling #994

Open jesicarson opened 3 years ago

jesicarson commented 3 years ago

[ { "featureType": "administrative.land_parcel", "stylers": [ { "visibility": "off" } ] }, { "featureType": "administrative.neighborhood", "stylers": [ { "visibility": "off" } ] }, { "featureType": "poi", "elementType": "labels.text", "stylers": [ { "visibility": "off" } ] }, { "featureType": "poi.business", "stylers": [ { "visibility": "off" } ] }, { "featureType": "road", "elementType": "labels", "stylers": [ { "visibility": "off" } ] }, { "featureType": "road", "elementType": "labels.icon", "stylers": [ { "visibility": "off" } ] }, { "featureType": "road.arterial", "stylers": [ { "visibility": "off" } ] }, { "featureType": "road.highway", "elementType": "labels", "stylers": [ { "visibility": "off" } ] }, { "featureType": "road.local", "stylers": [ { "visibility": "off" } ] }, { "featureType": "transit", "stylers": [ { "visibility": "off" } ] }, { "featureType": "water", "stylers": [ { "color": "#c0dee1" } ] }, { "featureType": "water", "elementType": "labels.text", "stylers": [ { "visibility": "off" } ] } ]

jesicarson commented 3 years ago

https://maps.googleapis.com/maps/api/staticmap?key=YOUR_API_KEY&center=2.2290416402504034,18.753208336713314&zoom=4&format=png&maptype=roadmap&style=feature:administrative.land_parcel%7Cvisibility:off&style=feature:administrative.neighborhood%7Cvisibility:off&style=feature:poi%7Celement:labels.text%7Cvisibility:off&style=feature:poi.business%7Cvisibility:off&style=feature:road%7Celement:labels%7Cvisibility:off&style=feature:road%7Celement:labels.icon%7Cvisibility:off&style=feature:road.arterial%7Cvisibility:off&style=feature:road.highway%7Celement:labels%7Cvisibility:off&style=feature:road.local%7Cvisibility:off&style=feature:transit%7Cvisibility:off&style=feature:water%7Ccolor:0xc0dee1&style=feature:water%7Celement:labels.text%7Cvisibility:off&size=480x360

*Remember to enter your API key in the URL.

jesicarson commented 3 years ago

Screen Shot 2020-11-10 at 11 20 02 AM

jesicarson commented 3 years ago

Compared to standard Google Maps styling:

Screen Shot 2020-11-10 at 11 28 23 AM

jesicarson commented 3 years ago

Note, the dark blue is a screenshot of https://www.google.com/maps/@31.9454496,-26.5749483,3z which is not the same as the standard styling in the wizard https://mapstyle.withgoogle.com/

jesicarson commented 3 years ago

Screen Shot 2020-11-10 at 2 28 55 PM

jesicarson commented 3 years ago

lighter version of stephan's blue Screen Shot 2020-11-10 at 4 10 09 PM

slightly lighter version of google maps standard blue Screen Shot 2020-11-10 at 4 10 44 PM