Sina Kashipazha
Sina Kashipazha
@Jehan-h20220012 I couldn't find you on LinkedIn. Can you please send me a request to connect? https://www.linkedin.com/in/sina-kashipazha/
Here is the code: ```vue import Mapbox from "mapbox-gl"; import { MglMap } from "vue-mapbox"; export default { components: { MglMap }, data() { return { accessToken: process.env.VUE_APP_MAPBOX_ACCESS_TOKEN, // my...
I found the cause and solution. I missed the parentheses in `@load="onMapLoaded"` as a result onMapLoaded event failed to execute. It should be `@load="onMapLoaded()"` ```vue
I was wrong !! [This](https://soal.github.io/vue-mapbox/guide/basemap.html#adding-map-component) documentation is incorrect. Map load documentation has to be something like the following sample. More information is available [here](https://stackoverflow.com/questions/65694554/map-layers-do-not-render-again-past-initial-load). ```vue import Mapbox from "mapbox-gl"; import...
I have the same problem. It was my mistake. I forget to put a "\n" at the end of each line, in my key string.
Hey @nvazquez Yes, it is ready for review.
@PaulAngus Do you work on this issue?
@DavidKaub @Rektalizer I just generated a certificate for a subdomain successfully. Have you replaced all the `example.org` to the subdomain name?
@blueorangutan package
@blueorangutan package