combined arrows with km marks for better performace

This commit is contained in:
Fedor Katurov 2020-01-16 16:26:56 +07:00
parent 58427e7017
commit f4cd6bd44a
3 changed files with 23 additions and 1 deletions

View file

@ -78,7 +78,6 @@ const MapUnconnected: React.FC<IProps> = ({
<Router />
<KmMarks />
<Arrows />
</div>,
document.getElementById('canvas')
);