|
|
@ -50,13 +50,14 @@ feature: |
|
|
|
<dt>{{ keyTrans('Wheelchair') }}</dt> |
|
|
|
<dd>{{ attribute(tags, 'wheelchair') ? tagTrans('wheelchair', attribute(tags, 'wheelchair')) : '' }}</dd> |
|
|
|
|
|
|
|
<dt>{{ trans('Photos') }}</dt> |
|
|
|
<dd> |
|
|
|
{% if attribute(tags, 'mapillary') %} |
|
|
|
<a href="https://www.mapillary.com/app/?focus=photo&pKey={{ attribute(tags, 'mapillary') }}" rel="noreferrer" target="_blank">Mapillary</a> |
|
|
|
{% endif %} |
|
|
|
<dt>{{ trans('Photos') }}</dt> |
|
|
|
<dd> |
|
|
|
<ul> |
|
|
|
{% if attribute(tags, 'mapillary') %} |
|
|
|
<li><a href="https://www.mapillary.com/app/?focus=photo&pKey={{ attribute(tags, 'mapillary') }}" rel="noreferrer" target="_blank">Mapillary</a></li> |
|
|
|
{% endif %} |
|
|
|
</ul> |
|
|
|
</dd> |
|
|
|
|
|
|
|
</dl> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|