Ignore:
Timestamp:
2022-07-14T16:33:31+02:00 (4 years ago)
Author:
taylor.smock
Message:

Fix #21630: Drop the "Riverbank" template (patch by zelonewolf)

TagInfo(1) shows that usage of waterway=riverbank has cratered over
the past year. As of writing, the total number of objects with
waterway=riverbank is less than 5,000 objects, and due to the significant
drop in usage, can be considered to be deprecated instead of
in use.

(1) taginfo:tags/waterway=riverbank#chronology

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/defaultpresets.xml

    r18504 r18519  
    22062206            <link wiki="Tag:natural=water" />
    22072207            <space />
    2208             <label text="A body of standing water, such as a lake or pond." />
     2208            <label text="A body of water, such as a lake, pond or river." />
    22092209            <space />
    22102210            <key key="natural" value="water" />
     
    22262226            </combo>
    22272227            <check key="salt" text="Salt Water" disable_off="true" />
    2228             <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
     2228            <check key="intermittent" text="Intermittent (does not permanently contain water)" disable_off="true" />
    22292229            <check key="tidal" text="In the tidal range" disable_off="true" />
    22302230            <text key="ele" text="Elevation (meters)" length="10" />
     
    22402240            <text key="name" text="Name" />
    22412241        </item> <!-- Coastline -->
    2242         <item name="Riverbank" icon="presets/nautical/waterway_riverbank.svg" type="closedway,multipolygon" preset_name_label="true">
    2243             <link wiki="Tag:waterway=riverbank" />
    2244             <space />
    2245             <key key="waterway" value="riverbank" />
    2246             <text key="name" text="Name" />
    2247             <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
    2248             <check key="tidal" text="In the tidal range" disable_off="true" />
    2249         </item> <!-- Riverbank -->
    22502242        <separator/>
    22512243        <item name="Wetland" icon="presets/landuse/wetland.svg" type="closedway,multipolygon" preset_name_label="true">
Note: See TracChangeset for help on using the changeset viewer.