Changes between Initial Version and Version 1 of Presets/PublicTransport_Belarus_BY


Ignore:
Timestamp:
2020-04-10T11:07:30+02:00 (6 years ago)
Author:
KorneySan
Comment:

Initial release

Legend:

Unmodified
Added
Removed
Modified
  • Presets/PublicTransport_Belarus_BY

    v1 v1  
     1[[TranslatedPages]]
     2== Public Transport of Belarus ==
     3The purpose of these presets is to facilitate the mapping of public transport stops, platforms and routes in the Republic of Belarus in accordance with the [https://wiki.openstreetmap.org/wiki/Public_transport PTv2] scheme with additional reservations developed by the Minsk OSM community.
     4
     5All presets provide a dialog to set the proper tags. After applying a preset, some inappropriate tags are deleted.
     6
     7Presets are localized to English, Russian and Belarusian.
     8
     9== The preset code ==
     10The preset code is a significantly redesigned version of the preset [[PublicTransport_Minsk_BY]] by iRewer.
     11{{{
     12#!preset
     13<?xml version="1.0" encoding="UTF-8"?>
     14<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
     15    shortdescription="Public Transport of Belarus (BY)"
     16        ru.shortdescription="Общественный транспорт Беларуси"
     17        be.shortdescription="Грамадскі транспарт Беларусi"
     18    description="Templates for public transport mapping in Belarus' cities and their suburbs"
     19        ru.description="Шаблоны для картирования остановок общественного транспорта городах Беларуси и их окрестностях"
     20        be.description="Шаблоны для маппінга прыпынкаў грамадскага транспарту ў гарадах Беларусi і бліжэйшым наваколлі"
     21    link="https://wiki.openstreetmap.org/wiki/RU:Belarus:%D0%9E%D0%B1%D1%89%D0%B5%D1%81%D1%82%D0%B2%D0%B5%D0%BD%D0%BD%D1%8B%D0%B9_%D1%82%D1%80%D0%B0%D0%BD%D1%81%D0%BF%D0%BE%D1%80%D1%82_%D0%91%D0%B5%D0%BB%D0%B0%D1%80%D1%83%D1%81%D0%B8"
     22    icon="BY_PT.png"
     23    author="Korney San (основа - iRewer)"
     24    version="1.[[revision]]_[[date]]"
     25    >
     26
     27<!-- Belarus Public Transport chunks' definition -->
     28    <!-- Tags for PT names -->
     29    <chunk
     30        id="BY_PT_names"
     31        >
     32        <text
     33            key="name"
     34            text="Name"
     35                ru.text="Наименование"
     36                be.text="Назоў"
     37            />
     38        <text
     39            key="name:ru"
     40            text="Name (ru)"
     41                ru.text="Наименование (рус.)"
     42                be.text="Назоў (рус.)"
     43            default="-"
     44            />
     45        <text
     46            key="name:be"
     47            text="Name (be)"
     48                ru.text="Наименование (бел.)"
     49                be.text="Назоў (бел.)"
     50            default="-"
     51            />
     52    </chunk> <!-- /BY_PT_names -->
     53    <!-- Tags for PT descriptions -->
     54    <chunk
     55        id="BY_PT_descriptions"
     56        >
     57        <text
     58            key="description"
     59            text="Description"
     60                ru.text="Описание"
     61                be.text="Апісанне"
     62            />
     63        <text
     64            key="description:ru"
     65            text="Description (ru)"
     66                ru.text="Описание (рус.)"
     67                be.text="Апісанне (рус.)"
     68            default="-"
     69            />
     70        <text
     71            key="description:be"
     72            text="Description (be)"
     73                ru.text="Описание (бел.)"
     74                be.text="Апісанне (бел.)"
     75            default="-"
     76            />
     77    </chunk> <!-- /BY_PT_descriptions -->
     78    <!-- Tags for PT operators -->
     79    <chunk
     80        id="BY_PT_operators"
     81        >
     82        <combo
     83            key="operator"
     84            text="Operator"
     85                ru.text="Оператор"
     86                be.text="Аператар"
     87            values_sort="false"
     88            values_searchable="true"
     89            editable="true"
     90            use_last_as_default="true"
     91            >
     92            <!-- Brest -->
     93            <list_entry value="КТУП «Брестгортранс»" icon="Brest_Bgt_24.png" />
     94            <!-- Vitebsk -->
     95            <list_entry value="ВОКТУП «Оператор перевозок" icon="Vitebsk_OP_24.png" />
     96            <!-- Gomel -->
     97            <list_entry value="КТУП «Гомельоблпассажиртранс»" icon="Gomel_GOPT_24.png" />
     98            <!-- Grodno -->
     99            <list_entry value="ГОКТУП «Оператор пассажирских перевозок»" icon="Grodno_24" />
     100            <!-- Minsk -->
     101            <list_entry value="ГП «Столичный транспорт и связь»" icon="Minsk_STS_24.png" />
     102            <!-- Mogilev -->
     103            <list_entry value="ОАО «АТЭК — Могилёв»" icon="Mogilev_ATEK_24.png" />
     104        </combo>
     105    </chunk> <!-- /BY_PT_operators -->
     106    <!-- Tags for PT points -->
     107    <chunk
     108        id="BY_PT_point"
     109        >
     110        <reference
     111            ref="BY_PT_names"
     112            />
     113        <text
     114            key="ref"
     115            text="Stop ID"
     116                ru.text="ID остановки"
     117                be.text="ID прыпынку"
     118            default="?"
     119            />
     120        <text
     121            key="ref:minsktrans"
     122            text="Stop ID (Minsktrans)"
     123                ru.text="ID (Минсктранс)"
     124                be.text="ID (Мінсктранс)"
     125            default="?"
     126            />
     127        <reference
     128            ref="BY_PT_operators"
     129            />
     130    </chunk> <!-- /BY_PT_point -->
     131    <!-- Tags for PT check dates -->
     132    <chunk
     133        id="BY_PT_date_of_check"
     134        >
     135        <text
     136            key="BY_PT:checked"
     137            text="Last check date (YYYY-MM-DD)"
     138                ru.text="Дата проверки (YYYY-MM-DD)"
     139                be.text="Дата праверкі (YYYY-MM-DD)"
     140            default="not yet"
     141                ru.default="не проверено"
     142                be.default="не праверана"
     143            use_last_as_default="true"
     144            />
     145    </chunk> <!-- /BY_PT_date_of_check -->
     146    <!-- Tags for PT notes -->
     147    <chunk
     148        id="BY_PT_note"
     149        >
     150        <key
     151            key="BY_PT:note"
     152            value="Тэги типа &quot;BY_PT...&quot; - временные, для внесения ОТ Беларуси! Не удаляйте их - они будут удалены позже."
     153            />
     154    </chunk> <!-- /BY_PT_note -->
     155    <!-- Tags for PT equipment remove -->
     156    <chunk
     157        id="BY_PT_equipment_remove"
     158        >
     159        <!-- tags to remove if exists -->
     160        <key
     161            key="shelter"
     162            value=""
     163            match="none"
     164            />
     165        <key
     166            key="bench"
     167            value=""
     168            match="none"
     169            />
     170        <key
     171            key="bin"
     172            value=""
     173            match="none"
     174            />
     175        <key
     176            key="toilets"
     177            value=""
     178            match="none"
     179            />
     180    </chunk> <!-- /BY_PT_equipment_remove -->
     181    <!-- Tags for PT way passability -->
     182    <chunk
     183        id="BY_PT_way_passability"
     184        >
     185        <!-- tags to remove if exists -->
     186        <key
     187            key="name"
     188            value=""
     189            match="none"
     190            />
     191        <key
     192            key="name:ru"
     193            value=""
     194            match="none"
     195            />
     196        <key
     197            key="name:be"
     198            value=""
     199            match="none"
     200            />
     201        <reference
     202            ref="BY_PT_equipment_remove"
     203            />
     204        <key
     205            key="departures_board"
     206            value=""
     207            match="none"
     208            />
     209        <!-- fixed tags -->
     210        <key
     211            key="highway"
     212            value="footway"
     213            />
     214        <space />
     215        <check
     216            key="bicycle"
     217            text="Bicycles"
     218                ru.text="Велосипеды"
     219                be.text="Ровары"
     220            disable_off="true"
     221            />
     222    </chunk> <!-- /BY_PT_way_passability -->
     223    <!-- Tags for PT platforms -->
     224    <chunk
     225        id="BY_PT_platform_surface"
     226        >
     227        <check
     228            key="public_transport"
     229            text="Mark as platform"
     230                ru.text="Пометить как платформу"
     231                be.text="Пазначыць як платформу"
     232            value_on="platform"
     233            disable_off="true"
     234            />
     235        <check
     236            key="footway"
     237            text="A part of sidewalk"
     238                ru.text="Часть тротуара"
     239                be.text="Частка тратуару"
     240            value_on="sidewalk"
     241            disable_off="true"
     242            />
     243        <combo
     244            key="surface"
     245            text="Surface"
     246                ru.text="Покрытие"
     247                be.text="Пакрыццё"
     248            values="paved,asphalt,concrete,concrete:plates,concrete:lanes,paving_stones,sett,cobblestone,wood,metal,grass_paver,unpaved,compacted,fine_gravel,gravel,pebblestone,ground,dirt,mud,sand,grass"
     249                ru.display_values="- с твёрдым покрытием,асфальтобетон,бетон,бетонные плиты,две колеи из плит,плитка,брусчатка,булыжник,деревянное,металлическое,мощение решётками с травой,- без твёрдого покрытия,улучшенное грунтово-гравийное,мелкогравийное,гравийное,галечное,грунтовое земляное,влажное грязевое,вязкое грязевое,песчаное,травяное"
     250                be.display_values="- з цвёрдым пакрыццём,асфальтабетон,бетон,бетонныя пліты,дзве каляіны з плітаў,формавая плітка,брукаванка,каменнае,драўлянае,металічнае,рашоткі з травою,- без цвёрдага пакрыцця,палепшанае грунтава-жвіравае,дробнажвіравае,жвіравае,галечнікавае,глебавае,мокрае гразевае,вязкае гразевае,пясчанае,травяное"
     251            values_sort="false"
     252            />
     253    </chunk> <!-- /BY_PT_platform_surface -->
     254    <!-- Tags for PT timetables -->
     255    <chunk
     256        id="BY_PT_timetables"
     257        >
     258        <list_entry
     259            value="yes"
     260            short_description="some uncertain/unknown"
     261                ru.short_description="есть, но неизвестно какое"
     262                be.short_description="ёсць, але невядома якi"
     263            icon="timetable_yes.png"
     264            icon_size="25"
     265            />
     266        <list_entry
     267            value="delay"
     268            short_description="only delay intervals"
     269                ru.short_description="указаны лишь интервалы движения"
     270                be.short_description="пазначаныя толькі інтэрвалы руху"
     271            icon="timetable_delay.png"
     272            icon_size="25"
     273            />
     274        <list_entry
     275            value="timetable"
     276            short_description="specific times"
     277                ru.short_description="есть точное расписание маршрута/маршрутов"
     278                be.short_description="ёсць дакладны расклад для маршрута/маршрутаў"
     279            icon="timetable_timetable.png"
     280            icon_size="25"
     281            />
     282        <list_entry
     283            value="realtime"
     284            short_description="realtime arrivals monitor"
     285                ru.short_description="есть электронное табло со временем прибытия"
     286                be.short_description="ёсць электронае табло з часам прыбыцця"
     287            icon="timetable_realtime.png"
     288            icon_size="25"
     289            />
     290        <list_entry
     291            value="no"
     292            short_description="no timetable"
     293                ru.short_description="нет расписаний"
     294                be.short_description="няма раскладаў"
     295            icon="timetable_no.png"
     296            icon_size="25"
     297            />
     298    </chunk> <!-- /BY_PT_timetables -->
     299    <!-- Tags for PT route transport types -->
     300    <chunk
     301        id="BY_PT_route_transport_type"
     302        >
     303        <list_entry value="bus" />
     304        <list_entry value="trolleybus" />
     305        <list_entry value="tram" />
     306        <list_entry value="share_taxi" />
     307        <list_entry value="subway" />
     308        <list_entry value="train" />
     309        <!--
     310        <list_entry value="light_rail" />
     311        <list_entry value="monorail" />
     312        <list_entry value="funicular" />
     313        <list_entry value="aerialway" />
     314        <list_entry value="ferry" />
     315        -->
     316    </chunk> <!-- /BY_PT_route_transport_type -->
     317    <!-- Tags for PT route -->
     318    <chunk
     319        id="BY_PT_route_common_1"
     320        >
     321        <reference
     322            ref="BY_PT_names"
     323            />
     324        <text
     325            key="ref"
     326            text="Reference number"
     327                ru.text="Обозначение (ref)"
     328                be.text="Абазначэнне (ref)"
     329            default="?"
     330            />
     331    </chunk> <!-- /BY_PT_route_common_1 -->
     332    <chunk
     333        id="BY_PT_route_common_2"
     334        >
     335        <combo
     336            key="colour"
     337            text="Colour"
     338                ru.text="Цвет"
     339                be.text="Колер"
     340            values_sort="false"
     341            values_searchable="true"
     342            editable="true"
     343            use_last_as_default="true"
     344            values="black,gray,maroon,olive,green,teal,navy,purple,silver,red,yellow,lime,aqua,blue,fuchsia,white"
     345                ru.display_values="чёрный,серый,тёмно-бордовый,оливковый,зелёный,бирюзовый,тёмно-синий,фиолетовый,серебристый,красный,жёлтый,известковый,морской волны,синий,малиновый,белый"
     346                be.display_values="чорны,шэры,цёмна-бардовы,аліўкавы,зялёны,бірузовы,цёмна-сіні,фіялетавы,серабрысты,чырвоны,жоўты,вапнавы,марской хвалі,сіні,малінавы,белы"
     347            match="none"
     348            />
     349        <space />
     350        <reference
     351            ref="BY_PT_operators"
     352            />
     353        <combo
     354            key="network"
     355            text="Network"
     356                ru.text="Сеть"
     357                be.text="Сетка"
     358            values_sort="false"
     359            values_searchable="true"
     360            editable="true"
     361            use_last_as_default="true"
     362            values="intercity,regional,city"
     363               ru.display_values="междугородная,пригородная,городская"
     364               be.display_values="міжгародная,прыгарадная,гарадская"
     365            />
     366        <space />
     367        <text
     368            key="interval"
     369            text="Interval"
     370                ru.text="Интервал"
     371                be.text="Інтэрвал"
     372            />
     373    </chunk> <!-- /BY_PT_route_common_2 --> <!-- /Belarus Public Transport chunks definitions -->
     374
     375<!-- Belarus Public Transport node/way/relation presets -->
     376    <group
     377        name="Belarus Public Transport"
     378            ru.name="Общественный транспорт Беларуси"
     379            be.name="Грамадскі транспарт Беларусi"
     380        icon="_BY.png"
     381        >
     382
     383        <!-- Stop Position -->
     384        <item
     385            name="Stop Position"
     386                ru.name="Место остановки"
     387                be.name="Месца спыну"
     388            type="node"
     389            icon="stop_position.png"
     390            preset_name_label="true"
     391            >
     392            <link
     393                wiki="RU:Belarus:Общественный_транспорт_Беларуси"
     394                />
     395            <!-- tags to remove if exists -->
     396            <key
     397                key="highway"
     398                value=""
     399                match="none"
     400                />
     401            <reference
     402                ref="BY_PT_equipment_remove"
     403                />
     404            <!-- fixed tags -->
     405            <key
     406                key="public_transport"
     407                value="stop_position"
     408                />
     409            <key
     410                key="BY_PT"
     411                value="stop_position"
     412                 />
     413            <reference
     414                ref="BY_PT_note"
     415                />
     416            <!-- optional tags -->
     417            <space />
     418            <reference
     419                ref="BY_PT_point"
     420                />
     421            <space />
     422            <label
     423                text="Types of transport:"
     424                    ru.text="Виды транспорта:"
     425                    be.text="Віды транспарту:"
     426                />
     427            <checkgroup
     428                columns="3"
     429                >
     430                <check
     431                    key="bus"
     432                    text="Bus"
     433                        ru.text="Автобус"
     434                        be.text="Аўтобус"
     435                    disable_off="true"
     436                    />
     437                <check
     438                    key="share_taxi"
     439                    text="Share taxi"
     440                        ru.text="Маршрутка"
     441                        be.text="Маршрутка"
     442                    disable_off="true"
     443                    />
     444                <check
     445                    key="trolleybus"
     446                    text="Trolleybus"
     447                        ru.text="Троллейбус"
     448                        be.text="Тралейбус"
     449                    disable_off="true"
     450                    />
     451                <check
     452                    key="train"
     453                    text="Train"
     454                        ru.text="Поезд"
     455                        be.text="Цягнік"
     456                    disable_off="true"
     457                    />
     458                <check
     459                    key="subway"
     460                    text="Subway"
     461                        ru.text="Метро"
     462                        be.text="Метро"
     463                    disable_off="true"
     464                    />
     465                <check
     466                    key="tram"
     467                    text="Tram"
     468                        ru.text="Трамвай"
     469                        be.text="Трамвай"
     470                    disable_off="true"
     471                    />
     472            </checkgroup>
     473            <space />
     474            <reference
     475                ref="BY_PT_date_of_check"
     476                />
     477            <!-- role descriptions -->   
     478            <roles>
     479                <role
     480                    key="stop"
     481                    text="Approximate place of transport stop on the higway"
     482                       ru.text="Примерное место остановки транспорта на дороге"
     483                       be.text="Прыкладнае месца прыпынку транспарта на дарозе"
     484                    type="node"
     485                    />
     486            </roles>
     487        </item> <!-- /Stop Position -->
     488               
     489        <!-- Platform (node only)-->
     490        <item
     491            name="Platform Point"
     492                ru.name="Остановка"
     493                be.name="Прыпынак"
     494            type="node"
     495            icon="platform_point.png"
     496            preset_name_label="true"
     497            >
     498            <link
     499                wiki="RU:Belarus:Общественный_транспорт_Беларуси"
     500                />
     501            <!-- tags to remove if exists -->
     502            <key
     503                key="amenity"
     504                value=""
     505                match="none"
     506                />
     507            <key
     508                key="shelter_type"
     509                value=""
     510                match="none"
     511                />
     512            <!-- fixed tags -->
     513            <key
     514                key="highway"
     515                value="bus_stop"
     516                />
     517            <key
     518                key="public_transport"
     519                value="platform"
     520                />
     521            <key
     522                key="BY_PT"
     523                value="platform_node"
     524                />
     525            <reference
     526                ref="BY_PT_note"
     527                />
     528            <!-- optional tags -->
     529            <space />
     530            <reference
     531                ref="BY_PT_point"
     532                />
     533            <space />
     534            <label
     535                text="Platform equipment:"
     536                    ru.text="Оснащение остановки:"
     537                    be.text="Абсталяванне прыпынку:"
     538                />
     539            <checkgroup
     540                columns="4"
     541                >
     542                <check
     543                    key="shelter"
     544                    text="Shelter"
     545                        ru.text="навес"
     546                        be.text="навес"
     547                    />
     548                <check
     549                    key="bench"
     550                    text="Bench"
     551                        ru.text="cкамейка"
     552                        be.text="лаўка"
     553                    />
     554                <check
     555                    key="bin"
     556                    text="Waste Basket/Trash Can"
     557                        ru.text="мусорка"
     558                        be.text="сметніца"
     559                    />
     560                <check
     561                    key="toilets"
     562                    text="Toilets"
     563                        ru.text="туалет"
     564                        be.text="туалет"
     565                    disable_off="true"
     566                    />
     567            </checkgroup>
     568            <space />
     569            <combo
     570                key="departures_board"
     571                text="Departures Board"
     572                    ru.text="Расписание маршрутов"
     573                    be.text="Расклад руху"
     574                values_searchable="true"
     575                values_sort="false"
     576                editable="false"
     577                use_last_as_default="true"
     578                >
     579                <reference
     580                    ref="BY_PT_timetables"
     581                    />
     582            </combo>
     583            <space />
     584            <combo
     585                key="tactile_paving"
     586                text="Tactile Paving"
     587                    ru.text="Тактильное мощение"
     588                    be.text="Тактыльны брук"
     589                values="yes,no,incorrect"
     590                />
     591            <space />
     592            <reference
     593                ref="BY_PT_date_of_check"
     594                />
     595            <!-- role descriptions -->   
     596            <roles>
     597                <role
     598                    key="platform"
     599                    text="The position of the stop pavilion beside the highway"
     600                       ru.text="Положение павильона остановки у дороги"
     601                       be.text="Палажэнне павільёна прыпынку ў дарогі"
     602                    type="node"
     603                    />
     604            </roles>
     605        </item> <!-- /Platform -->
     606
     607        <separator/>
     608
     609        <!-- Platform (way only) -->
     610        <item
     611            name="Platform Strip"
     612            ru.name="Платформа остановки"
     613            be.name="Платформа прыпынку"
     614            type="way,closedway"
     615            icon="platform_strip.png"
     616            preset_name_label="true"
     617            >
     618            <link
     619                wiki="RU:Belarus:Общественный_транспорт_Беларуси"
     620                />
     621            <!-- fixed tags -->
     622            <reference
     623                ref="BY_PT_way_passability"
     624                />
     625            <key
     626                key="BY_PT"
     627                value="platform_way"
     628                />
     629            <reference
     630                ref="BY_PT_note"
     631                />
     632            <!-- optional tags -->
     633            <space />
     634            <reference
     635                ref="BY_PT_platform_surface"
     636                />
     637            <space />
     638            <reference
     639                ref="BY_PT_date_of_check"
     640                />
     641            <!-- role descriptions -->   
     642            <roles>
     643                <role
     644                    key="platform"
     645                    text="The boarding platform beside the highway"
     646                       ru.text="Посадочная площадка у дороги"
     647                       be.text="Пасадачная пляцоўка ў дарогі"
     648                    type="way,closedway"
     649                    />
     650            </roles>
     651        </item> <!-- /Platform (way only) -->
     652
     653        <!-- Public transport entrance (way only) -->
     654        <item
     655            name="Entrance Pass"
     656                ru.name="Проход к транспорту"
     657                be.name="Праход да транспарту"
     658            type="way"
     659            icon="entrance_pass.png"
     660            preset_name_label="true"
     661            >
     662            <link
     663                wiki="RU:Belarus:Общественный_транспорт_Беларуси"
     664                />
     665            <!-- fixed tags -->
     666            <key
     667                key="public_transport"
     668                value="entrance_pass"
     669                />
     670            <reference
     671                ref="BY_PT_way_passability"
     672                />
     673            <key
     674                key="BY_PT"
     675                value="entrance_pass"
     676                />
     677            <reference
     678                ref="BY_PT_note"
     679                />
     680            <!-- role descriptions -->   
     681            <roles>
     682                <role
     683                    key="entrance_pass"
     684                    text="Pass to transport's entrance"
     685                       ru.text="Проход ко входу в транспорт"
     686                       be.text="Праход да ўваходу ў транспарт"
     687                    type="way"
     688                    />
     689            </roles>
     690        </item> <!-- /Public transport entrance (way only) -->
     691
     692        <separator/>
     693
     694        <!-- Stop Area (relation only) -->
     695        <item
     696            name="Stop Area"
     697                ru.name="Зона остановки"
     698                be.name="Зона прыпынку"
     699            type="relation"
     700            icon="stop_area.png"
     701            preset_name_label="true"
     702            >
     703            <link
     704                wiki="RU:Belarus:Общественный_транспорт_Беларуси"
     705                />
     706            <!-- fixed tags -->
     707            <key
     708                key="type"
     709                value="public_transport"
     710                match="keyvalue"
     711                />
     712            <key
     713                key="public_transport"
     714                value="stop_area"
     715                match="keyvalue"
     716                />
     717            <key
     718                key="public_transport:version"
     719                value="2"
     720                />
     721            <reference
     722                ref="BY_PT_note"
     723                />
     724            <!-- optional tags -->
     725            <space />
     726            <reference
     727                ref="BY_PT_point"
     728                />
     729            <space />
     730            <text
     731                key="note"
     732                text="Note"
     733                    ru.text="Заметка"
     734                    be.text="Нататка"
     735                default="В какую сторону?"
     736                />
     737            <space />
     738            <reference
     739                ref="BY_PT_date_of_check"
     740                />
     741            <space />
     742        </item> <!-- /Stop Area (relation only) -->
     743
     744        <separator/>
     745
     746        <!-- Route (relation only) -->
     747        <item
     748            name="Route"
     749                ru.name="Маршрут"
     750                be.name="Маршрут"
     751            type="relation"
     752            icon="pt_route.png"
     753            preset_name_label="true"
     754            >
     755            <link
     756                wiki="RU:Belarus:Общественный_транспорт_Беларуси"
     757                />
     758            <key
     759                key="type"
     760                value="route"
     761                match="keyvalue"
     762                />
     763            <combo
     764                key="route"
     765                text="Transport type"
     766                    ru.text="Тип транспорта"
     767                    be.text="Тып транспарту"
     768                values_sort="false"
     769                values_searchable="true"
     770                editable="true"
     771                use_last_as_default="true"
     772                >
     773                <reference
     774                    ref="BY_PT_route_transport_type"
     775                    />
     776            </combo>
     777            <space />
     778            <reference
     779                ref="BY_PT_route_common_1"
     780                />
     781            <text
     782                key="from"
     783                text="From"
     784                    ru.text="От"
     785                    be.text="Ад"
     786                default="-"
     787                />
     788            <text
     789                key="to"
     790                text="To"
     791                    ru.text="До"
     792                    be.text="да"
     793                default="-"
     794                />
     795            <reference
     796                ref="BY_PT_route_common_2"
     797                />
     798            <text
     799                key="distance"
     800                text="Distance"
     801                    ru.text="Расстояние"
     802                    be.text="Адлегласць"
     803                />
     804            <text
     805                key="duration"
     806                text="Duration"
     807                    ru.text="Длительность"
     808                    be.text="Працягласць"
     809                />
     810            <space />
     811            <check
     812                key="roundtrip"
     813                text="Roundtrip"
     814                    ru.text="Кольцевой"
     815                    be.text="Кальцавы"
     816                    disable_off="true"
     817                />
     818        </item> <!-- /Route (relation only) -->
     819
     820        <!-- Master Route (relation only) -->
     821        <item
     822            name="Master Route"
     823                ru.name="Мастер-маршрут"
     824                be.name="Майстар-маршрут"
     825            type="relation"
     826            icon="pt_route_master.png"
     827            preset_name_label="true"
     828            >
     829            <link
     830                wiki="RU:Belarus:Общественный_транспорт_Беларуси"
     831                />
     832            <key
     833                key="type"
     834                value="route_master"
     835                match="keyvalue"
     836                />
     837            <combo
     838                key="route_master"
     839                text="Transport type"
     840                    ru.text="Тип транспорта"
     841                    be.text="Тып транспарту"
     842                values_sort="false"
     843                values_searchable="true"
     844                editable="true"
     845                use_last_as_default="true"
     846                >
     847                <reference
     848                    ref="BY_PT_route_transport_type"
     849                    />
     850            </combo>
     851            <space />
     852            <reference
     853                ref="BY_PT_route_common_1"
     854                />
     855            <reference
     856                ref="BY_PT_route_common_2"
     857                />
     858        </item> <!-- /Master Route (relation only) -->
     859
     860    </group> <!-- /Belarus Public Transport node/way/relation presets -->
     861
     862</presets>
     863}}}