Skip to content

Commit

Permalink
BGDIDIC-124: update field names
Browse files Browse the repository at this point in the history
  • Loading branch information
faselm committed Jun 27, 2024
1 parent 279f4a5 commit 82def10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chsdi/models/vector/stopo.py
Original file line number Diff line number Diff line change
Expand Up @@ -1605,7 +1605,7 @@ class GeologieTektonischeKarteUnit(Base, Vector):
__template__ = 'templates/htmlpopup/tektonische_karte_unit.mako'
__bodId__ = 'ch.swisstopo.geologie-tektonische_karte'
__label__ = 'litho_de'
id = Column('bgdi_id', Integer, primary_key=True)
id = Column('fid', Integer, primary_key=True)
tecto_1_de = Column('tecto_1_de', Unicode)
tecto_1_fr = Column('tecto_1_fr', Unicode)
tecto_1_it = Column('tecto_1_it', Unicode)
Expand Down

0 comments on commit 82def10

Please sign in to comment.