Changeset 18557 in josm
- Timestamp:
- 2022-09-12T20:19:33+02:00 (2 years ago)
- Location:
- trunk/resources/data
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/defaultpresets.xml
r18552 r18557 8006 8006 </checkgroup> 8007 8007 <space /> 8008 <combo key="payment:debit_cards" text="Debit cards" values="no" match="keyvalue" /> 8008 <combo key="payment:debit_cards" text="Debit cards" values="yes,no" match="keyvalue" /> 8009 8009 <checkgroup columns="4"> 8010 8010 <check key="payment:bankaxess" text="BankAxess" match="keyvalue" /> … … 8018 8018 </checkgroup> 8019 8019 <space /> 8020 <combo key="payment:credit_cards" text="Credit cards" values="no" match="keyvalue" /> 8020 <combo key="payment:credit_cards" text="Credit cards" values="yes,no" match="keyvalue" /> 8021 8021 <checkgroup columns="4"> 8022 8022 <check key="payment:american_express" text="American Express" match="keyvalue" /> … … 8030 8030 <check key="payment:contactless" text="Contactless payment" match="keyvalue" /> 8031 8031 <space /> 8032 <combo key="payment:electronic_purses" text="Electronic purses and Charge cards" values="no" match="keyvalue" /> 8032 <combo key="payment:electronic_purses" text="Electronic purses and Charge cards" values="yes,no" match="keyvalue" /> 8033 8033 <checkgroup columns="4"> 8034 8034 <check key="payment:ep_avant" text="Avant (fi)" match="keyvalue" /> … … 8040 8040 </checkgroup> 8041 8041 <space /> 8042 <combo key="payment:cryptocurrencies" text="Cryptocurrencies" values="no" match="keyvalue" /> 8042 <combo key="payment:cryptocurrencies" text="Cryptocurrencies" values="yes,no" match="keyvalue" /> 8043 8043 <checkgroup columns="4"> 8044 8044 <check key="payment:bitcoin" text="Bitcoin" match="keyvalue" /> -
trunk/resources/data/validator/deprecated.mapcss
r18552 r18557 704 704 } 705 705 706 /* #11499, #16928 */ 707 *[payment:credit_cards=yes] { 708 throwOther: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:mastercard=yes", "payment:visa=yes"); 709 } 710 *[payment:debit_cards=yes] { 711 throwWarning: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:maestro=yes", "payment:girocard=yes"); 712 } 706 /* #11499, #16928, #22367 */ 713 707 *[payment:electronic_purses=yes] { 714 throw Warning: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:ep_geldkarte=yes", "payment:ep_quick=yes");708 throwOther: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:ep_geldkarte=yes", "payment:ep_quick=yes"); 715 709 } 716 710 *[payment:cryptocurrencies=yes] { 717 throw Warning: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:bitcoin=yes", "payment:litecoin=yes");711 throwOther: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:bitcoin=yes", "payment:litecoin=yes"); 718 712 } 719 713 -
trunk/resources/data/validator/ignoretags.cfg
r18552 r18557 513 513 K:sport=billards 514 514 K:sport=billiard 515 K:payment:credit_cards=yes516 K:payment:debit_cards=yes517 K:payment:electronic_purses=yes518 K:payment:cryptocurrencies=yes519 515 E:payment:ep_quick 520 516 E:payment:ep_cash
Note:
See TracChangeset
for help on using the changeset viewer.