Cleanup
This commit is contained in:
parent
0284cdbab9
commit
425ad06e33
|
@ -4,8 +4,7 @@ import { useAtom } from 'jotai';
|
|||
import { TileKeyObject } from './types';
|
||||
|
||||
import { coordinateSystemAtom } from './Map';
|
||||
import TileSet from './TileSet';
|
||||
import _, { floor, range } from 'lodash';
|
||||
import { range } from 'lodash';
|
||||
import tileUri from './uris';
|
||||
import TiledLayer from './TiledLayer';
|
||||
|
||||
|
@ -64,7 +63,7 @@ export const LayerStack: react.FC<LayerStackProperties> = (
|
|||
|
||||
return (
|
||||
<TiledLayer
|
||||
key={tileUri(keyObject)}
|
||||
key={key}
|
||||
keyObject={keyObject}
|
||||
shift={shift}
|
||||
zoom={zoom * 256}
|
||||
|
|
Loading…
Reference in New Issue