- Timestamp:
- 2020-07-11T13:56:08+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/defaultpresets.xml
r16723 r16741 37 37 </chunk> 38 38 <chunk id="highway_base"> 39 <space />40 39 <combo key="lanes" text="Lanes" values="1,2,3,4,5,6" length="3" /> 41 40 <combo key="lanes:forward" text="Lanes in way direction" values="1,2,3,4,5" length="3" /> … … 50 49 </chunk> 51 50 <chunk id="highway_yesno"> 52 <checkgroup columns=" 2">51 <checkgroup columns="4"> 53 52 <check key="bridge" text="Bridge" disable_off="true" /> 53 <check key="tunnel" text="Tunnel" disable_off="true" /> 54 54 <check key="embankment" text="Embankment" disable_off="true" /> 55 <check key="tunnel" text="Tunnel" disable_off="true" />56 55 <check key="cutting" text="Cutting" disable_off="true" /> 57 56 </checkgroup> … … 62 61 </chunk> 63 62 <chunk id="highway_yesno_incline_oneway_lit_width"> 64 <check key="oneway" text="Oneway" /> 65 <reference ref="highway_yesno_incline" /> 66 <check key="lit" text="Lit" /> 63 <checkgroup columns="4"> 64 <check key="bridge" text="Bridge" disable_off="true" /> 65 <check key="tunnel" text="Tunnel" disable_off="true" /> 66 <check key="embankment" text="Embankment" disable_off="true" /> 67 <check key="cutting" text="Cutting" disable_off="true" /> 68 </checkgroup> 69 <checkgroup columns="4"> 70 <check key="oneway" text="Oneway" /> 71 <check key="lit" text="Lit" /> 72 </checkgroup> 73 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 67 74 <text key="width" text="Width (meters)" /> 68 75 </chunk> … … 70 77 <reference ref="highway_yesno_incline_oneway_lit_width" /> 71 78 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" /> 79 </chunk> 80 <chunk id="placement"> 81 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,left_of:4,left_of:5,middle_of:1,middle_of:2,middle_of:3,middle_of:4,middle_of:5,right_of:1,right_of:2,right_of:3,right_of:4,right_of:5,transition" /> 82 <combo key="placement:forward" text="Placement in way direction" values="left_of:1,left_of:2,left_of:3,left_of:4,left_of:5,middle_of:1,middle_of:2,middle_of:3,middle_of:4,middle_of:5,right_of:1,right_of:2,right_of:3,right_of:4,right_of:5" /> 83 <combo key="placement:backward" text="Placement opposed to way direction" values="left_of:1,left_of:2,left_of:3,left_of:4,left_of:5,middle_of:1,middle_of:2,middle_of:3,middle_of:4,middle_of:5,right_of:1,right_of:2,right_of:3,right_of:4,right_of:5" /> 72 84 </chunk> 73 85 <chunk id="railway_service"> … … 546 558 <key key="highway" value="motorway" /> 547 559 <text key="ref" text="Reference" /> 560 <check key="noref" text="Street has no reference" disable_off="true" /> 548 561 <optional> 549 562 <text key="name" text="Name" /> 563 <check key="noname" text="Street has no name" disable_off="true" /> 550 564 <reference ref="highway_base" /> 551 565 <text key="destination" text="Destination" /> 552 566 <text key="destination:ref" text="Destination reference" /> 553 567 <text key="width" text="Width (meters)" /> 554 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" /> 568 <space /> 569 <reference ref="highway_yesno" /> 555 570 <checkgroup columns="4"> 556 571 <check key="oneway" text="Oneway" default="on" /> 557 <check key="bridge" text="Bridge" disable_off="true" />558 <check key="tunnel" text="Tunnel" disable_off="true" />559 <check key="cutting" text="Cutting" disable_off="true" />560 <check key="embankment" text="Embankment" disable_off="true" />561 572 <check key="lit" text="Lit" /> 562 573 <check key="toll" text="Toll" /> 563 574 </checkgroup> 575 <reference ref="placement" /> 564 576 </optional> 565 577 <preset_link preset_name="Road Restrictions" /> … … 569 581 <key key="highway" value="motorway_link" /> 570 582 <optional> 583 <text key="ref" text="Reference" /> 584 <check key="noref" text="Street has no reference" disable_off="true" /> 571 585 <reference ref="highway_base" /> 572 586 <text key="destination" text="Destination" /> … … 574 588 <text key="junction:ref" text="Junction reference" /> 575 589 <text key="width" text="Width (meters)" /> 576 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" /> 590 <space /> 591 <reference ref="highway_yesno" /> 577 592 <checkgroup columns="4"> 578 593 <check key="oneway" text="Oneway" default="on" /> 579 <check key="bridge" text="Bridge" disable_off="true" />580 <check key="tunnel" text="Tunnel" disable_off="true" />581 <check key="cutting" text="Cutting" disable_off="true" />582 <check key="embankment" text="Embankment" disable_off="true" />583 594 <check key="lit" text="Lit" /> 584 595 <check key="toll" text="Toll" /> 585 596 </checkgroup> 597 <reference ref="placement" /> 586 598 </optional> 587 599 <preset_link preset_name="Road Restrictions" /> … … 592 604 <key key="highway" value="trunk" /> 593 605 <text key="ref" text="Reference" /> 606 <check key="noref" text="Street has no reference" disable_off="true" /> 594 607 <optional> 595 608 <text key="name" text="Name" /> 609 <check key="noname" text="Street has no name" disable_off="true" /> 596 610 <reference ref="highway_base" /> 597 611 <text key="destination" text="Destination" /> 598 612 <text key="destination:ref" text="Destination reference" /> 599 613 <text key="width" text="Width (meters)" /> 600 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" /> 614 <space /> 615 <reference ref="highway_yesno" /> 601 616 <checkgroup columns="4"> 602 617 <check key="oneway" text="Oneway" default="on" /> 603 <check key="motorroad" text="Motorroad" default="on" />604 <check key="bridge" text="Bridge" disable_off="true" />605 <check key="tunnel" text="Tunnel" disable_off="true" />606 <check key="cutting" text="Cutting" disable_off="true" />607 <check key="embankment" text="Embankment" disable_off="true" />608 618 <check key="lit" text="Lit" /> 609 619 <check key="toll" text="Toll" /> 620 <check key="motorroad" text="Motorroad" default="on" /> 610 621 </checkgroup> 622 <reference ref="placement" /> 611 623 </optional> 612 624 <preset_link preset_name="Road Restrictions" /> … … 616 628 <space /> 617 629 <key key="highway" value="trunk_link" /> 618 <text key="ref" text="Reference" /> 619 <optional> 630 <optional> 631 <text key="ref" text="Reference" /> 632 <check key="noref" text="Street has no reference" disable_off="true" /> 620 633 <reference ref="highway_base" /> 621 634 <text key="destination" text="Destination" /> … … 623 636 <text key="junction:ref" text="Junction reference" /> 624 637 <text key="width" text="Width (meters)" /> 625 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" /> 638 <space /> 639 <reference ref="highway_yesno" /> 626 640 <checkgroup columns="4"> 627 641 <check key="oneway" text="Oneway" default="on" /> 628 <check key="motorroad" text="Motorroad" default="on" />629 <check key="bridge" text="Bridge" disable_off="true" />630 <check key="tunnel" text="Tunnel" disable_off="true" />631 <check key="cutting" text="Cutting" disable_off="true" />632 <check key="embankment" text="Embankment" disable_off="true" />633 642 <check key="lit" text="Lit" /> 634 643 <check key="toll" text="Toll" /> 644 <check key="motorroad" text="Motorroad" default="on" /> 635 645 </checkgroup> 646 <reference ref="placement" /> 636 647 </optional> 637 648 <preset_link preset_name="Road Restrictions" /> … … 643 654 <key key="highway" value="primary" /> 644 655 <text key="ref" text="Reference" /> 656 <check key="noref" text="Street has no reference" disable_off="true" /> 645 657 <optional> 646 658 <text key="name" text="Name" /> 659 <check key="noname" text="Street has no name" disable_off="true" /> 647 660 <reference ref="highway_base" /> 648 <check key="motorroad" text="Motorroad" />649 661 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" /> 650 <check key="narrow" text="Narrow" disable_off="true" /> 651 <check key="trolley_wire" text="Overhead trolley wires" /> 652 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" /> 662 <checkgroup columns="4"> 663 <check key="motorroad" text="Motorroad" /> 664 <check key="narrow" text="Narrow" disable_off="true" /> 665 <check key="trolley_wire" text="Overhead trolley wires" /> 666 </checkgroup> 667 <reference ref="placement" /> 653 668 </optional> 654 669 <preset_link preset_name="Road Restrictions" /> … … 664 679 <check key="motorroad" text="Motorroad" /> 665 680 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" /> 666 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" /> 681 <space /> 682 <reference ref="placement" /> 667 683 </optional> 668 684 <preset_link preset_name="Road Restrictions" /> … … 673 689 <key key="highway" value="secondary" /> 674 690 <text key="ref" text="Reference" /> 691 <check key="noref" text="Street has no reference" disable_off="true" /> 675 692 <optional> 676 693 <text key="name" text="Name" /> 694 <check key="noname" text="Street has no name" disable_off="true" /> 677 695 <reference ref="highway_base" /> 678 696 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" /> 679 <check key="narrow" text="Narrow" disable_off="true" /> 680 <check key="trolley_wire" text="Overhead trolley wires" /> 681 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" /> 697 <checkgroup columns="2"> 698 <check key="narrow" text="Narrow" disable_off="true" /> 699 <check key="trolley_wire" text="Overhead trolley wires" /> 700 </checkgroup> 701 <reference ref="placement" /> 682 702 </optional> 683 703 <preset_link preset_name="Road Restrictions" /> … … 691 711 <text key="destination:ref" text="Destination reference" /> 692 712 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" /> 693 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" /> 713 <space /> 714 <reference ref="placement" /> 694 715 </optional> 695 716 <preset_link preset_name="Road Restrictions" /> … … 700 721 <key key="highway" value="tertiary" /> 701 722 <text key="ref" text="Reference" /> 723 <check key="noref" text="Street has no reference" disable_off="true" /> 702 724 <optional> 703 725 <text key="name" text="Name" /> 726 <check key="noname" text="Street has no name" disable_off="true" /> 704 727 <reference ref="highway_base" /> 705 728 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" /> 706 <check key="narrow" text="Narrow" disable_off="true" /> 707 <check key="trolley_wire" text="Overhead trolley wires" /> 708 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" /> 729 <checkgroup columns="2"> 730 <check key="narrow" text="Narrow" disable_off="true" /> 731 <check key="trolley_wire" text="Overhead trolley wires" /> 732 </checkgroup> 733 <reference ref="placement" /> 709 734 </optional> 710 735 <preset_link preset_name="Road Restrictions" /> … … 718 743 <text key="destination:ref" text="Destination reference" /> 719 744 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" /> 745 <space /> 746 <reference ref="placement" /> 720 747 </optional> 721 748 <preset_link preset_name="Road Restrictions" /> … … 728 755 <check key="noname" text="Street has no name" disable_off="true" /> 729 756 <text key="ref" text="Reference" /> 757 <check key="noref" text="Street has no reference" disable_off="true" /> 730 758 <reference ref="highway_base" /> 731 759 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" /> 732 <check key="narrow" text="Narrow" disable_off="true" /> 733 <check key="trolley_wire" text="Overhead trolley wires" /> 734 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" /> 735 <check key="passing_places" text="Passing Places" /> 760 <checkgroup columns="3"> 761 <check key="narrow" text="Narrow" disable_off="true" /> 762 <check key="trolley_wire" text="Overhead trolley wires" /> 763 <check key="passing_places" text="Passing Places" /> 764 </checkgroup> 765 <reference ref="placement" /> 736 766 </optional> 737 767 <preset_link preset_name="Road Restrictions" /> … … 742 772 <key key="highway" value="residential" /> 743 773 <text key="name" text="Name" /> 744 < optional>745 <check key="noname" text="Street has no name" disable_off="true" />774 <check key="noname" text="Street has no name" disable_off="true" /> 775 <optional> 746 776 <text key="ref" text="Reference" /> 747 777 <reference ref="highway_base" /> 748 <checkgroup columns="2"> 778 <reference ref="highway_yesno" /> 779 <checkgroup columns="4"> 749 780 <check key="oneway" text="Oneway" /> 750 781 <check key="oneway:bicycle" text="Oneway for bicycle" /> 782 <check key="lit" text="Lit" /> 751 783 </checkgroup> 752 <reference ref="highway_yesno_incline" />753 <check key="lit" text="Lit" />754 784 <text key="width" text="Width (meters)" /> 755 785 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" /> 756 <check key="narrow" text="Narrow" disable_off="true" /> 757 <check key="trolley_wire" text="Overhead trolley wires" /> 786 <checkgroup columns="2"> 787 <check key="narrow" text="Narrow" disable_off="true" /> 788 <check key="trolley_wire" text="Overhead trolley wires" /> 789 </checkgroup> 758 790 </optional> 759 791 <preset_link preset_name="Road Restrictions" /> … … 766 798 <combo key="highway" text="Highway type" values="residential,service,unclassified,path,cycleway" values_context="Highway" default="residential" /> 767 799 <text key="name" text="Name" /> 800 <check key="noname" text="Street has no name" disable_off="true" /> 768 801 <combo key="vehicle" text="Vehicle access" values="yes,no,destination" default="no" /> 769 802 <text key="maxspeed" text="Max. speed (km/h)" default="30" /> … … 772 805 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> 773 806 <reference ref="surface_smoothness" /> 774 <check key="oneway" text="Oneway" />775 <check key="oneway:bicycle" text="Oneway for bicycle" />776 807 <reference ref="highway_yesno_incline" /> 777 <check key="lit" text="Lit" /> 808 <checkgroup columns="4"> 809 <check key="oneway" text="Oneway" /> 810 <check key="oneway:bicycle" text="Oneway for bicycle" /> 811 <check key="lit" text="Lit" /> 812 </checkgroup> 778 813 <text key="width" text="Width (meters)" /> 779 814 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" /> … … 786 821 <key key="highway" value="living_street" /> 787 822 <text key="name" text="Name" /> 823 <check key="noname" text="Street has no name" disable_off="true" /> 788 824 <optional> 789 825 <combo key="lanes" text="Lanes" values="1,2,3" length="3" /> … … 791 827 <reference ref="surface_smoothness" /> 792 828 <reference ref="highway_yesno_incline_oneway_lit_width" /> 793 <check key="narrow" text="Narrow" disable_off="true" /> 794 <check key="trolley_wire" text="Overhead trolley wires" /> 829 <checkgroup columns="2"> 830 <check key="narrow" text="Narrow" disable_off="true" /> 831 <check key="trolley_wire" text="Overhead trolley wires" /> 832 </checkgroup> 795 833 </optional> 796 834 <preset_link preset_name="Road Restrictions" /> … … 801 839 <key key="highway" value="pedestrian" /> 802 840 <text key="name" text="Name" /> 841 <check key="noname" text="Street has no name" disable_off="true" /> 803 842 <optional> 804 843 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" /> … … 818 857 <optional> 819 858 <text key="name" text="Name" /> 859 <space /> 820 860 <reference ref="highway_base" /> 821 861 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" /> … … 857 897 <optional> 858 898 <text key="name" text="Name" /> 899 <space /> 859 900 <reference ref="highway_base" /> 860 901 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" /> … … 869 910 <optional> 870 911 <text key="name" text="Name" /> 912 <space /> 871 913 <reference ref="highway_base" /> 872 914 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" /> … … 1108 1150 <key key="highway" value="motorway_junction" /> 1109 1151 <text key="name" text="Name" /> 1152 <check key="noname" text="Junction has no name" disable_off="true" /> 1110 1153 <text key="ref" text="Number" /> 1154 <check key="noref" text="Junction has no reference" disable_off="true" /> 1111 1155 </item> <!-- Motorway Junction --> 1112 1156 <item name="Services" icon="presets/vehicle/services.svg" type="node,closedway,multipolygon" preset_name_label="true">
Note:
See TracChangeset
for help on using the changeset viewer.