Changeset 18731 in josm for trunk/resources/data/validator/combinations.mapcss
- Timestamp:
- 2023-05-16T23:30:39+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/combinations.mapcss
r18674 r18731 48 48 way[canal ][!waterway], 49 49 way[have_riverbank ][!waterway], 50 area[min_height ][!height][/^(building|building:part)$/], /* #21286 */ 51 area[building:min_level ][!building:levels][/^(building|building:part)$/], /* #21286 */ 50 52 *[border_type ][!boundary], 51 53 *[piste:difficulty ][!piste:type], … … 1077 1079 group: tr("suspicious tag combination"); 1078 1080 } 1081 1082 /* #21286 */ 1083 area[/^(building|building:part)$/][height =~ /^[0-9]+(\.[0-9]+)?( m)?$/][min_height =~ /^[0-9]+(\.[0-9]+)?( m)?$/][get(split(" ", tag(height)), 0) <= get(split(" ", tag(min_height)), 0)], 1084 area[/^(building|building:part)$/][building:levels][building:min_level][tag("building:levels") <= tag("building:min_level")] { 1085 throwWarning: tr("{0} is lower or equal to {1} on {2}", "{1.key}", "{2.key}", "{0.key}"); 1086 group: tr("suspicious tag combination"); 1087 } 1088
Note:
See TracChangeset
for help on using the changeset viewer.
