Skip to content

SvgViewConeMarker

andy.rothwell edited this page Aug 31, 2018 · 3 revisions

Cyclomedia/SvgViewConeMarker

In a Vue template

<!-- marker using custom code extending icons - https://github.com/iatkin/leaflet-svgicon -->
<svg-view-cone-marker v-if="this.cyclomediaActive"
                      :latlng="cycloLatlng"
                      :rotationAngle="cycloRotationAngle"
                      :hFov="cycloHFov"
/>

In a Mapboard config file

cyclomedia: {
  enabled: true,
  measurementAllowed: false,
  popoutAble: true,
},