Nils
Nils
I created a new branch `v1.0-release` where we can collect all the improvements over time.. Tests are not necessarily expected to pass before we finally merge into `master`
Yep, I'll have a look how others do that, e.g. Pelias OSM importer, should be a fairly similar problem for them.
Some update on this: I'll use pyosmium. It's way more sophisticated than I thought. With that, we can use good strategies handle the memory stuff, the strategy could be derived...
I was looking to do the same for a WordPress plugin I'm developing, where you can render all sorts of document types, incl notebooks, directly from any Git VCS (well,...
Thanks for the PR link, only checked the issues! Yeah, I considered opening a PR actually (good that I didn't start yet, looking at the already good work being done),...
good point. it's the same file, `config.yml`. you got time for a PR? :wink:
I'm not a maintainer anymore since a while, but the I'll at least leave the brute force approach here: ``` for a in QgsProject.instance().annotationManager().annotations(): QgsProject().instance().annotationManager().removeAnnotation(a) ``` in the QGIS Python...
Hi, thanks for the enhancement suggestion! I'll have to reproduce what you're suggesting, then I'll give some more feedback. There's options in ORS even in the backend for handling overlapping...
Now I'm finally at a stage with QGIS v3 plugin where the last version left off.. And looking at current issues. I'm still wondering about this issue. I actually just...
I had a quick read, really interests me what you were after. Looks like it's exactly how I understood it initially (and how you described it initially), calculating geometric difference...