Markus Peröbner
Markus Peröbner
pitrp's ideas how to fix this thing: https://github.com/marook/tagfs/commit/b804b5adced013df9f3ad4c7e47b11e0049bed1b
I can't reproduce the problem using MarSoft's command directly: $ tagfs /tmp/x -i /tmp/x fuse: mountpoint is not empty fuse: if you are sure this is safe, use the 'nonempty'...
I think the weird / missing access rights on the 'mountpoint' directory may be caused by two reasons: 1. You have mounted a directory using the user root and try...
ad install issue: please open another issue with the output when starting tagfs... maybe it's a bug we can fix. ad usage: I've added some information about how to tag...
I think the part of the API which is currently not behaving very well regarding asynchronous processing are especially the node, way and relation callbacks. Right now osm-read does not...
Are you using the current master branch? There are some issues in it. Have you tried v0.6.0 ( https://github.com/marook/osm-read/releases/tag/v0.6.0 )? If v0.6.0 does not work for you it would be...
OK... I think it should be possible to implement the pause/resume behavior for the XML and the PBF parser. the node-xml api also supports a pause/resume function ( https://github.com/robrighter/node-xml#parserpause )....
OK... I've implemented a pause/resume feature because it seems to me like it's easy to implement. @missinglink Can you test it with your application? If it works fine with your...