Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BGDIDIC-541: swissboundaries3d-gemeinde small changes on tooltip #4291

Conversation

rebert
Copy link
Contributor

@rebert rebert commented Nov 30, 2023

No description provided.

@rebert rebert requested review from marionb, ltclm and faselm November 30, 2023 15:09
@github-actions github-actions bot added the data-integration This issue/pr is related to data integration work label Nov 30, 2023
@github-actions github-actions bot added this to the 2023-12-20 milestone Nov 30, 2023
Copy link
Contributor

@marionb marionb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rebert
If you dont need the attributes gemname and perimeter any more I think you can remove them here

class SwissboundariesGemeinde(Base, Vector):
__tablename__ = 'swissboundaries_gemeinden_hist_chsdi'
__table_args__ = ({'schema': 'tlm', 'autoload': False})
__template__ = 'templates/htmlpopup/swissboundaries_gemeinde.mako'
__bodId__ = 'ch.swisstopo.swissboundaries3d-gemeinde-flaeche.fill'
__timeInstant__ = 'jahr'
__label__ = 'gemname'
id = Column('object_id', Unicode, primary_key=True)
gde_hist_id = Column('gde_hist_id', Integer)
gde_nr = Column('gde_nr', Integer)
gemname = Column('gde_name', Unicode)
jahr = Column('jahr', Integer)
gemflaeche = Column('flaeche_ha', Float)
perimeter = Column('perimeter', Float)
kanton = Column('kanton', Unicode)
objektart = Column('objektart', Integer)
is_current_jahr = Column('is_current_jahr', Boolean)
objektart_lookup = Column('objektart_lookup', Unicode)
link_de = Column('link_de', Unicode)
link_fr = Column('link_fr', Unicode)
link_it = Column('link_it', Unicode)
the_geom = Column(Geometry2D)

@rebert rebert requested a review from marionb November 30, 2023 15:28
@rebert rebert merged commit 888d92e into develop-2023-12-20 Nov 30, 2023
8 checks passed
@rebert rebert deleted the data-BGDIDIC-541-swissboundaries3d-gemeinde-feinschliff branch November 30, 2023 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data-integration This issue/pr is related to data integration work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants