Skip to content

Commit

Permalink
Merge pull request #499 from geoadmin/feature-BGDIDIC-679
Browse files Browse the repository at this point in the history
BGDIDIC-697: Add com_name
  • Loading branch information
faselm authored Jun 9, 2022
2 parents 8246ced + 726a989 commit 665d7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/stopo.conf.part
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ source src_ch_swisstopo_amtliches_strassenverzeichnis : def_searchable_features
SELECT bgdi_id as id \
, concat_ws(' ', stn_label, zip_label) as label \
, 'feature' as origin \
, remove_accents(concat_ws(' ', str_esid, stn_label, zip_label)) as detail \
, remove_accents(concat_ws(' ', str_esid, stn_label, zip_label, com_name)) as detail \
, 'ch.swisstopo.amtliches-strassenverzeichnis' as layer \
, quadindex(the_geom) as geom_quadindex \
, st_y(st_transform(ST_PointOnSurface(the_geom),4326)) as lat \
Expand Down

0 comments on commit 665d7fe

Please sign in to comment.