Skip to content

Commit 69a48a9

Browse files
committed
new map
1 parent 997bac3 commit 69a48a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-app/src/app/components/Map2.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export const Map2 = (props: React.PropsWithChildren<MapProps>): JSX.Element => {
146146
sources: {
147147
'raster-tiles': {
148148
type: 'raster',
149-
tiles: ['https://tile.openstreetmap.org/{z}/{x}/{y}.png'],
149+
tiles: ['https://a.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png'],
150150
tileSize: 256,
151151
attribution:
152152
'&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',

0 commit comments

Comments
 (0)