Testing with 5 layers

This commit is contained in:
Eric van der Vlist 2022-10-15 17:32:52 +02:00
parent c69c193d7e
commit 3a852ee19c
1 changed files with 1 additions and 1 deletions

View File

@ -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' />,
</> </>