Changeset 18730 in josm for trunk/resources
- Timestamp:
- 2023-05-16T18:56:55+02:00 (19 months ago)
- Location:
- trunk/resources
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/defaultpresets.xml
r18722 r18730 41 41 </chunk> 42 42 <chunk id="highway_yesno"> 43 <checkgroup columns=" 4">43 <checkgroup columns="5"> 44 44 <check key="bridge" text="Bridge" disable_off="true" /> 45 45 <check key="tunnel" text="Tunnel" disable_off="true" /> 46 46 <check key="embankment" text="Embankment" disable_off="true" /> 47 47 <check key="cutting" text="Cutting" disable_off="true" /> 48 <check key="lane_markings" text="Lane Markings" /> 48 49 </checkgroup> 49 50 </chunk> … … 1339 1340 <key key="highway" value="footway" /> 1340 1341 <optional> 1341 <combo key="footway" text="Type" values="access_aisle,crossing,sidewalk" values_context="footway" /> 1342 <combo key="footway" text="Type" values_context="footway" > 1343 <list_entry value="access_aisle" short_description="Marked footpath in a parking lot" /> 1344 <list_entry value="crossing" short_description="A pedestrian crossing"/> 1345 <list_entry value="sidewalk" short_description="A footway alongside a street"/> 1346 <list_entry value="link" short_description="Footway sections that do not exist but are necessary for routing"/> 1347 <list_entry value="traffic_island" short_description="Footway sections inside a crossing island"/> 1348 <list_entry value="alley" short_description="Access for back entrances and/or emergency access"/> 1349 </combo> 1342 1350 <reference ref="name_layer" /> 1343 1351 <reference ref="surface_smoothness" /> … … 2516 2524 </optional> 2517 2525 </item> <!-- Bus Guideway --> 2526 <item name="Miniature Rail" icon="presets/transport/railway/miniature_rail.svg" type="way" preset_name_label="true"> 2527 <link wiki="Tag:railway=miniature" /> 2528 <key key="railway" value="miniature" /> 2529 <optional> 2530 <reference ref="railway_service_gauge_electrified_yesno" /> 2531 </optional> 2532 </item> 2518 2533 <separator/> 2519 2534 <item name="Railway construction" icon="presets/transport/railway/railway_construction.svg" type="way" preset_name_label="true"> … … 5990 6005 <key key="man_made" value="embankment" /> 5991 6006 </item> <!-- Embankment --> 6007 <item name="Avalanche Protection" icon="presets/misc/avalanche_protection.svg" type="node,way,closed_way" preset_name_label="true"> 6008 <link wiki="Tag:man_made=avalanche_protection" /> 6009 <space /> 6010 <key key="man_made" value="avalanche_protection" /> 6011 <optional> 6012 <combo key="avalanche_protection" values="snow_bridge,dam,berm,mound,shed,gas_ignition" /> 6013 <check key="barrier" value="fence" /> 6014 </optional> 6015 </item> <!-- Avalanche Protection --> 5992 6016 <separator/> 5993 6017 <item name="Utility Pole" icon="presets/tower/pole.svg" type="node" preset_name_label="true"> … … 7032 7056 <combo key="archaeological_site" text="Type" values="baths,catacombs,city,crannog,enclosure,fortification,geoglyph,grave_field,petroglyph,hut_circle,megalith,necropolis,roman_circus,roman_theater,roman_villa,settlement,tumulus" /> 7033 7057 <reference ref="name_oh_wheelchair" /> 7058 <optional> 7059 <combo key="fortification_type"> 7060 <list_entry value="hill_fort" short_description="Forts using a rise of elevation"/> 7061 <list_entry value="limes" short_description="Fortifications for border defense"/> 7062 <list_entry value="sconce" short_description="A small protective fortification"/> 7063 <list_entry value="ring_ditch" short_description="Circular ditched enclosures"/> 7064 <list_entry value="ringfort" short_description="Circular fortified settlement"/> 7065 <list_entry value="motte" short_description="Raised area of ground for a castle"/> 7066 <list_entry value="watchtower" short_description="Military observation"/> 7067 <list_entry value="battery" short_description="A group of artillary (cannon) in a fixed fortification"/> 7068 </combo> 7069 </optional> 7034 7070 </item> <!-- Archaeological Site --> 7035 7071 <item name="Battlefield" icon="presets/sightseeing/battlefield.svg" type="node,closedway,multipolygon" preset_name_label="true"> … … 9068 9104 <preset_link preset_name="Garden" text="Similar but different tags:" /> 9069 9105 </item> <!-- Flowerbed --> 9106 <item name="Planter" icon="presets/misc/planter.svg" type="closedway,multipolygon" preset_name_label="true"> 9107 <link wiki="Tag:man_made=planter"/> 9108 <space /> 9109 <key key="man_made" value="planter"/> 9110 <optional> 9111 <text key="material" text="The material the planter is made out of"/> 9112 <text key="surface" text="The material inside the planter"/> 9113 <check key="barrier" value_on="planter" disable_off="true"/> 9114 </optional> 9115 </item> 9070 9116 <item name="Garden" icon="presets/leisure/garden.svg" type="node,closedway,multipolygon" preset_name_label="true"> 9071 9117 <link wiki="Tag:leisure=garden" /> … … 9165 9211 <space /> 9166 9212 <key key="landuse" value="industrial" /> 9167 <combo key="industrial" text="Type" values="bakery,brewery,brickyard,depot,distributor,factory,grinding_mill,heating_station,machine_shop,mine,oil,port,salt_pond,sawmill,scrap_yard,shipyard,slaughterhouse,warehouse " values_context="industrial" />9213 <combo key="industrial" text="Type" values="bakery,brewery,brickyard,depot,distributor,factory,grinding_mill,heating_station,machine_shop,mine,oil,port,salt_pond,sawmill,scrap_yard,shipyard,slaughterhouse,warehouse,wellsite" values_context="industrial" /> 9168 9214 <reference ref="optional_name" /> 9169 9215 </item> <!-- Industrial --> -
trunk/resources/data/validator/ignoretags.cfg
r18719 r18730 230 230 K:building=tank 231 231 K:building=trullo 232 K:landuse=static_caravan 232 233 K:leisure=recreation_ground 233 234 E:old_railway_operator … … 485 486 K:craft=yes 486 487 K:service=yes 488 K:service=driveway2 487 489 K:place=yes 488 490 E:place_name … … 766 768 K:highway=corridor 767 769 K:historic=bomb_crater 770 ; May be duplicate of older tagging, `hiking=yes` + `bicycle=yes` versus `guidepost=hiking;bicycle` 771 K:guidepost 768 772 K:indoor=area 769 773 K:indoor=corridor … … 783 787 K:military=trench 784 788 K:natural=crevasse 789 ; Streetside parking tags (see #22901 22901.patch for starting icons) 790 ; There is an external preset for these tags 791 S:parking:both 792 S:parking:right 793 S:parking:left 785 794 K:path=crossing 786 795 K:railway=proposed -
trunk/resources/data/validator/words.cfg
r14897 r18730 63 63 -denominatation 64 64 -denoination 65 +driveway 66 -driveway2 65 67 +foot 66 68 -foor
Note:
See TracChangeset
for help on using the changeset viewer.