Skip to content

Commit

Permalink
BGDIDIC-1596: add edkinds field
Browse files Browse the repository at this point in the history
  • Loading branch information
faselm committed Dec 6, 2023
1 parent 2a14fdc commit 5476c4d
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 @@ -277,7 +277,7 @@ source src_ch_swisstopo_geologie_rohstoffe_zement_abbau_verarbeitung : def_searc
SELECT bgdi_id as id \
, obname as label \
, 'feature' as origin \
, remove_accents(concat_ws(' ', obname, cpkind)) as detail \
, remove_accents(concat_ws(' ', obname, cpkind, edkinds)) as detail \
, 'ch.swisstopo.geologie-rohstoffe-zement_abbau_verarbeitung' as layer \
, quadindex(the_geom) as geom_quadindex \
, st_y(st_transform(st_centroid(the_geom),4326)) as lat \
Expand Down

0 comments on commit 5476c4d

Please sign in to comment.