- Timestamp:
- 2020-10-08T21:42:23+02:00 (4 years ago)
- Location:
- trunk/resources/data/validator
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/combinations.mapcss
r17105 r17122 856 856 857 857 /* #17498 */ 858 way[bicycle][/^cycleway(:|$)/][!/^bicycle:/][bicycle=~/^(no| none|use_sidepath)$/][/^cycleway(:|$)/!~/^(no|none|separate)$/] {858 way[bicycle][/^cycleway(:|$)/][!/^bicycle:/][bicycle=~/^(no|use_sidepath)$/][/^cycleway(:|$)/!~/^(no|none|separate)$/] { 859 859 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}"); 860 860 group: tr("suspicious tag combination"); -
trunk/resources/data/validator/deprecated.mapcss
r17092 r17122 2084 2084 } 2085 2085 2086 /* #17498 */ 2087 way[cycleway=none], 2088 way[cycleway:left=none], 2089 way[cycleway:right=none] { 2090 throwWarning: tr("{0} is deprecated", "{0.tag}"); 2091 suggestAlternative: concat("{0.key}", "=no"); 2092 group: tr("deprecated tagging"); 2093 fixAdd: concat("{0.key}", "=no"); 2094 } 2095 2086 2096 /* When tags are deprecated they should be added to ignoretags.cfg too. */
Note:
See TracChangeset
for help on using the changeset viewer.