Trying to add mapping to my nuxt.js app, no luck so far. there is this package nuxt-leaflet, but it has very little activity, and only the very basic example. I would love to use mapbox layers, and build the map dynamically with the leaflet L object. any basic example, tutorial, link, would be great.
Asked
Active
Viewed 478 times
0
-
how is your implementation in your `nuxtjs`? i am using `vue2leaflet` with Nuxt and it is working fine – kusiaga Feb 05 '21 at 03:26
-
thanks @kusiaga, I'll give it a try. nuxt-leaflet is a wrapper around vue2leaflet, but if it doesn't work then lets go to the source. thanks! – Ron Al Feb 05 '21 at 14:08