Skip to content

Commit

Permalink
BGDIDIC-2867: fix table name
Browse files Browse the repository at this point in the history
  • Loading branch information
faselm committed Oct 18, 2024
1 parent 32a3e84 commit f07244f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/stopo.conf.part
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ source src_ch_swisstopo_geologie_thermale_waesser : def_searchable_features
, box2d(st_transform(the_geom, 21781)) as geom_st_box2d \
, box2d(st_transform(the_geom, 2056)) as geom_st_box2d_lv95 \
, primary_key::text as feature_id \
from geol.thermale_waters
from geol.thermal_waters
}

## INDICES
Expand Down

0 comments on commit f07244f

Please sign in to comment.