end markers

This commit is contained in:
muerwre 2019-03-04 15:06:03 +07:00
parent b968839095
commit 37a7a48131
5 changed files with 90 additions and 27 deletions

View file

@ -405,6 +405,7 @@ export class Component extends Polyline {
this.setLatLngs(latlngs);
this.fire('latlngschange', { latlngs });
this.showVisibleMarkers();
this.startDrawing();
};