https://taginfo.openstreetmap.org/keys/access#projects lists iD tagging schema as using access=* while only predefined values are available, remaining stopped with "autoSuggestions": false, in fields using access= key
Yes, iD displays all values and allows to edit arbitrary tags and values in raw tag editor - but that is iD, not iD presets project.
I propose
|
function generateTaginfo(presets, fields, deprecated, discarded, tstrings, projectInfo) { |
to take
"autoSuggestions": false, into account and to list only specific
access= values if only specific values are supported, the same for every key.
https://taginfo.openstreetmap.org/keys/access#projects lists iD tagging schema as using
access=*while only predefined values are available, remaining stopped with"autoSuggestions": false,in fields usingaccess=keyYes, iD displays all values and allows to edit arbitrary tags and values in raw tag editor - but that is iD, not iD presets project.
I propose
schema-builder/lib/build.js
Line 513 in 2f8bc0d
"autoSuggestions": false,into account and to list only specificaccess=values if only specific values are supported, the same for every key.