We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997bac3 commit 69a48a9Copy full SHA for 69a48a9
web-app/src/app/components/Map2.tsx
@@ -146,7 +146,7 @@ export const Map2 = (props: React.PropsWithChildren<MapProps>): JSX.Element => {
146
sources: {
147
'raster-tiles': {
148
type: 'raster',
149
- tiles: ['https://tile.openstreetmap.org/{z}/{x}/{y}.png'],
+ tiles: ['https://a.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png'],
150
tileSize: 256,
151
attribution:
152
'© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',
0 commit comments