mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
fixed km markers radiuses
This commit is contained in:
parent
cb02338c67
commit
ea8936f283
2 changed files with 11 additions and 18 deletions
|
@ -110,7 +110,7 @@ const RouterUnconnected: FC<Props> = memo(
|
|||
item.addTo(MainMap);
|
||||
|
||||
return () => {
|
||||
item.removeFrom(MainMap);
|
||||
item.removeFrom(MainMap).remove();
|
||||
};
|
||||
}, [dist, end, direction, distance]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue