check sport
for odd puncuation
This commit is contained in:
parent
d308999fa5
commit
538db72798
1 changed files with 1 additions and 1 deletions
|
@ -663,7 +663,7 @@ function checkItems(t) {
|
|||
}
|
||||
|
||||
// Warn if OSM tags contain odd punctuation or spacing..
|
||||
['beauty', 'cuisine', 'flush:disposal', 'gambling', 'government', 'training', 'vending'].forEach(osmkey => {
|
||||
['beauty', 'cuisine', 'flush:disposal', 'gambling', 'government', 'sport', 'training', 'vending'].forEach(osmkey => {
|
||||
const val = tags[osmkey];
|
||||
if (val && oddChars.test(val)) {
|
||||
warnFormatTag.push([display(item), `${osmkey} = ${val}`]);
|
||||
|
|
Loading…
Add table
Reference in a new issue