Skip to content

Commit

Permalink
Merge pull request #263 from geoadmin/dev_ltclm_luftfahrthindernis
Browse files Browse the repository at this point in the history
activate luftfahrthindernis feature search
  • Loading branch information
ltclm committed Feb 16, 2016
2 parents 1381d7d + 399d2cb commit 673d079
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion conf/uvek.conf.part
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ source src_ch_bazl_luftfahrthindernis : def_searchable_features
SELECT bgdi_id as id \
, registrationnumber::text as label \
, 'feature' as origin \
, remove_accents(registrationnumber::text||' '||coalesce(obstacletype,'') ||' '||coalesce(omsid::text,'')) as detail \
, remove_accents(concat_ws(' ', registrationnumber, obstacletype, omsid )) as detail \
, 'ch.bazl.luftfahrthindernis' as layer \
, quadindex(the_geom) as geom_quadindex \
, st_y(st_transform(st_centroid(the_geom),4326)) as lat \
Expand Down Expand Up @@ -1133,6 +1133,12 @@ index ch_bav_laerm-emissionsplan_eisenbahn_nacht : ch_astra_ivs-nat
path = /var/lib/sphinxsearch/data/index/ch_bav_laerm-emissionsplan_eisenbahn_nacht
}

index ch_bazl_luftfahrthindernis : ch_astra_ivs-nat
{
source = src_ch_bazl_luftfahrthindernis
path = /var/lib/sphinxsearch/data/index/ch_bazl_luftfahrthindernis
}

index ch_bfe_windenergieanlagen : ch_astra_ivs-nat
{
source = src_ch_bfe_windenergieanlagen
Expand Down

0 comments on commit 673d079

Please sign in to comment.