Testing with 5 layers
This commit is contained in:
parent
c69c193d7e
commit
3a852ee19c
|
@ -85,7 +85,7 @@ const Map: react.FC<MapProperties> = (props: MapProperties) => {
|
||||||
zoom={zoom}
|
zoom={zoom}
|
||||||
tileSize={256}
|
tileSize={256}
|
||||||
key='tiled-layers'
|
key='tiled-layers'
|
||||||
numberOfZoomLevels={3}
|
numberOfZoomLevels={5}
|
||||||
/>
|
/>
|
||||||
<circle key='circle' cx='50' cy='50' r='50' />,
|
<circle key='circle' cx='50' cy='50' r='50' />,
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in New Issue