Explorar o código

🐛 fix info request

Change point used for GetFeatureInfo.
The new one shall always return results even when water level very low.
jmacura %!s(int64=3) %!d(string=hai) anos
pai
achega
6117c2c112
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/app/irrigation/irrigation-info.service.ts

+ 3 - 3
src/app/irrigation/irrigation-info.service.ts

@@ -14,14 +14,14 @@ export class IrrigationInfoService {
       'QUERY_LAYERS': 'water_surface_latest',
       'LAYERS': 'water_surface_latest',
       'INFO_FORMAT': 'application/json',
-      'I': 100,
-      'J': 129,
+      'I': 117,
+      'J': 235,
       'WIDTH': 256,
       'HEIGHT': 256,
       'CRS': 'EPSG:3857',
       'STYLES': '',
       'BBOX':
-        '2037505.4259696566,6130861.164697416,2038728.4184222193,6132084.157149979',
+        '2037505.4259696566,6131472.660923699,2037811.1740827973,6131778.409036839',
     };
     return this.httpClient.get(
       'https://www.gis.atapex.sk/geoserver/agrihub/wms',