Skip to content

Commit

Permalink
stadia -> osm
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesbrandenburger committed Jan 18, 2024
1 parent fa66771 commit d2cf759
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions frontend/src/views/HeatmapView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
style="cursor: crosshair"
>
<l-tile-layer
url="https://tiles.stadiamaps.com/tiles/alidade_smooth/{z}/{x}/{y}{r}.png"
url="http://tile.openstreetmap.org/{z}/{x}/{y}.png"
min-zoom="1"
max-zoom="14"
inertia-max-speed="500"
attribution='&copy; <a href="https://stadiamaps.com/">Stadia Maps</a>, &copy; <a href="https://openmaptiles.org/">OpenMapTiles</a> &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors'
attribution='&copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors'
/>
<l-polygon
v-for="polygon in polygons"
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/views/PinView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
style="cursor: crosshair"
>
<l-tile-layer
url="https://tiles.stadiamaps.com/tiles/alidade_smooth/{z}/{x}/{y}{r}.png"
url="http://tile.openstreetmap.org/{z}/{x}/{y}.png"
min-zoom="1"
max-zoom="14"
inertia-max-speed="500"
attribution='&copy; <a href="https://stadiamaps.com/">Stadia Maps</a>, &copy; <a href="https://openmaptiles.org/">OpenMapTiles</a> &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors'
attribution='&copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors'
/>
<l-polygon
v-for="marker in markers"
Expand Down
2 changes: 1 addition & 1 deletion frontend/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.1
v1.0.2

0 comments on commit d2cf759

Please sign in to comment.