Skip to content

Commit

Permalink
BGDIDIC-642: with the migration to stac the image_number is empty
Browse files Browse the repository at this point in the history
now FeatureID will be used as bildnummer
  • Loading branch information
ltclm committed Sep 5, 2024
1 parent 27988af commit 11e3391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chsdi/templates/htmlpopup/lubis_terra.mako
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ else:
%>
% if isStac: # STAC Tooltips
<tr><td class="cell-left">${_(tt_lubis_ebkey)}</td> <td>${c['attributes']['image_number'] or '-'}</td></tr>
<tr><td class="cell-left">${_(tt_lubis_ebkey)}</td> <td>${c['featureId'] or '-'}</td></tr>
<tr><td class="cell-left">${_('ch.swisstopo.lubis-terrestrische_aufnahmen.tt_lubis_aufnahmedatum')}</td><td>${datum or '-'}</td></tr>
<tr><td class="cell-left">${_('tt_lubis_bildpfad')}</td> <td>${c['attributes']['filename'] or '-'}</td></tr>
<tr><td class="cell-left">${_('ch.swisstopo.lubis-terrestrische_aufnahmen.operate_name')}</td> <td>${c['attributes']['ort'] or '-'}</td></tr>
Expand Down

0 comments on commit 11e3391

Please sign in to comment.