We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89808ce commit 62e3477Copy full SHA for 62e3477
1 file changed
app/config/applications/mapbender_demo_nrw_simple_search_api_feature.yml
@@ -249,15 +249,15 @@ parameters:
249
title: mb.core.simplesearch.class.title
250
class: Mapbender\CoreBundle\Element\SimpleSearch
251
target: map
252
- query_url: "https://www.ldproxy.nrw.de/dvg/collections/nw_dvg2_krs/items?f=geojson&limit=100"
+ query_url: "https://ogc-api.nrw.de/lika/v1/collections/verwaltungseinheit/items?f=json&limit=100"
253
254
query_key: name
255
query_format: '%s'
256
token_regex: '[^a-zA-Z0-9äöüÄÖÜß]'
257
token_regex_in: '([a-zA-ZäöüÄÖÜß]{3,})'
258
token_regex_out: '$1*'
259
collection_path: features
260
- label_attribute: '${properties.Name}'
+ label_attribute: '${properties.name} - ${properties.art} (${properties.ags})'
261
geom_attribute: geometry
262
sourceSrs: 'EPSG:4326'
263
geom_format: GeoJSON
0 commit comments