Skip to content

Commit

Permalink
BGDIDIC-2865: after reading the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rebert committed Sep 19, 2024
1 parent b4c875f commit 7afb3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/vbs.conf.part
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ source src_ch_babs_notfalltreffpunkte : def_searchable_features
SELECT bgdi_id::int as id \
, ntp_id as label \
, 'feature' as origin \
, (concat_ws(' ',ntp_id, gebbezeichnung)) as detail \
, remove_accents(concat_ws(' ',ntp_id, gebbezeichnung)) as detail \
, 'ch.babs.notfalltreffpunkte' 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 \
, ntp_id::text as feature_id \
from babs.notfalltreffpunkte
}

Expand Down

0 comments on commit 7afb3d6

Please sign in to comment.