diff --git a/conf/vbs.conf.part b/conf/vbs.conf.part index 12ae00d..50f49cc 100644 --- a/conf/vbs.conf.part +++ b/conf/vbs.conf.part @@ -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 \ @@ -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 }