-
Notifications
You must be signed in to change notification settings - Fork 8
CyclomediaWidget
andy.rothwell edited this page Aug 31, 2018
·
2 revisions
MapPanel.vue:
<slot class='widget-slot' name="cycloWidget" />
Mapboard.vue:
<cyclomedia-widget v-if="this.shouldLoadCyclomediaWidget"
slot="cycloWidget"
v-show="cyclomediaActive"
screen-percent="2"
/>
cyclomedia: {
enabled: true,
measurementAllowed: false,
popoutAble: true,
},