Skip to content

PictometryLayer

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

Pictometry/Layer

In a Vue template

<pictometry-widget v-if="this.shouldLoadPictometryWidget"
                   slot="pictWidget"
                   v-show="pictometryActive"
                   :apiKey="this.ak"
                   :secretKey="this.sk"
>
  <layer v-if="this.pictometryActive" />
</pictometry-widget>

In a Mapboard config file

pictometry: {
  enabled: true,
},