I added the key "model" in "more Fields" to it, see PR #584
Also, I changed the key "covered" to the "fields", because "booth" is rather optional, not everny public telephone has a booth at all. booth=* is usually only used **if** it has a booth. The key "covered" is more wiedespread to indentify whether the telephone is covered at all or isn't. Please note I only changed the position of the fields, both keys can be used normally as before.
* allow the website tag to be used on any feature
* drop "website" field as "moreField" from all presets
* simplify place presets
Co-authored-by: Martin Raifer <martin@raifer.tech>
…by making the field an optional field which is not displayed by default when selecting a preset. This approach allows mapeprs to easily see now potentially outdated pandemic opening hours and check/update/fix/convert them accordinly.
According to [taginfo](https://taginfo.openstreetmap.org/tags/?key=amenity&value=parcel_locker#combinations), 2/3 of all parcel lockers have an `opening_hours` tag. Most of these are `24/7`, but I see many enough lockers that have other modes.
In this PR I:
* add the tag to the list of common fields;
* add `brand` and `colour` fields to the `moreFields` list — these are mentioned on the wiki page, and might be interesting to fill out;
* also move `operator` to the top, since it's the most important attribute of a parcel locker.
* Fix data/presets/amenity/ticket_validator format and file ending
* Fix reference to disc_golf_basket icon, which is from temaki, not maki
* Fixed space in preset name (water_reservoir_covered)
Co-authored-by: Johnny Accot <johnny@accot.fr>
Co-authored-by: Martin Raifer <martin@raifer.tech>
* deprecated old vending_machine tagging for parcel lockers
* moved and updated parcel lockers presets
* removed non-english term
* removed terms referring to brands since they will be pulled from NSI anyway
* fixed missing tag
* added missing preset for dropoff only locker
* created single preset for parcel locker
* use generic "parcel locker" as title of preset
* add some additional search terms
* make description field optional again
Co-authored-by: Martin Raifer <martin@raifer.tech>