Skip to content

Commit

Permalink
Revert "Merge pull request #4340 from geoadmin/data_BGDIDIC-984_revert"
Browse files Browse the repository at this point in the history
This reverts commit d7d5d38, reversing
changes made to 10ec28c.
  • Loading branch information
ltclm committed Mar 13, 2024
1 parent 4395ea4 commit 483b065
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions chsdi/models/vector/stopo.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,8 +810,8 @@ class GridstandTemplate:
id = Column('gid', BigInteger, primary_key=True)
tileid = Column('tileid', Unicode)
lk_name = Column('lk_name', Unicode)
datenstand = Column('release', Integer)
releasekey = Column('releasekey', Unicode)
datenstand = Column('release', Integer) # flightyear
releasekey = Column('releasekey', Unicode) # gdwh_releasekey
the_geom = Column(Geometry2D)


Expand All @@ -826,7 +826,9 @@ class GridstandPermiterTemplate:

class GridstandPk25Meta(Base, GridstandTemplate, Vector):
__bodId__ = 'ch.swisstopo.pixelkarte-pk25.metadata'
__tablename__ = 'view_gridstand_datenhaltung_pk25_tilecache'
__tablename__ = 'view_pk25_metadata'
__timeInstant__ = 'year'
year = Column('year', Unicode)


register('ch.swisstopo.pixelkarte-pk25.metadata', GridstandPk25Meta)
Expand Down

0 comments on commit 483b065

Please sign in to comment.