osmlint
osmlint copied to clipboard
Utils
- Added merge_geojson utils script to create a valid json
- Update docs for ^ and more descriptive examples compatible with QA tiles. Afghanistan chosen as it has a lot of remotely added data and is quite messy.
cc @geohacker @Rub21 @batpad
Umm @planemad do you think this may be worth as a separate utility outside of osmlint?
@geohacker absolutely, ideally would be great to have a npm module that one could install and get this done. Unfortunately it looks like there are no existing tools which can do this. The closest I found was json --merge but does not give the expected output and overwrites the array instead of appending to it https://github.com/trentm/json/issues/102
cc @batpad
@planemad you want to help make a tiny module like this one?