Changes between Version 1 and Version 2 of Rules/SourceObjectTag
- Timestamp:
- 2021-07-30T10:46:51+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rules/SourceObjectTag
v1 v2 19 19 } 20 20 21 node:modified < way[source], 22 node:modified < relation[source], 23 way:modified < relation[source], 24 relation:modified < relation[source] { 21 node:modified!:tagged[!source] < way[source], 22 node:modified!:tagged[!source] < relation[source], 23 way:modified!:tagged[!source] < relation[source], 24 relation:modified!:tagged[!source] < relation[source] { 25 25 throwWarning: tr("Modified child of an objet with source tag"); 26 26 fixRemove: "source";
