<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Mar 28, 2015 at 9:09 PM, Dave Swarthout <span dir="ltr"><<a href="mailto:daveswarthout@gmail.com" target="_blank">daveswarthout@gmail.com</a>></span> wrote:<br><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">Just a note about using semicolon-delimited lists. Most renderers do not handle such lists very well so a tag like the following:<br><div><div>amenity=bar;restaurant;picnic_table;sanitary_dump_station<br></div></div></div></blockquote><div><br></div><div>Most rendering will show nothing for such tagging.  If you tag like that, few people will ever see it.<br><br></div><div>It's also ambiguous tagging, as you won't know what the other tags refer to.  For example:<br><br><div style="margin-left:40px">amenity=bar;restaurant;picnic_table;sanitary_dump_station;internet_access<br></div></div><div style="margin-left:40px">opening_hours=24/7<br></div><div style="margin-left:40px">fee=$5<br></div></div><br></div><div class="gmail_extra">Makes it unclear what the bar's hours are.<br>Much cleaner tagging, and the way it's frequently done now, is a node or area with:<br></div><div class="gmail_extra"><br><div style="margin-left:40px">amenity=camp_site<br></div><div style="margin-left:40px">bar=yes<br></div><div style="margin-left:40px">picnic_table=yes<br>internet_access=wlan<br>opening_hours=24/7<br></div><div style="margin-left:40px">fee=$5<br></div><div style="margin-left:40px"><br></div>Now it's clear that the camp site is open 24/7 and costs $5, but nothing specific is said about the other amenities.<br><br></div><div class="gmail_extra">If you know more about the bar, then you can create a separate node with all the details.<br></div><div class="gmail_extra">If the camp_site is a node, consider researching the true boundaries (if it has fixed boundaries) and making it an area instead.<br></div></div>