soal / vue-mapbox

Vuejs 2 components for interacting with mapbox-gl-js
https://soal.github.io/vue-mapbox
MIT License
474 stars 147 forks source link

API -> popup -> events #246

Open tony-durden opened 2 years ago

tony-durden commented 2 years ago

https://soal.github.io/vue-mapbox/api/popup.html#events

I think there is a misunderstanding on the api -> popup-> events section. In details at @open and @close description it seems the text refers to marker rather the popup.

@open
Description: Fires when marker added on the map.
Payload { popup: Popup } Object with MapboxGL Popup object
#@close
Description: Fires when marker added on the map.
Payload { popup: Popup } Object with MapboxGL Popup object