mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
made poly arrows via svg markers
This commit is contained in:
parent
4c10e45c6b
commit
d9f83425f6
4 changed files with 98 additions and 10 deletions
|
@ -51,11 +51,11 @@ export class EditorPanel extends React.PureComponent {
|
|||
|
||||
<div className="panel right">
|
||||
<div className="control-dist">
|
||||
{totalDistance} км
|
||||
<Icon icon="icon-cycle" size={32} />
|
||||
{
|
||||
<span>{toHours(estimateTime)}</span>
|
||||
}
|
||||
{totalDistance} км
|
||||
<Icon icon="icon-cycle" size={32} />
|
||||
{
|
||||
<span>{toHours(estimateTime)}</span>
|
||||
}
|
||||
</div>
|
||||
|
||||
<div className="control-bar">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue