Skip to content

Commit

Permalink
BGDIDIC-2631: remove heightaccrodingvil heightaboveground fields
Browse files Browse the repository at this point in the history
  • Loading branch information
faselm committed Mar 6, 2024
1 parent 6d0ba31 commit daaa236
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions chsdi/models/vector/uvek.py
Original file line number Diff line number Diff line change
Expand Up @@ -1724,8 +1724,6 @@ class HindernisbegrenzungsflaechenKataster:

class HindernisbegrenzungsflaechenKatasterArea(Base, HindernisbegrenzungsflaechenKataster, Vector):
__tablename__ = 'hindernisbegrenzungsflaechen_kataster_area'
heightaccordingvil = Column('heightaccordingvil', Unicode)
heightaboveground = Column('heightaboveground', Unicode)

register('ch.bazl.hindernisbegrenzungsflaechen-kataster', HindernisbegrenzungsflaechenKatasterArea)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,6 @@
<td class="cell-left">${_('ch.bazl.hindernisbegrenzungsflaechen-kataster.surfacetype')}</td>
<td>${c['attributes']['surfacetype'] or '-'}</td>
</tr>
<tr>
<td class="cell-left">${_('ch.bazl.hindernisbegrenzungsflaechen-kataster.heightaccordingvil')}</td>
%if c['attributes']['heightaccordingvil'] == 'Yes':
<td>${_('yesText')}</td>
%elif c['attributes']['heightaccordingvil'] == 'No':
<td>${_('noText')}</td>
%else:
<td>-</td>
%endif
</tr>
<tr>
<td class="cell-left">${_('ch.bazl.hindernisbegrenzungsflaechen-kataster.heightaboveground')}</td>
<td>${c['attributes']['heightaboveground'] or '-'}</td>
</tr>
<tr>
<td class="cell-left">${_('ch.bazl.hindernisbegrenzungsflaechen-kataster.document')}</td>
%if c['attributes']['document'].startswith('http'):
Expand Down

0 comments on commit daaa236

Please sign in to comment.