Skip to content

Commit

Permalink
feat: add road and water names to map
Browse files Browse the repository at this point in the history
  • Loading branch information
qthequartermasterman committed Dec 15, 2023
1 parent 7746f3a commit 7353329
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions render_map/map_style.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
{
"featureType": "road",
"elementType": "labels",
"stylers": [{"visibility": "off"}],
"stylers": [{"visibility": "on"}],
},
{
"featureType": "road.highway",
Expand All @@ -120,7 +120,7 @@
{
"featureType": "road.highway",
"elementType": "labels",
"stylers": [{"visibility": "off"}],
"stylers": [{"visibility": "on"}],
},
{
"featureType": "road.highway.controlled_access",
Expand All @@ -130,7 +130,7 @@
{
"featureType": "road.highway.controlled_access",
"elementType": "labels",
"stylers": [{"visibility": "off"}],
"stylers": [{"visibility": "on"}],
},
{
"featureType": "road.arterial",
Expand All @@ -146,7 +146,7 @@
{
"featureType": "road.arterial",
"elementType": "labels",
"stylers": [{"visibility": "off"}],
"stylers": [{"visibility": "on"}],
},
{
"featureType": "road.local",
Expand All @@ -162,7 +162,7 @@
{
"featureType": "road.local",
"elementType": "labels",
"stylers": [{"visibility": "off"}],
"stylers": [{"visibility": "on"}],
},
{
"featureType": "transit.line",
Expand Down Expand Up @@ -208,6 +208,6 @@
{
"featureType": "water",
"elementType": "labels",
"stylers": [{"visibility": "off"}],
"stylers": [{"visibility": "on"}],
},
]

0 comments on commit 7353329

Please sign in to comment.