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