Skip to content

Commit

Permalink
BGDIDIC-2865: id does id has to be an int?
Browse files Browse the repository at this point in the history
  • Loading branch information
rebert committed Sep 19, 2024
1 parent a9cbbc2 commit 92a3a41
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 @@ -22,7 +22,7 @@ source src_ch_babs_notfalltreffpunkte : def_searchable_features
{
sql_db = vbs_${DBSTAGING}
sql_query = \
SELECT ntp_id as id \
SELECT bgdi_id::int as id \
, ntp_id as label \
, 'feature' as origin \
, (concat_ws(' ',ntp_id, gebbezeichnung)) as detail \
Expand All @@ -32,7 +32,7 @@ source src_ch_babs_notfalltreffpunkte : def_searchable_features
, 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 \
, ntp_id::text as feature_id \
, bgdi_id::text as feature_id \
from babs.notfalltreffpunkte
}

Expand Down

0 comments on commit 92a3a41

Please sign in to comment.