Skip to content

Commit 62e3477

Browse files
authored
updated ogc api features example
1 parent 89808ce commit 62e3477

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/config/applications/mapbender_demo_nrw_simple_search_api_feature.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,15 +249,15 @@ parameters:
249249
title: mb.core.simplesearch.class.title
250250
class: Mapbender\CoreBundle\Element\SimpleSearch
251251
target: map
252-
query_url: "https://www.ldproxy.nrw.de/dvg/collections/nw_dvg2_krs/items?f=geojson&limit=100"
252+
query_url: "https://ogc-api.nrw.de/lika/v1/collections/verwaltungseinheit/items?f=json&limit=100"
253253

254254
query_key: name
255255
query_format: '%s'
256256
token_regex: '[^a-zA-Z0-9äöüÄÖÜß]'
257257
token_regex_in: '([a-zA-ZäöüÄÖÜß]{3,})'
258258
token_regex_out: '$1*'
259259
collection_path: features
260-
label_attribute: '${properties.Name}'
260+
label_attribute: '${properties.name} - ${properties.art} (${properties.ags})'
261261
geom_attribute: geometry
262262
sourceSrs: 'EPSG:4326'
263263
geom_format: GeoJSON

0 commit comments

Comments
 (0)