You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
]
}
]
The text was updated successfully, but these errors were encountered:
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
}
]
}
]
The text was updated successfully, but these errors were encountered: