W dniu 22.01.2015 19:15, moltonel 3x Combo napisał(a):

This has been debated (yet again) on this list not long ago for the
"name" key. The usual arguments followed. There are enough proponents
of both styles (each with good arguments) that both styles are clearly
here to stay (unless maybe the code data model gets updated to support
multi-value tags).

What are the chances than to update our data model to support it? Is it just a loose expectation (as in a "would be nice") or something more concrete?

I also think tools can deal with semicolon-delimited lists just by internally converting:

key=value1;value2

to a temporary array:

key[1]=value1
key[2]=value2

and returning to the semicolon mode on the output again. That would probably help avoid too much regexping.

--
Mambałaga

_______________________________________________
Tagging mailing list
Tagging@openstreetmap.org
https://lists.openstreetmap.org/listinfo/tagging

Reply via email to