Skip to content

Commit

Permalink
Update mapcss
Browse files Browse the repository at this point in the history
- Excluding transport validator due to bug #2077
- In preparation of a fix for issue #2077
  • Loading branch information
Famlam authored and frodrigo committed Nov 18, 2023
1 parent 23e6580 commit 827e16f
Show file tree
Hide file tree
Showing 4 changed files with 924 additions and 226 deletions.
2 changes: 2 additions & 0 deletions mapcss/item_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,9 @@
'suspicious tag combination': 9006030,
'unnecessary tag': 9006025,
'unusual value of {0}': 9006010,
'unusual value of {0}: meters is default; only positive values; point is decimal separator; if units, put space then unit': 9006032,
'unusual value of {0}: set unit e.g. {1} or {2}; only positive values; point is decimal separator; space between value and unit': 9006028,
'unusual value of {0}: use \'\' for foot and " for inches, no spaces': 9006031,
'unusual value of {0}: use . instead of , as decimal separator': 9006017,
'unusual value of {0}: use abbreviation for unit and space between value and unit': 9006024,
'unusual value of {0}: {1} is default; only positive values; point is decimal separator; if units, put space then unit': 9006026,
Expand Down
Loading

0 comments on commit 827e16f

Please sign in to comment.