Skip to content

Commit

Permalink
BGDIDIC-701: delete model
Browse files Browse the repository at this point in the history
  • Loading branch information
faselm committed Oct 11, 2024
1 parent 716ba76 commit aa769e4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions chsdi/models/vector/stopo.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,13 +391,6 @@ class GeologischerAtlasRasterMeta(Base, GeologischerAtlasMeta, Vector):
register('ch.swisstopo.geologie-geologischer_atlas.metadata', GeologischerAtlasRasterMeta)


class GeologischerAtlasVectorMeta(Base, GeologischerAtlasMeta, Vector):
__tablename__ = 'geologischer_atlas_vector_meta'
__bodId__ = 'ch.swisstopo.geologie-geologischer_atlas_vector.metadata'

register('ch.swisstopo.geologie-geologischer_atlas_vector.metadata', GeologischerAtlasVectorMeta)


class GeolSpezialkartenMetadata:
__table_args__ = ({'schema': 'geol', 'autoload': False})
__template__ = 'templates/htmlpopup/spezialkarten_meta.mako'
Expand Down

0 comments on commit aa769e4

Please sign in to comment.