|
|
@ -30,10 +30,17 @@ feature: |
|
|
|
<dd>{{ attribute(tags, 'operator') ? tagTrans('operator', attribute(tags, 'operator')) : '' }}</dd> |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
</dl> |
|
|
|
<dt>{{ trans('Photos') }}</dt> |
|
|
|
<dd> |
|
|
|
<ul> |
|
|
|
{% if attribute(tags, 'mapillary') %} |
|
|
|
<div><a href="https://www.mapillary.com/app/?focus=photo&pKey={{ attribute(tags, 'mapillary') }}" rel="noreferrer" target="_blank">Mapillary Photo</a><div> |
|
|
|
<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> |
|
|
|
|
|
|
|
markerSign: '⚠️' |
|
|
|
|
|
|
|
priority: |- |
|
|
|