Black & White Map Colours
-
Hey there,
one simple question:
Is it possible to alterate the easy2map plugin to black & white display colors?
If yes, can it be done with the standard free version of easy2map or do I need the ultimate version? I’m asking because it says under features:
– Choose from 6 different map templates; edit CSS of maps; import and export maps and markers
– An example of a color CSS editor for changing the map’s background color (Easy2Map Ultimate Version).Alternative:
Where would be the place to paste the following code into the plugin?[ { "featureType": "water", "stylers": [ { "color": "#ffffff" } ] },{ "featureType": "landscape", "elementType": "geometry", "stylers": [ { "color": "#000000" } ] },{ "featureType": "administrative", "elementType": "labels.text.fill", "stylers": [ { "color": "#ffffff" } ] },{ "featureType": "administrative", "elementType": "labels.text.stroke", "stylers": [ { "visibility": "simplified" } ] },{ "featureType": "road", "elementType": "geometry", "stylers": [ { "visibility": "off" } ] },{ "featureType": "poi", "elementType": "geometry.fill", "stylers": [ { "color": "#000000" }, { "visibility": "simplified" } ] },{ "featureType": "administrative.province", "stylers": [ { "visibility": "off" } ] },{ "featureType": "road", "elementType": "geometry.stroke", "stylers": [ { "color": "#ffffff" }, { "weight": 2 }, { "visibility": "off" } ] },{ "featureType": "administrative.locality", "stylers": [ { "visibility": "off" } ] },{ "featureType": "road", "elementType": "labels", "stylers": [ { "visibility": "off" } ] },{ "featureType": "poi", "stylers": [ { "visibility": "off" } ] },{ "featureType": "transit", "stylers": [ { "visibility": "off" } ] },{ "featureType": "administrative.neighborhood", "stylers": [ { "visibility": "off" } ] } ]
Thank you in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Black & White Map Colours’ is closed to new replies.