osmlab / osm-request

JS library for OpenStreetMap API communication
MIT License
29 stars 7 forks source link

Project State #6

Closed boldtrn closed 5 years ago

boldtrn commented 5 years ago

I was wondering what the current state of the osm-request project ist?

There is a warning:

⚠ That project is in an heavy development phase. Do not use it until the first stable release.

When looking at the commits, it seems like that development slowed down. Are the basic functions of this library stable enough to be used in a production environment? With basic functions I mean for example the node editing example in the README. Or is it recommended to use a different library?

If it's stable enough, we could think about removing the warning? Otherwise we might rephrase the warning?

PanierAvide commented 5 years ago

Hi, for now the library allows basic editing of tags (all elements) or node geometry. Also it handles notes and some specific OSM API calls. Method implemented are stable and usable (they are in fact used in some projects like Pic4Review). The best thing might be to rephrase the warning in order to say it works, but it is not completely handling every OSM API calls. What do you think @GuillaumeAmat ?

boldtrn commented 5 years ago

Thanks for the clarification @PanierAvide :).

GuillaumeAmat commented 5 years ago

Yep, totally agree @PanierAvide! 👌