@@ -13,5 +13,6 @@ export default {
|
||||
:title="lang.get('map.see_on_google')"
|
||||
target="_blank"
|
||||
rel="noreferrer noopener"
|
||||
@click.stop
|
||||
>{{ options.lat_dms+' '+options.lon_dms }}</a>
|
||||
</template>
|
||||
|
||||
@@ -67,8 +67,8 @@ export default {
|
||||
<spotIcon :title="lang.get('stats.elevation_loss')" :icon="'elev-drop'" width="fixed" size="lg" :text="options.elev_drop+'m'" />
|
||||
</div>
|
||||
</div>
|
||||
<div v-else-if="options.type=='project'" class="section time">
|
||||
<spotIcon icon="time" width="fixed" size="lg" :text="activeTimeInterval" />
|
||||
<div v-else-if="options.type=='project'" class="section">
|
||||
<spotIcon icon="calendar" width="fixed" size="lg" :text="activeTimeInterval" />
|
||||
</div>
|
||||
<div v-else>
|
||||
<div class="section time">
|
||||
|
||||
@@ -192,7 +192,7 @@
|
||||
</span>
|
||||
<img class="staticmap clickable" :title="lang.get('media.click_zoom')" :src="options.static_img_url" />
|
||||
<spotIconStack :mainClasses="'message drill-icon'" :iconMain="drillMainIcon" iconSub="footprint" :icon-sub-transform="'rotate-270'" />
|
||||
<div class="comment">
|
||||
<div class="comment" @click.stop>
|
||||
<p v-if="!isMobile()">
|
||||
<spotIcon :icon="'coords'" margin="right" size="lg" />
|
||||
<projectMapLink :options="options" />
|
||||
|
||||
Reference in New Issue
Block a user