KS
"помогает" немного выпить (по себе заметил) - пол стакана вина - перестаю так сильно прыгать по темам :)
Size: a a a
KS
KS
AE
DD
KS
AE
l
this.layers.forEach((layer) => {- не привязывается layer.id(((
let m = L.marker(layer.coords, {icon: divIcon}).addTo(this.map).on('click', this.baseInfoGraph.bind(layer.id));
m.bindPopup(`${layer.name}`);
});
AE
F
GA
AE
this.layers.forEach((layer) => {- не привязывается layer.id(((
let m = L.marker(layer.coords, {icon: divIcon}).addTo(this.map).on('click', this.baseInfoGraph.bind(layer.id));
m.bindPopup(`${layer.name}`);
});
AE
VH
KS
this.layers.forEach((layer) => {- не привязывается layer.id(((
let m = L.marker(layer.coords, {icon: divIcon}).addTo(this.map).on('click', this.baseInfoGraph.bind(layer.id));
m.bindPopup(`${layer.name}`);
});
AS
GA
AS
KS
DD
KG