barryhunter / classygmaps

Rip-off of Classic Google Maps, get a mostly functional version of Classic Maps, implemented with the Maps API
26 stars 14 forks source link

Narrow Colored Streets #131

Open LHowell1914 opened 5 years ago

LHowell1914 commented 5 years ago

I work with maps for a Real Estate Company, and need maps with narrow colored streets. I created one with the styling wizard, but don't know how to save it in a way I can use. Here is the JSON for it...can it be incorporated somewhere so that I can choose it as an option to use? [ { "featureType": "road.arterial", "elementType": "geometry.fill", "stylers": [ { "color": "#f87549" }, { "weight": 2 } ] }, { "featureType": "road.local", "elementType": "geometry.fill", "stylers": [ { "color": "#009191" }, { "visibility": "on" }, { "weight": 1 } ] } ]