Skip to content

Commit

Permalink
Merge pull request #624 from geoadmin/feat-BGDIDIC-2841-tektonische_k…
Browse files Browse the repository at this point in the history
…arte

BGDIDIC-2841: remove white space
  • Loading branch information
faselm authored Jun 27, 2024
2 parents b8081b3 + 1518d5a commit 1fbd7fe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion conf/stopo.conf.part
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ source src_ch_swisstopo_geologie_tektonische_karte_unit : def_searchable_feature
SELECT fid as id \
, tecto_3_de as label \
, 'feature' as origin \
, remove_accents(concat_ws(' ', tecto_3_de, tecto_3_fr, tecto_3_it, tecto_3_en, tecto_4_de, tecto_4_fr, tecto_4_it, tecto_4_en )) as detail \
, remove_accents(concat_ws(' ', tecto_3_de, tecto_3_fr, tecto_3_it, tecto_3_en, tecto_4_de, tecto_4_fr, tecto_4_it, tecto_4_en)) as detail \
, 'ch.swisstopo.geologie-tektonische_karte' as layer \
, quadindex(the_geom) as geom_quadindex \
, st_y(st_transform(st_centroid(the_geom),4326)) as lat \
Expand Down Expand Up @@ -1339,3 +1339,10 @@ index ch_swisstopo_geologie_tektonische_karte_unit : ch_swisstopo_verschiebungsv
source = src_ch_swisstopo_geologie_tektonische_karte_unit
path = /var/lib/sphinxsearch/data/index/ch_swisstopo_geologie_tektonische_karte_unit
}

index ch_swisstopo_geologie_tektonische_karte
{
type = distributed
local = ch_swisstopo_geologie_tektonische_karte_line
local = ch_swisstopo_geologie_tektonische_karte_unit
}

0 comments on commit 1fbd7fe

Please sign in to comment.