soal / vue-mapbox

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

Website full of mistakes. #166

Open cuscomcorp opened 4 years ago

cuscomcorp commented 4 years ago

Hey guys,

First of all, thank you for that great library!

The code you provide on your front page is full of typos + literally nothing works.

Would be nice to correct that.

Regards

Maxime

cjaoude commented 4 years ago

we should have checked the commit history, 10+mo, i'm thinking authors got tired of this

cuscomcorp commented 4 years ago

But do you think vue-mapbox is still viable for big apps?

cjaoude commented 4 years ago

to me it looks like this is abandoned or nearly so. it doesn't look viable to me, i can't even figure out how to add a basic layer and basic source. The provided components are nice, but if there's no clear way to do basic stuff without reaching for the underlying map object then what's the point.

wasted a bunch of hours trying to use this, so not happy about it.

cuscomcorp commented 4 years ago

Same here I am really disappointed it looked promising but I ended up wasting my time. How do you use Mapbox with Vue if I may ask?

cjaoude commented 4 years ago

To be fair, it's no small tasks to make VueMapbox, Mapbox is a big api. For the project to continue, they'd need a lot of community contribution.

You can import mapbox into a vue component and use it like the regular mapbox js.

SALIHAdataonline commented 4 years ago

I raised the same question. I don't think VueMapbox is mature enough to be used for apps that need beyond very basic map stuff!!

ausgomez commented 4 years ago

I have realized that Vue-Mapbox is running an older version of the current Mapbox, had some issues when adding markers and popups.

lights0123 commented 4 years ago

And you may find this after looking around, but be aware that it's GPL.

wadclapp commented 4 years ago

Maintained version of vue-mapbox here, worth a try