-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Osmose Quest: Create node #384
Comments
SC should be able to create nodes... I never tried, but looking at the code for splitting ways it could be quite simple. |
Uploading new nodes with SC seems to be simple, but creating quests that are not referring to an existing element requires considerable changes on how things work internally... |
Okay, thanks for the feedback. We are still looking into other ways to do our import / on the ground verification |
Creating nodes will probably be possible in 48.0. How do you provide the POIs that might be imported? |
Cool
The idea was to supply them via Osmose (whether the public instance or a private one)... but it's all not thought through yet. We can assign this low priority. |
So now with 59c8222 osmose quests works independently from elements. But I don't see how to get the "fixes". I can see them in the browser, but they are not in the files created by export. |
Do you mean this here: "fixables" https://wiki.openstreetmap.org/wiki/Osmose/api/0.3 Looks like it would need a second request? |
So apparently it's supposed to work if I use I tried all links/formats listed under export, except JOSM, which doesn't actually download, but complain about not having a connection to my computer ( |
Can you post the full link with bbox? Do those expected fixables show up in the web GUI of osmose? |
Browser: https://osmose.openstreetmap.fr/en/map/#zoom=14&lat=46.96189&lon=3.07153&item=xxxx&level=1&fixable=online For both issues there is some fixable, and I can get them if I download the issue: https://osmose.openstreetmap.fr/api/0.3/issue/d1c57e99-f717-08df-729b-75bbeb0344ff |
But it needs only to be downloaded it someone decides to solve a specific quest, so it might eventually be feasible? |
Well, this is planned to be done via osmose, so it would affect everyone who uses the osmose quest. @frodrigo is there a simple way for downloading all issues and the corresponding fixables (if any) in a bbox or tile? |
Yes. By design. To avoid server load.
Tile is preferred, because it can be cached (again avoid server load). Just to show on map, you even does not need |
StreetComplete is intended to also allow offline use, so I would need to download everything in a certain region anyway... do the tiles contain the fixables?
So I could switch to tile, as SC downloads are always in zoom 16 tiles anyway. |
Tiles are minimalist, no fixable, no full.
Tiles only contains 50 issues max. But at level 18, there is all issues. It was not designed for offline use. I open an issue to do better offline support : osm-fr/osmose-frontend#404 |
Use case
Support validation of large set of to-be-imported POIs
Proposed Solution
Osmose already supports fix nodes with id = 0. The quest could also support this
I am generally wondering if this is feasible. Does the StreetComplete infrastructure allow creating and uploading new POIs?
The text was updated successfully, but these errors were encountered: