mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
polyline tools
This commit is contained in:
parent
2d749166cf
commit
3de4c085da
3 changed files with 69 additions and 14 deletions
|
@ -33,16 +33,16 @@ const PolylineDialogUnconnected: FC<Props> = ({ route, mapSetRoute }) => {
|
|||
<div className="control-dialog control-dialog__medium">
|
||||
<div className="helper">
|
||||
<div className="helper__text">
|
||||
<button className="helper__icon_button" onClick={reverseRoute}>
|
||||
<Icon icon="icon-reverse" />
|
||||
</button>
|
||||
|
||||
<button className="helper__icon_button" onClick={curRouteStart}>
|
||||
<Icon icon="icon-pin-1" />
|
||||
<Icon icon="icon-drop-start" />
|
||||
</button>
|
||||
|
||||
<button className="helper__icon_button" onClick={curRouteEnd}>
|
||||
<Icon icon="icon-pin-1" />
|
||||
<Icon icon="icon-drop-end" />
|
||||
</button>
|
||||
|
||||
<button className="helper__icon_button" onClick={reverseRoute}>
|
||||
<Icon icon="icon-reverse" />
|
||||
</button>
|
||||
|
||||
<div className="flex_1" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue