<div dir="ltr"><div dir="ltr">On Sat, Aug 14, 2021 at 12:09 PM Zeke Farwell <<a href="mailto:ezekielf@gmail.com">ezekielf@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr"><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div>How many other data consumers are there that use route relations but don't handle semi-colon delimited values, though?  Clearly a map that only shows route=bicycle is going to miss out on route=foot;bicycle, route=bicycle;horse;ski, etc.  How can we get more data consumers to parse semi-colon delimited values in the route and network tags?</div></div></div></blockquote><div><br></div><div>Speaking as someone who is routinely on the data consumer side of things, the answer is simple, but not easy -- whatever way becomes popular is what data consumers will parse.  Splitting a string by a delimiter is not difficult logic, though I agree that it tends to be rare for data consumers to handle semi-colon separated values.</div></div></div>