RicoElectrico
RicoElectrico
If everything works just as before, then why is it blacklisted?
@maumi You can run an sqlite3 query to dump coordinates to a CSV table, which can in turn be imported to QGIS.
What do you think about this marker (last one)? I tried a dustbin and a crossed out eye, both aren't really legible at target size given marker style they need...
What about reducing the snap angle to some lower value? Current value of 25° clockwise AND counter-clockwise is ridiculous to me :) On top of that, there is already some...
Replicated also on LG G6 (Android 9). The behavior is similar, but the 2nd point doesn't persist like the 1st, curiously.
And for those (quite improbable, but still) where one coordinate is equal? These should be a line, then?
This issue also happens for me in the latest beta: https://www.openstreetmap.org/#map=17/54.47004/18.52403 https://github.com/organicmaps/organicmaps/assets/1409116/8d1b9166-6a41-4bff-aa99-78f1dc9b837c
@biodranik Yes, I fixed it yesterday. However I think it's best to handle errors gracefully. I know it's not that rare for mappers to come up with such constructs. For...
Oh, I see. This error indeed will be very rare as it not only requires geometry to cross, but also bboxes to equal. Here's an example PostGIS query: `sselect a.osm_id,...
> I don't know how your query works Let me explain :) `~=` is an operator that, using an index, compares whether 2 geometries have an identical bbox `ST_Relate()` does...