瀏覽代碼

🐛 fix info request

Change point used for GetFeatureInfo.
The new one shall always return results even when water level very low.
jmacura 3 年之前
父節點
當前提交
6117c2c112
共有 1 個文件被更改,包括 3 次插入3 次删除
  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',