mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
added loader
This commit is contained in:
parent
f7e8da1f1f
commit
b35a063cd7
3 changed files with 28 additions and 6 deletions
|
@ -127,6 +127,8 @@ export class Poly {
|
|||
setPoints = latlngs => {
|
||||
if (!latlngs || latlngs.length <= 1) return;
|
||||
this.poly.setLatLngs(latlngs);
|
||||
|
||||
this.updateMarks();
|
||||
};
|
||||
|
||||
pushPoints = latlngs => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue