mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
added editable route
This commit is contained in:
parent
5664291c92
commit
fca52df9f5
17 changed files with 282 additions and 11 deletions
|
@ -19,6 +19,9 @@ import { IStickerPack } from "$constants/stickers";
|
|||
import { IDialogs } from "$constants/dialogs";
|
||||
import { IModes } from "$constants/modes";
|
||||
|
||||
import { Map } from "$containers/map/Map"
|
||||
import { TileLayer } from '$containers/map/TileLayer';
|
||||
|
||||
type Props = {
|
||||
sticker: string,
|
||||
renderer_active: boolean,
|
||||
|
@ -49,6 +52,8 @@ const Component = (props: Props) => (
|
|||
setDialogActive={props.setDialogActive}
|
||||
/>
|
||||
|
||||
<Map />
|
||||
|
||||
{ props.renderer_active &&
|
||||
<Renderer onClick={props.hideRenderer} />
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue