Skip to content

Commit

Permalink
Merge pull request #4286 from geoadmin/data_BGDIDIC-1786_new_attributes
Browse files Browse the repository at this point in the history
BGDIDIC-1786: add new attributes to model / identify response
  • Loading branch information
ltclm authored Nov 22, 2023
2 parents 7f20e84 + e7605ae commit 635fe96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chsdi/models/vector/stopo.py
Original file line number Diff line number Diff line change
Expand Up @@ -2986,6 +2986,8 @@ class FixpunkteLfp1(Base, Vector):
l_zuv_lv95 = Column('l_zuv_lv95', Unicode)
h_zuv_lv95 = Column('h_zuv_lv95', Unicode)
bgdi_created = Column('bgdi_created', Unicode)
kennzeichnung = Column('kennzeichnung', Unicode)
begehbar = Column('begehbar', Unicode)
the_geom = Column(Geometry2D)

register('ch.swisstopo.fixpunkte-lfp1', FixpunkteLfp1)
Expand Down Expand Up @@ -3013,6 +3015,8 @@ class FixpunkteHfp1(Base, Vector):
zust_haupt = Column('zust_haupt', Unicode)
zustaendig = Column('zustaendig', Unicode)
bgdi_created = Column('bgdi_created', Unicode)
kennzeichnung = Column('kennzeichnung', Unicode)
begehbar = Column('begehbar', Unicode)
the_geom = Column(Geometry2D)

register('ch.swisstopo.fixpunkte-hfp1', FixpunkteHfp1)
Expand Down

0 comments on commit 635fe96

Please sign in to comment.