Changes between Version 2 and Version 3 of Rules/Geology


Ignore:
Timestamp:
2024-01-03T21:34:07+01:00 (2 years ago)
Author:
b1tw153
Comment:

Adding a missing comma at line 274 and missing operand at line 195

Legend:

Unmodified
Added
Removed
Modified
  • Rules/Geology

    v2 v3  
    195195{
    196196        throwError: "Delete old coastline ways once the new coastline is in place";
    197         fixDeleteObject;
     197        fixDeleteObject: this;
    198198}
    199199
     
    273273}
    274274
    275 node["waterway"="stream_end"] < way[!"waterway"]
     275node["waterway"="stream_end"] < way[!"waterway"],
    276276way["waterway"="stream_end"],
    277277relation["waterway"="stream_end"]