Changeset 18812 in josm for trunk/resources/data


Ignore:
Timestamp:
2023-08-17T15:33:20+02:00 (13 months ago)
Author:
taylor.smock
Message:

Fix #23110: Add cash_in to amenity=atm

This also ignores some tags.

Location:
trunk/resources/data
Files:
3 edited

Legend:

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

    r18769 r18812  
    75957595            <text key="operator" text="Operator" />
    75967596            <reference ref="oh_wheelchair" />
     7597            <optional text="Deposits:">
     7598                <combo key="cash_in" text="Cash deposits" values="yes,no,customers" />
     7599                <check key="cash_in:coins" text="Coin deposits" />
     7600            </optional>
    75977601        </item> <!-- Automated Teller Machine -->
    75987602        <item name="Pawnbroker" icon="presets/shop/pawnbroker.svg" type="node,closedway,multipolygon" preset_name_label="true">
  • trunk/resources/data/tagging-preset.xsd

    r17974 r18812  
    408408            <annotation>
    409409                <documentation>
    410                     The combo box is read only, which means that the user can only select an item in the list. Default is "true", which means, the user can add other values as text. Feature is broken, see #6157.
     410                    The combo box is read only, which means that the user can only select an item in the list. Default is "true", which means, the user can add other values as text.
    411411                </documentation>
    412412            </annotation>
  • trunk/resources/data/validator/ignoretags.cfg

    r18736 r18812  
    165165E:cai_scale
    166166E:railway:radio
     167E:genus:de
     168E:heritage:operator
    167169;
    168170; Ignore valid and semi-valid keys that end with...
     
    788790K:military=trench
    789791K:natural=crevasse
     792; orchard=meadow_orchard seems to be more of a boolean value, "also happens to be a meadow". Don't know how we want to handle it.
     793K:orchard=meadow_orchard
    790794; Streetside parking tags (see #22901 22901.patch for starting icons)
    791795; There is an external preset for these tags
Note: See TracChangeset for help on using the changeset viewer.