Replies: 2 comments
-
here is my quick take, but I could be wrong:
If you enable Oh, and if you do choose to implement a quest in the future, it's not that hard really (you basically copy/paste from similar quest and work from there) and there are people willing to help! But it should follow (more lax than upstream StreetComplete, but still) SCEE quest guidelines, so best to first open separate issue to discuss it.
Does it happen only when switching apps? If so, that might be dependent on Android version / manufacturer, as it might lose GPS location when you switch to another app to save power (there was related discussion about that here: streetcomplete#5581 (comment)).
Well, alternatives of what you can do:
|
Beta Was this translation helpful? Give feedback.
-
You can have both, so this is completely orthogonal.
This is a case for an issue, not a discussion. Would be useful if you checked whether the same thing happens in StreetComplete.
SC(EE) is not made for "showing everything". When you know which specific features you want to see, create a suitable filter and use a custom overlay. |
Beta Was this translation helpful? Give feedback.
-
I was thinking about posting these or some of them on the issues page, but I would have been required to install SC and test whether the thing I'm explaining also occurs there etc, and I thought I want to keep it less formal so I decided to post them all in one post here in the discussion forum.
SCEE asks on crossings whether there is an island. Here in Finland we have crossings with a table or a hump. I don't know how to get this done without having to resort to edit the tags. Sometimes it adds an extra question, what kind, is it chicane, narrowed road or such etc, I remember some 4 options there. These add traffic_calming key. Would be useful if could choose table or hump there. The custom overlay
i
button takes you to https://github.com/Helium314/SCEE/blob/modified/CONTRIBUTING_A_NEW_QUEST.md#element-selection and I can see there is information how to add new quests but I'm not sure I'm up for that task if this comes to that.I have a consistent problem with the map being zoomed into an old location, not the current location. Also the zoom to current location button is not working properly.
.
When I switch apps to some other app and then come back to SCEE, it's at a location where I have submitted edit earlier, or some other location I was earlier. Pressing the button to jump to current location turns the button to green and changes its icon to triange. Pressing again changes it to circle. I have to click some element on map or + button to add something new and then cancel it, then I can press that "current location" button to jump to current location.
I would like to be able to see all features at a given location where I am without having to open another app like OSM focus reborn or vespucci. An example case from today: I'm at a railway station overpass. There are elevators to the ground floor. I am answering questions about the surfaces and the stairs. I got interested whether OSM has mapped the elevators there at all. How can I see that quickly in SCEE? I tried to add a custom overlay which would show me any key = any value, but I'm not succeeding. For this particular use case I could see the elevators once I added a custom overlay for nodes that says
highway = elevator
orhighway ~ .+.
orhighway ~ .*.
But what if I wanted to see if there are some nodes where I don't know what thekey
is? The wildcard.+.
doesn't work for key, so.+. ~ .+.
shows me nothing.Beta Was this translation helpful? Give feedback.
All reactions