Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Release 2024-12-18-rc1 #651

Merged
merged 5 commits into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions conf/bafu.conf.part
Original file line number Diff line number Diff line change
Expand Up @@ -1173,24 +1173,6 @@ source src_ch_bafu_gewaesser_uferbestockung : def_searchable_features
from wasser.gewaesser_uferbestockung
}

source src_bafu_lebensraumkarte_schweiz : def_searchable_features
{
sql_db = bafu_${DBSTAGING}
sql_query = \
SELECT bgdi_id as id \
, polyid as label \
, 'feature' as origin \
, remove_accents(concat_ws(' ', polyid)) as detail \
, 'ch.bafu.lebensraumkarte-schweiz' as layer \
, quadindex(the_geom) as geom_quadindex \
, st_y(st_transform(st_centroid(the_geom),4326)) as lat \
, st_x(st_transform(st_centroid(the_geom),4326)) as lon \
, box2d(st_transform(the_geom, 21781)) as geom_st_box2d \
, box2d(st_transform(the_geom, 2056)) as geom_st_box2d_lv95 \
, bgdi_id::text as feature_id \
from lebensraumkarte.lebensraumkarte_schweiz
}

source src_bafu_tranquillity_gebiete : def_searchable_features
{
sql_db = bafu_${DBSTAGING}
Expand Down Expand Up @@ -1640,12 +1622,6 @@ index ch_bafu_gewaesser_uferbestockung : ch_bafu_hydrologie_wassertemperaturmess
path = /var/lib/sphinxsearch/data/index/ch_bafu_gewaesser_uferbestockung
}

index ch_bafu_lebensraumkarte_schweiz : ch_bafu_hydrologie_wassertemperaturmessstationen
{
source = src_bafu_lebensraumkarte_schweiz
path = /var/lib/sphinxsearch/data/index/ch_bafu_lebensraumkarte_schweiz
}

index ch_bafu_tranquillity_gebiete : ch_bafu_hydrologie_wassertemperaturmessstationen
{
source = src_bafu_tranquillity_gebiete
Expand Down
Loading