Changeset 19165 in josm for trunk/resources
- Timestamp:
- 2024-08-05T19:41:16+02:00 (4 months ago)
- Location:
- trunk/resources/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/defaultpresets.xml
r19164 r19165 2691 2691 <text key="aerialway:duration" text="Typical journey time in minutes" /> 2692 2692 <check key="aerialway:heating" text="Has heating?" /> 2693 <combo key="usage" text="Usage" values="industrial,freight,tourism" values_context="usage" values_searchable="true" /> 2693 2694 <space /> 2694 2695 <text key="operator" text="Operator" /> … … 2708 2709 <check key="aerialway:bubble" text="Has bubble?" /> 2709 2710 <check key="aerialway:heating" text="Has heating?" /> 2711 <combo key="usage" text="Usage" values="industrial,freight,tourism" values_context="usage" values_searchable="true" /> 2710 2712 <space /> 2711 2713 <text key="operator" text="Operator" /> … … 2780 2782 <key key="aerialway" value="goods" /> 2781 2783 <optional> 2784 <combo key="usage" text="Usage" values="industrial,freight,tourism" values_context="usage" values_searchable="true" /> 2782 2785 <reference ref="name_ref_operator" /> 2783 2786 <text key="aerialway:duration" text="Typical journey time in minutes" /> … … 2789 2792 <key key="aerialway" value="zip_line" /> 2790 2793 <optional> 2794 <combo key="usage" text="Usage" values="industrial,freight,tourism" values_context="usage" values_searchable="true" /> 2795 <space /> 2791 2796 <reference ref="name_ref_operator" /> 2792 2797 <reference ref="oh" /> … … 2801 2806 <space /> 2802 2807 <key key="aerialway" value="station" /> 2808 <combo key="usage" text="Usage" values="industrial,freight,tourism" values_context="usage" values_searchable="true" /> 2803 2809 <reference ref="name_ref_operator" /> 2804 2810 </item> <!-- Station --> … … 2807 2813 <space /> 2808 2814 <key key="aerialway" value="pylon" /> 2815 <combo key="usage" text="Usage" values="industrial,freight,tourism" values_context="usage" values_searchable="true" /> 2809 2816 <reference ref="name_ref" /> 2810 2817 </item> <!-- Pylon --> -
trunk/resources/data/validator/combinations.mapcss
r19140 r19165 557 557 /* {0.key} without {1.key} or {2.key} see #10140 */ 558 558 *[building:levels][!building][!building:part], 559 way[usage][!railway][!waterway][route!=railway][man_made!=pipeline] {559 way[usage][!railway][!waterway][route!=railway][man_made!=pipeline][!aerialway] { 560 560 throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}"); 561 561 group: tr("missing tag");
Note:
See TracChangeset
for help on using the changeset viewer.