Skip to content

Commit

Permalink
BGDIDIC-1323: remove raster geoms
Browse files Browse the repository at this point in the history
  • Loading branch information
faselm committed Jan 20, 2025
1 parent 5e11d5f commit 9f713ac
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions chsdi/models/vector/vbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,21 +350,10 @@ class SimPlanningK(Base, SimPlanning, Vector):
class SimPlanningA(Base, SimPlanning, Vector):
__tablename__ = 'sim_pl_anhoerung'
__bodId__ = 'ch.vbs.sachplan-infrastruktur-militaer_anhoerung'
__minscale__ = 20005
__maxscale__ = 500005

register('ch.vbs.sachplan-infrastruktur-militaer_anhoerung', SimPlanningA)


class SimPlanningRasterA(Base, SimPlanning, Vector):
__tablename__ = 'sim_pl_r_anhoerung'
__bodId__ = 'ch.vbs.sachplan-infrastruktur-militaer_anhoerung'
__maxscale__ = 20005
__minscale__ = 1

register('ch.vbs.sachplan-infrastruktur-militaer_anhoerung', SimPlanningRasterA)


class SimPlanningRasterK(Base, SimPlanning, Vector):
__tablename__ = 'sim_pl_r_kraft'
__bodId__ = 'ch.vbs.sachplan-infrastruktur-militaer_kraft'
Expand Down

0 comments on commit 9f713ac

Please sign in to comment.