hpneo / gmaps

the easiest way to use Google Maps
https://hpneo.dev/gmaps/
7.04k stars 1.29k forks source link

ABANDONED 2019? #585

Open wilfredonoyola opened 5 years ago

wilfredonoyola commented 5 years ago

Hey guys and Owner..

Is this project still maintained?

Let me know,

Thanks

hpneo commented 5 years ago

@wilfredonoyola hi Wilfredo, I'm afraid gmaps has been abandoned. Sorry about that.

For the past 2 years I hadn't time to keep maintaining this library, and I couldn't find anyone that wants to continue the project.

Now I'm in a better position and have more free time, so maybe I'll try to resume the work here, but I can't give you a date.

wilfredonoyola commented 5 years ago

Sounds goods!! I think that this project is using for many real projects. Maybe I will help a little later.

wilfredonoyola commented 5 years ago

Let me know if you will have a plan soon and I could help for this project.

hpneo commented 5 years ago

Sure! Thanks for your interest.

hpneo commented 5 years ago

@wilfredonoyola I made a branch with a refactor.

I made a rewrite of the library, using ES6 (GMaps now is a class, arrow functions, spread operator, etc) and webpack. It incremented the bundle size in general but now the library is modular using one repo (instead of the previous approach of having one repo per module).

There are some pending tasks, such as:

Let me know if you're interested in help me with those tasks.

wilfredonoyola commented 5 years ago

@hpneo of course, I can help with this.

hpneo commented 5 years ago

@wilfredonoyola great! The most important thing right now is the last item. If you have a project that uses GMaps extensively, you can check if is working as expected?

wilfredonoyola commented 5 years ago

Sure, I am working in a feature using gmap. Let me check tomorrow.

dani3l3 commented 4 years ago

Hi there, I just stumbled into a project that I need to 'revive' which was built on top of this library. As you know, it is now broken. Has development resumed on it, or do you know if other folks have found an alternative?

ReskatoR-FR commented 4 years ago

It would really be a mess to abandon this project. It saves us so much time ...

lvidal1 commented 4 years ago

Is there any update on this? This library was so helpful!

hpneo commented 4 years ago

@lvidal1 @dani3l3 @ReskatoR-FR sadly I never received any update from @wilfredonoyola. If any of you have a working project that requires GMaps and it's broken, feel free to mention me or open an issue, so I can take a look.

I'm not working on any project that requires maps, so I can't test it more than running the tests occasionally. I also have a refactor branch that seemed to work OK at least on tests.