Skip to content
Snippets Groups Projects
Commit 6bac0355 authored by Fabian Schmidt's avatar Fabian Schmidt
Browse files

Merge branch 'main' of github.com:Shorty1o1/fabcity-hamburg-map into main

parents 703280c6 e5fdea38
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,12 @@ function App({}: AppProps) {
>
<TileLayer
attribution='&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
url="https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}"
id="mapbox/streets-v11"
tileSize={512}
accessToken="pk.eyJ1IjoicHJleWEyayIsImEiOiJja202N2JucGowbGU4MnB1aWtxNGkzMW9jIn0.rVBLRZtohLEgdSLO0nlWng"
zoomOffset={-1}
maxZoom={18}
/>
<Marker position={hamburgCenter}>
<Popup>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment