Grayscale map
-
is it possible to make the map grayscale except pointers like in the example you show in the plugin WordPress page?
Thanks π
-
Hello,
I’m sorry for not replying sooner. You can try some helper sites that let you style the maps. For example with this one: https://mapstyle.withgoogle.com/
Choose the “silver” theme, click Finish, then click Copy JSON. Then paste this code into Locatoraid, Configuration, Google Maps, Custom Map Style.For example, this code worked for me:
[ { "elementType": "geometry", "stylers": [ { "color": "#f5f5f5" } ] }, { "elementType": "labels.icon", "stylers": [ { "visibility": "off" } ] }, { "elementType": "labels.text.fill", "stylers": [ { "color": "#616161" } ] }, { "elementType": "labels.text.stroke", "stylers": [ { "color": "#f5f5f5" } ] }, { "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.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": "#c9c9c9" } ] }, { "featureType": "water", "elementType": "labels.text.fill", "stylers": [ { "color": "#9e9e9e" } ] } ]Thanks!
into Locatoraid, Configuration, Google Maps, Custom Map Style.
there is no “custom map style” optionHello,
don’t you have the settings form as in the following screenshot?
https://ibb.co/yQWrKL8hmm, did you click the save button? As all the inputs below the API field appears after the API key is saved to the database.
Yes
I also tried to click on save but nothinghmm, it’s quite strange. Is it possible for me to get a temporary WP admin access to that site and FTP access to wp-content/plugins directory? I’ll try to figure it out. If it’s acceptable for you, please send this info through https://www.plainware.com/support/
Grazie!Yes, no problem π
The topic ‘Grayscale map’ is closed to new replies.