@@ -1474,7 +1474,7 @@ source src_ch_bfe_erneuerbarheizen : def_searchable_features
1474
1474
{
1475
1475
sql_db = uvek_dev
1476
1476
sql_query = \
1477
- SELECT bgdi_id as id \
1477
+ SELECT xtf_id as id \
1478
1478
, company as label \
1479
1479
, 'feature' as origin \
1480
1480
, remove_accents(concat_ws(' ',company)) as detail \
@@ -1484,15 +1484,15 @@ source src_ch_bfe_erneuerbarheizen : def_searchable_features
1484
1484
, st_x(st_transform(st_centroid(the_geom),4326)) as lon \
1485
1485
, box2d(st_transform(the_geom, 21781)) as geom_st_box2d \
1486
1486
, box2d(st_transform(the_geom, 2056)) as geom_st_box2d_lv95 \
1487
- , bgdi_id ::text as feature_id \
1487
+ , xtf_id ::text as feature_id \
1488
1488
from bfe.erneuerbarheizen
1489
1489
}
1490
1490
1491
1491
source src_ch_bfe_komo_projekte : def_searchable_features
1492
1492
{
1493
1493
sql_db = uvek_dev
1494
1494
sql_query = \
1495
- SELECT bgdi_id as id \
1495
+ SELECT xtf_id as id \
1496
1496
, id as label \
1497
1497
, 'feature' as origin \
1498
1498
, remove_accents(concat_ws(' ',project_title_de,project_title_fr,project_title_it,project_title_en)) as detail \
@@ -1502,7 +1502,7 @@ source src_ch_bfe_komo_projekte : def_searchable_features
1502
1502
, st_x(st_transform(st_centroid(the_geom),4326)) as lon \
1503
1503
, box2d(st_transform(the_geom, 21781)) as geom_st_box2d \
1504
1504
, box2d(st_transform(the_geom, 2056)) as geom_st_box2d_lv95 \
1505
- , bgdi_id ::text as feature_id \
1505
+ , xtf_id ::text as feature_id \
1506
1506
from bfe.komo_projekte
1507
1507
}
1508
1508
0 commit comments