Raruto / leaflet-rotate

Leaflet plugin that allows to add rotation functionality to map tiles
GNU General Public License v3.0
77 stars 21 forks source link

How can I sponsor this project? #29

Closed siimaoo closed 1 year ago

siimaoo commented 1 year ago

Is there a way to sponsor this project? It's very helpful and a must have feature in maps that I created.

Raruto commented 1 year ago

Hi @siimaoo, first of all thanks for the thought.

I'm not an expert on the subject, but if I remember correctly many sponsorship platforms charge substantial commissions to individual developers (that is, individuals, not companies), and in many cases you must also consider additional taxation fees, as these are international transactions...

BTW, at the moment, given the size of project (rather than a few pennies), I'd be really happy if some other developers would join to keep the project alive.

If you think this plugin is a "must-have" for your daily work, you can start, for example, how to write some tests that we could add here.

A single developer has limited time and capabilites 👋 Raruto

siimaoo commented 1 year ago

can I make a PR with docs improvements? how to setup, how to use with react, common issues etc etc?

Raruto commented 1 year ago

@siimaoo for sure, whatever you think might be useful 👌

As for react, do you mean how to use it with a JS bundler?

siimaoo commented 1 year ago

I mean how to integrate this lib with react-leaflet and maybe I'll create an exemple repo

ragavendra commented 4 months ago

I found that my app stopsnearme.ca wasn't rotating and I found this library. I just set it up a while ago and really appreciate all the efforts put into it.

I saw that the app was rotating a bit more faster and wasn't sure which setting to update for it if there is any. Then, I was looking for documentation and found this post. Yes, I would be interested in the documentation.

If you think this plugin is a "must-have" for your daily work, you can start, for example, how to write some tests that we could add here.

I am between jobs now and can help with supporting this project like writing some tests as well as this can help with my next gig. I would appreciate if there is some guidance on this part.

PS - I didn't mean to add comment to a closed issue but rather offer my aid in contributing if possible.

Raruto commented 4 months ago

Hi @ragavendra,

writing some tests as well as this can help with my next gig. I would appreciate if there is some guidance on this part.

lukeed/uvu is used for performing semi-automated tests.

I talked about it a little in here (they are different repos but the code structure/testing logic is the same):

Additionally:

👋 Raruto

ragavendra commented 4 months ago

Thanks @Raruto for all this information. I will try and work on it whenever I get a chance. I will also try to see if I can improve the docs or relevant areas as well.