Skip to content

Map Image Sources

rothwell.andy@gmail.com edited this page Jul 26, 2024 · 3 revisions

back to Map.vue

To put an image on the map, a png should be stored in the 'public/images/' folder.

The path to the image should then be stored as a computed in Map.vue, which follows the publicPath from the MainStore.

These are then used in Map.vue onMounted, in add the address marker and camera icon sources

Clone this wiki locally