Skip to content

New Quest: For which sport is this guidepost intended? (information=guidepost/route_marker) #467

@mcliquid

Description

@mcliquid

Reference: streetcomplete#4758
And: streetcomplete#5208

General

Affected tag(s) to be modified/added: The common and established tags for sports (like hiking, bicycle, ski, ...
Question asked: For which sport is this guidepost intended?
The goal is to determine the particular sport(s) for a guidepost or routemarker.

Checklist

Checklist for quest suggestions (see guidelines):

  • 🚧 To be added tag is established and has a useful purpose
  • 🤔 Any answer the user can give must have an equivalent tagging (Quest should not reappear to other users when solved by one)
  • 🐿️ Easily answerable by any pedestrian from the outside but a survey is necessary
  • 💤 Not an overwhelming percentage of quests have the same answer (No spam)
  • 🕓 Applies to a reasonable number of map data (Worth the effort)

Data from Jan 18:
Number of matched nodes in Austria: 14310
Number of matched nodes in Germany: 37408
Number of matched nodes in Switzerland: 7956
Number of matched nodes in United States: 10388

Overpass-Link: https://overpass-turbo.eu/s/1qhA

Ideas for implementation

Element selection:

nodes and 
["tourism"="information"] and
["information"="guidepost"] or ["information"="route_marker"] and
[!"hiking|bicycle|mtb|climbing|horse|nording_walking|ski|inline_skates|running"] and
[!"disused"][!"guidepost"]

There are certainly more sports to filter. Here are the ones that are known to me so far. Please comment if I've missed one!

Concerns:

  • It often happens that there are several signs for different sports hanging on a pole. Since the ref=* is usually also different, I have preferred to enter the nodes separately. This would not be possible in the Quest. A multiple selection would then have to be stored using a semicolon.
  • There are different ways to tag the sport. Either with "hiking=yes" or "guidepost=hiking" or "guidepost:hiking=yes". Based on an evaluation of taginfo, the first one in the list is the most used.
  • There is no "no" answer. But from my point of view, each signpost has a specific sport (at least from my regional experience). If the user can not say it it definitely needs a "can't say" answer option if it is not answerable to the user.
  • If there is no specific sport displayed on the guidepost, there is guidepost=simple in the wiki: https://wiki.openstreetmap.org/wiki/Tag%3Aguidepost%3Dsimple

Proposed UI:

  • Simple image selection or icon selection as in the recycling quest.
  • You should be able to specify "This is a routemarker" as an alternative answer. This answer is more for experienced users, but it makes the usability easier and the effort is manageable.

** Possible Quest Filter

nodes with
          tourism = information
          and (information ~ guidepost|route_marker|map)
          and (!guidepost and !disused
          and (
                    !hiking or !bicycle or !mtb or !climbing or !horse or !nording_walking or! ski or !inline_skates or !running
          )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions