Skip to content

Commit

Permalink
Map Tile Hotfix (#111)
Browse files Browse the repository at this point in the history
* [GIT SETUP] Removes unit tests from running on deployment (#108)

Problem
Solution
Note

* Hotfix/changes map tiler (#110)

* Update nextjs.yml (#107)

Force node version for tests

* [GIT SETUP] Removes unit tests from running on deployment (#108) (#109)

Problem
Solution
Note

* [HOTFIX] Changes tile layer to work on deploy
Problem
Solution
Note

---------

Co-authored-by: Marc Auf der Heyde <[email protected]>

---------

Co-authored-by: joneshector <[email protected]>
  • Loading branch information
marcaufderheyde and joneshector authored Aug 26, 2024
1 parent 75c91ca commit f5b802b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/OpenStreetMap/OpenStreetMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export default function OpenStreetMap(props: OpenStreetMapProps) {
<TileLayer
url={
props.isDarkMode
? 'https://tiles.stadiamaps.com/tiles/alidade_smooth_dark/{z}/{x}/{y}{r}.png'
? 'https://tiles.stadiamaps.com/tiles/stamen_toner/{z}/{x}/{y}.png'
: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'
}
attribution='&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
Expand Down

0 comments on commit f5b802b

Please sign in to comment.