diff --git a/chsdi/templates/index.mako b/chsdi/templates/index.mako index 400891607b..38b6d6c480 100644 --- a/chsdi/templates/index.mako +++ b/chsdi/templates/index.mako @@ -51,7 +51,7 @@ version = python_version() Identify on mutiple queryable attributes
Identify - example with callback
Identify - without geometry
- Identify - geometryFormat=interlis on Oereb layers + Identify - geometryFormat=interlis on Oereb layers

Indentify: with query

Query 'ch.bazl.luftfahrthindernis' for 'Antenna' with a bbox
Get some values for attribute 'obstacletype'
diff --git a/tests/integration/test_identify_service.py b/tests/integration/test_identify_service.py index bb7790ab6d..6f5096fa52 100644 --- a/tests/integration/test_identify_service.py +++ b/tests/integration/test_identify_service.py @@ -749,7 +749,7 @@ def test_identify_oereb_several_layers(self): params = {'geometry': '618953,170093', 'geometryType': 'esriGeometryPoint', 'imageDisplay': '1920,576,96', - 'layers': 'all:ch.bav.kataster-belasteter-standorte-oev.oereb,ch.bazl.sicherheitszonenplan.oereb', + 'layers': 'all:ch.bav.kataster-belasteter-standorte-oev_v2_0.oereb,ch.bazl.sicherheitszonenplan_v2_0.oereb', 'mapExtent': '671164.31244,253770,690364.31244,259530', 'tolerance': '5', 'geometryFormat': 'interlis'}