<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Was recently browsing OSM Inspector and it was throwing up a warning about some tags that had been used on parts of the F3 because an equals symbol appears in the key. Specifically these....<div><br></div><div>source:bicycle=no = <a href="http://www.bicycleinfo.nsw.gov.au/downloads/hornsby.pdf" rel="nofollow">http://www.bicycleinfo.nsw.gov.au/downloads/hornsby.pdf</a> </div><div>source:cycleway=no = <a href="http://www.bicycleinfo.nsw.gov.au/downloads/hornsby.pdf" rel="nofollow">http://www.bicycleinfo.nsw.gov.au/downloads/hornsby.pdf</a></div><div><br></div><div>See <a href="http://tools.geofabrik.de/osmi/?view=tagging&lon=151.17082&lat=-33.60765&zoom=15">http://tools.geofabrik.de/osmi/?view=tagging&lon=151.17082&lat=-33.60765&zoom=15</a></div><div><br></div><div>As a person with some coding experience, I find this use of = inside a key slightly disturbing, as = is the separator between a key and a value, plus this method requires duplication of the root element's original value.  I'm thinking the 2 keys are better written simply like.... </div><div><br></div><div>source:bicycle = <a href="http://www.bicycleinfo.nsw.gov.au/downloads/hornsby.pdf" rel="nofollow">http://www.bicycleinfo.nsw.gov.au/downloads/hornsby.pdf</a>  </div><div>source:cycleway = <a href="http://www.bicycleinfo.nsw.gov.au/downloads/hornsby.pdf" rel="nofollow">http://www.bicycleinfo.nsw.gov.au/downloads/hornsby.pdf</a>  </div><div><br></div><div><br></div><div>I draw a comparison with use of source:xyz elsewhere - e.g. for speeds, names, etc... where we adopt this convention - </div><div><br></div><div>maxspeed = 110</div><div>source:maxspeed = sign</div><div><br></div><div>and not...</div><div><br></div><div>maxspeed = 110</div><div>source:maxspeed=110 = sign</div><div><br></div><div><br></div><div>There's very little in the wiki about use of = in a key, but it gets a brief mention toward the bottom of <a href="http://wiki.openstreetmap.org/wiki/Any_tags_you_like">http://wiki.openstreetmap.org/wiki/Any_tags_you_like</a>  </div><div><br></div><div>Cheers,</div><div>BJ</div><div><br></div></body></html>