Helium314 / SCEE

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

New Quest: What is the number of the ski slope here? #466

Closed mcliquid closed 10 months ago

mcliquid commented 11 months ago

General

Affected tag(s) to be modified/added: piste:ref Maybe to be discussed if ref or piste:ref should be set. https://openskimap.org/ will render both. Question asked: What is the number of the ski slope here?

Checklist

Checklist for quest suggestions (see guidelines):

Ideas for implementation

Element selection: During the research I noticed some ski slopes that have something like piste:name=2 - Talabfahrt XYZ. This is wrong, but should not have to be corrected by SCEE. Therefore I would suggest the following filter: way["piste:type"="downhill"][!"ref"][!"name"][!"piste:name"][!"piste:ref"] Overpass Link: https://overpass-turbo.eu/s/1CoH

Proposed UI: Similar to the house number Quest.

HolgerJeromin commented 11 months ago

I would add "other" menu entry:

Helium314 commented 11 months ago

Sounds fine, and re-using the address form should make most of the implementation relatively simple.

Ideally, the quest is displayed only in winter. Isn't there already a function for the grit bins for this?

There is a quest whether grit bins are seasonal, but it's displayed all year long. Maybe as a very simple implemetation the quest could be made so that it's not applicable to any element if it's not winter. With data being cleaned up after 2 weeks (be default), this should be acceptable.