Skip to content

Commit

Permalink
PB-885: use new datasource for swissimage hist
Browse files Browse the repository at this point in the history
  • Loading branch information
ltclm committed Sep 4, 2024
1 parent ef6384d commit 8ac3cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chsdi/models/vector/stopo.py
Original file line number Diff line number Diff line change
Expand Up @@ -2729,7 +2729,7 @@ class HiksSiegfriedTa50Metadata(Base, Vector):


class SwissimageHistMetadata(Base, Vector):
__tablename__ = 'swissimage_hist_chsdi'
__tablename__ = 'view_swissimage_metadata'
__table_args__ = ({'schema': 'datenstand', 'autoload': False})
__template__ = 'templates/htmlpopup/swissimagehist.mako'
__bodId__ = 'ch.swisstopo.swissimage-product.metadata'
Expand All @@ -2740,7 +2740,7 @@ class SwissimageHistMetadata(Base, Vector):
gsd = Column('gsd', Unicode)
colormode = Column('colormode', Unicode)
bgdi_flugjahr = Column('bgdi_flugjahr', Integer)
the_geom = Column(Geometry2D)
the_geom = Column('the_geom_tooltip', Geometry2D)

register('ch.swisstopo.swissimage-product.metadata', SwissimageHistMetadata)

Expand Down

0 comments on commit 8ac3cec

Please sign in to comment.