We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99665d4 commit ce5a9bfCopy full SHA for ce5a9bf
1 file changed
web/src/features/map/MapPage.tsx
@@ -96,8 +96,8 @@ export default function MapPage() {
96
whenReady={() => setMapReady(true)}
97
>
98
<TileLayer
99
- attribution='© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> © <a href="https://stadiamaps.com/">Stadia Maps</a>'
100
- url="https://tiles.stadiamaps.com/tiles/alidade_smooth_dark/{z}/{x}/{y}.png"
+ attribution='© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
+ url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
101
/>
102
<Marker position={center} icon={userLocationIcon}>
103
<Popup>
0 commit comments