Skip to content

Commit

Permalink
Updated mapbox style to custom style that strips out some unnecessary…
Browse files Browse the repository at this point in the history
… layers, adds city labels, adds 3D buildings (at a very high zoom level), and adds 3D topo within the layer instead of on load.
  • Loading branch information
sdl60660 committed Mar 19, 2022
1 parent 16cf8c8 commit 88eff30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
activeNWISSites={data[2]}
nameOverrides={data[3]}
visibleIndex={1}
addTopo={true}
mapStyle={"mapbox://styles/mapbox-map-design/ckhqrf2tz0dt119ny6azh975y"}
addTopo={false}
mapStyle={"mapbox://styles/samlearner/cl0xgv1fo001615l8vwu3xq31"}
advancedFeaturesOn={false}
/>
{/await}

0 comments on commit 88eff30

Please sign in to comment.