Skip to content

Commit

Permalink
remove deprecated bildnummer from label
Browse files Browse the repository at this point in the history
  • Loading branch information
ltclm committed Feb 5, 2025
1 parent 9afc7ab commit 36ddde2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions conf/lubis.conf.part
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ source src_ch_swisstopo_lubis_luftbilder_farbe : def_searchable_features_with_ye
sql_db = lubis_${DBSTAGING}
sql_query = \
SELECT row_number() OVER(ORDER BY ebkey asc) as id \
, concat(flugdatum, ' ', bildnummer, ' (', concat_ws(', ', ort, ebkey), ')' ) as label \
, concat(flugdatum, ' (', concat_ws(', ', ort, ebkey), ')' ) as label \
, 'feature' as origin \
, remove_accents(concat_ws(' ', ebkey, ort)) as detail \
, 'ch.swisstopo.lubis-luftbilder_farbe' as layer \
Expand All @@ -62,7 +62,7 @@ source src_ch_swisstopo_lubis_luftbilder_schwarzweiss: def_searchable_features_w
sql_db = lubis_${DBSTAGING}
sql_query = \
SELECT row_number() OVER(ORDER BY ebkey asc) as id \
, concat(flugdatum, ' ', bildnummer, ' (', concat_ws(', ', ort, ebkey), ')' ) as label \
, concat(flugdatum, ' (', concat_ws(', ', ort, ebkey), ')' ) as label \
, 'feature' as origin \
, remove_accents(concat_ws(' ', ebkey, ort, ebkey_old)) as detail \
, 'ch.swisstopo.lubis-luftbilder_schwarzweiss' as layer \
Expand All @@ -81,7 +81,7 @@ source src_ch_swisstopo_lubis_luftbilder_infrarot: def_searchable_features_with_
sql_db = lubis_${DBSTAGING}
sql_query = \
SELECT row_number() OVER(ORDER BY ebkey asc) as id \
, concat(flugdatum, ' ', bildnummer, ' (', concat_ws(', ', ort, ebkey), ')' ) as label \
, concat(flugdatum, ' (', concat_ws(', ', ort, ebkey), ')' ) as label \
, 'feature' as origin \
, remove_accents(concat_ws(' ', ebkey, ort)) as detail \
, 'ch.swisstopo.lubis-luftbilder_infrarot' as layer \
Expand All @@ -100,7 +100,7 @@ source src_ch_swisstopo_lubis_luftbilder_dritte_kantone : def_searchable_feature
sql_db = lubis_${DBSTAGING}
sql_query = \
SELECT row_number() OVER(ORDER BY ebkey asc) as id \
, concat(flugdatum, ' ', bildnummer, ' (', concat_ws(', ', ort, ebkey), ')' ) as label \
, concat(flugdatum, ' (', concat_ws(', ', ort, ebkey), ')' ) as label \
, 'feature' as origin \
, remove_accents(concat_ws(' ', ebkey, ort)) as detail \
, 'ch.swisstopo.lubis-luftbilder-dritte-kantone' as layer \
Expand All @@ -119,7 +119,7 @@ source src_ch_swisstopo_lubis_luftbilder_dritte_firmen : def_searchable_features
sql_db = lubis_${DBSTAGING}
sql_query = \
SELECT row_number() OVER(ORDER BY ebkey asc) as id \
, concat(flugdatum, ' ', bildnummer, ' (', concat_ws(', ', ort, ebkey), ')' ) as label \
, concat(flugdatum, ' (', concat_ws(', ', ort, ebkey), ')' ) as label \
, 'feature' as origin \
, remove_accents(concat_ws(' ', ebkey, ort)) as detail \
, 'ch.swisstopo.lubis-luftbilder-dritte-firmen' as layer \
Expand Down

0 comments on commit 36ddde2

Please sign in to comment.