Skip to content

Commit

Permalink
Merge pull request #601 from geoadmin/fix_feature_search_luftbilder_f…
Browse files Browse the repository at this point in the history
…arbe

fix failing e2e tests on feature search
  • Loading branch information
ltclm authored Feb 1, 2024
2 parents 6ad1a2e + 22ace52 commit b130f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/lubis.conf.part
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ source src_ch_swisstopo_lubis_luftbilder_farbe : def_searchable_features_with_ye
SELECT row_number() OVER(ORDER BY ebkey asc) as id \
, concat(flugdatum, ' ', bildnummer, ' (', concat_ws(', ', ort, ebkey), ')' ) as label \
, 'feature' as origin \
, remove_accents(concat_ws(' ', ebkey, ort)) as detail \
, remove_accents(concat_ws(' ', ebkey, ort, ebkey_old)) as detail \
, 'ch.swisstopo.lubis-luftbilder_farbe' as layer \
, bgdi_quadindex as geom_quadindex \
, st_y(st_transform(st_centroid(the_geom),4326)) as lat \
Expand Down

0 comments on commit b130f85

Please sign in to comment.