Helium314 / SCEE

OpenStreetMap surveyor app for experienced OSM contributors
GNU General Public License v3.0
141 stars 10 forks source link

Street furniture ref quest #531

Closed FloEdelmann closed 5 months ago

FloEdelmann commented 5 months ago

General

Affected tag(s) to be modified/added: ref Question asked: What’s the identification number here?

Checklist

Checklist for quest suggestions (see guidelines):

Ideas for implementation

Element selection:

nodes, ways with
  (
    building = service and power = substation
    or man_made = street_cabinet
    or highway = street_lamp
    or emergency = fire_hydrant and fire_hydrant:type = underground and fire_hydrant:diameter:signed != no
  )
  and !ref
  and ref:signed != no

Metadata needed: None

Proposed UI: Like other ref quests

Helium314 commented 5 months ago

Should be fine in principle. Though I wonder whether we could merge this with some of the ref quest(s)... most of them do the same, just with a different icon. The filter can be adjusted in SCEE anyway, for kicking out unwanted things.

FloEdelmann commented 5 months ago

most of them do the same, just with a different icon

and with a different changeset comment. I currently use the AddAccessPointRef quest with an edited element filter, but "Determine emergency access point refs" is quite confusing if it is street cabinets and street lanterns instead :sweat_smile:

Also note that the AddBusStopRef, AddFireHydrantRef and AddPostboxRef quests are never shown in Germany. Is there some way to lift that restriction in SCEE? Then at least for fire hydrants I could use the existing quest and adjust its element filter.

Helium314 commented 5 months ago

Is there some way to lift that restriction in SCEE?

Currently not. A setting could be added, but I think in many cases allowing users to answer all quests is not a good idea (e.g. housenumber quest in Italy).

Maybe a quest with generic comment can be done? The subway and guidepost in SCEE could be adjusted... but they both use specific disabled messages.

Or just add the new one in a more generic way, so there is no / less need for yet another ref quest.