drawing poly

This commit is contained in:
Fedor Katurov 2020-01-09 12:58:11 +07:00
parent 7bdf07cae5
commit c166eee586
5 changed files with 2841 additions and 3429 deletions

View file

@ -63,7 +63,7 @@ const MapUnconnected: React.FC<IProps> = ({
return createPortal(
<div>
<TileLayer provider={provider} map={MainMap} />
<Route route={route} mapSetRoute={mapSetRoute} map={MainMap} is_editing={editing} />
<Route />
<Stickers
stickers={stickers}
map={MainMap}