Skip to content

Commit

Permalink
Updated map stlyes
Browse files Browse the repository at this point in the history
  • Loading branch information
damienallen committed Jun 20, 2024
1 parent a5d2fc5 commit 2f6ed37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/components/StyleMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export const StyleMenu = observer(() => {
value: 'dataviz',
},
{
label: 'Bright',
value: 'bright-v2',
label: 'OSM',
value: 'openstreetmap',
},
{
label: 'Satellite',
Expand All @@ -46,7 +46,7 @@ export const StyleMenu = observer(() => {
value: 'streets-v2',
},
{
label: 'Topo',
label: 'Topo (3D)',
value: 'topo-v2',
},
]
Expand Down

0 comments on commit 2f6ed37

Please sign in to comment.