smeijer / leaflet-geosearch

A geocoding/address-lookup library supporting various api providers.
https://smeijer.github.io/leaflet-geosearch/
MIT License
1.03k stars 273 forks source link

LOOKING FOR MAINTAINERS #172

Closed smeijer closed 4 years ago

smeijer commented 6 years ago

THANK YOU FOR YOUR CONTRIBUTIONS

Let's be honest; this project would already be dead if you all hadn't created issues and pull requests. You guys/girls are awesome, and helped this packaged to grow to the next level. So again; Thanks for your contributions!

LOOKING FOR MAINTAINERS

Now back on topic; because that's where issues are for. I'm looking for maintainers, as I have a huge lack of time.

The network chart shows that there is still a lot of activity arround this project, we just need to speed up the issue / PR processes to merge the fixed bugs / added functionality. And for that; I need time or your help.

So, are you interested? Please let me know. Here in the comments or hit me on gitter.

jlengrand commented 6 years ago

Hey there,

I haven't used leaflet-geosearch in a while, so I won't offer myself to become a maintainer. However I want to salute your initiative and openness. Lots of projects just go to die because the creator stops showing up, and asking for help requires honesty.

Kudos to you, and long live leaflet-geosearch!

skipjack commented 6 years ago

@smeijer I may be able to help. I've worked with leaflet for years and have started digging into react-leaflet as well more recently, so I'm pretty familiar with the space. The next couple months aren't great for me but if you haven't found anyone by the end of the year, ping me and I'll see if I can help.

smeijer commented 5 years ago

Thanks for the kind words here. Still looking for help. So a bump from my side 😇

jlengrand commented 5 years ago

Hey there.

I'm not offering my help because I am not very involved with GIS related projects lately, so my comment will be moderately useful. But I wanted to send virtual love kudos! It's a lot of work to maintain a successful project, and a lot of people are using this plug-in.

Best of luck in finding a reliable person to help!

mossplix commented 5 years ago

Hi there, I am offering to help maintain this. I love leaflet and I have used it many of my projects. let me know if you are still looking for help

mossplix commented 5 years ago

@smeijer Please let me know If you are still looking for a maintainer

smeijer commented 5 years ago

@mossplix, definitely. Maybe you can hit me on Gitter, so we can talk about it and make a plan?

Join the chat at https://gitter.im/smeijer/leaflet-geosearch

mfreeman451 commented 5 years ago

whats going on with this..

smeijer commented 5 years ago

I'm still lacking time. At moments I think I can spend a day to go trough some issues, but when the day comes, paid jobs are taking priority.

I'll try to free some time in my schedule. This project definitely deserves more love than it's currently receiving.

dimabory commented 5 years ago

@smeijer I can join and help you if you need anything. Just let me know ✌

vstyle commented 5 years ago

Hi there, sorry for offtopic question, I guess the leaflet-geosearch doesn't work with 1.5.1 leaflet version, isn't it?

I have included: bundle.js and style.css files, and added this js code:


new L.Control.GeoSearch({
    provider: new L.GeoSearch.Provider.OpenStreetMap()
}).addTo(this.map);```

Here the js error I see in console:

![image](https://user-images.githubusercontent.com/3931476/65976197-744e2e80-e478-11e9-87d1-8622082c98ab.png)
yznts commented 4 years ago

Hello, @smeijer! I'm interested in contributing to this repo (provider for Algolia Places) due to using that in another project. Please, can you provide detailed steps for contributing to this project? I think it would be much easier for others to maintain/contribute. F.e. I was a bit confused when I got errors while first yarn install (errors related to not passed tests). In my opinion, installing dependencies is not related to tests at all 😅 Thank you very much for your contribution to Open Source!

smeijer commented 4 years ago

I've just released v3.0.0, and am closing this issue. I'm still open for contributions, and they would be most welcome. But I'm reprioritizing open-source projects, and am about to spend a bit more time on them.

To get started, I've rewritten the project to typescript, so that leaflet-geosearch comes with typescript out of the box.

I've also merged a number of pull-requests, thanks to which we now have an AlgoliaProvider (thanks @yzinets!) and a HereProvider (thanks to @IvelinYR).

Also, numerous long-standing issues have been fixed. At this moment, there is only one edge case remaining, that relates to the OpenStreetMap provider (#180).

All other currently open tickets are either feature requests, or documentation issues/questions. On which I will work on next.

Talking about the documentation, that has been improved as well. See here: https://smeijer.github.io/leaflet-geosearch

Again, thank you all for your support and patience. I'll do my absolute best to bring more life into this project.