kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
fix for now
rodzic
8a760f8934
commit
82671941b0
|
@ -85,9 +85,8 @@ function makeParkFeature(park, active)
|
||||||
}
|
}
|
||||||
if (parkObj.feature == null)
|
if (parkObj.feature == null)
|
||||||
{
|
{
|
||||||
feature = iconFeature(ol.proj.fromLonLat(myLonLat), g_gtParkIconActive, 1);
|
parkObj.feature = iconFeature(ol.proj.fromLonLat([0,0]), g_gtParkIconActive, 1);
|
||||||
}
|
}
|
||||||
let feature = iconFeature(ol.proj.fromLonLat(myLonLat), g_gtParkIconActive, 1);
|
|
||||||
feature.key = park;
|
feature.key = park;
|
||||||
feature.size = 1;
|
feature.size = 1;
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue