|
|
@@ -438,7 +440,7 @@ function onLoadPage()
|
| Method_filling_form |
- |
+ |
| PDA_registered |
@@ -574,7 +576,7 @@ if(field!=null)
| Method_filling_form |
- |
+ |
| PDA_registered |
@@ -1164,15 +1166,16 @@ new Calendar({
| Year |
- |
@@ -1825,6 +1828,16 @@ map.on('singleclick', function(evt){ //map.on('click', function(evt){
//$(element).popover('destroy');
//popup.setPosition(coordinate);
//$(popup.getElement()).show();
+
+ {
+ let center = ol.proj.transform(coordinate, 'EPSG:3857', 'EPSG:4326')
+ if (g_WeaLegend!=null && g_WeaLegend.visible) alert("g_WeaLegend");
+ if (g_AirLegend!=null && g_AirLegend.visible) alert("g_AirLegend");
+ if (g_PreLegend!=null && g_PreLegend.visible) alert("g_PreLegend");
+
+
+ //alert("lat = "+center[1]+" lon = "+center[0])
+ }
if(g_FrmCheckpoints!=null){
let center = ol.proj.transform(coordinate, 'EPSG:3857', 'EPSG:4326')