wiki:Presets/ParkingLanes

Version 8 (modified by Alexander-II, 6 years ago) ( diff )

fix

<?xml version="1.0" encoding="utf-8"?>
<presets
  xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
  version="1.1.25_2022-12-11"
  author="Sebastian Klemm, Kay Drangmeister, Alexander-II"
  link="https://wiki.openstreetmap.org/wiki/Key:parking:lane"
  ru.link="https://wiki.openstreetmap.org/wiki/RU:Key:parking:lane"
  shortdescription="Parking lanes"
  de.shortdescription="Parkstreifen"
  ru.shortdescription="Парковка вдоль дороги"
  description="Parking lanes along roads and parking/stopping restrictions"
  de.description="Parkstreifen/Parkplätze entlang von Straßen und Park-/Halteverbote"
  ru.description="Парковка вдоль дорог/ограничения и запреты у такой парковки">

  <chunk id="parking_space_types">
    <list_entry value="parallel" de.display_value="längs" ru.display_value="параллельная" short_description="parallel to the road" />
    <list_entry value="perpendicular" de.display_value="quer" ru.display_value="перпендикулярная" short_description="at a right angle; i.e., the front or back of the vehicle pointing straight towards the road center line" />
    <list_entry value="diagonal" de.display_value="diagonal" ru.display_value="диагональная" short_description="diagonally; a.k.a. angle parking or echelon parking" />
    <list_entry value="marked" de.display_value="markiert" ru.display_value="согласно разметке" short_description="parking spaces available that are individually marked" />
    <list_entry value="no_parking" de.display_value="Parkverbot" ru.display_value="парковка запрещена" short_description="may stop, though, to for example pick up/drop off a passenger, unload cargo or for other reasons as laid out in the local legislation" />
    <list_entry value="no_stopping" de.display_value="Halteverbot" ru.display_value="остановка запрещена" />
    <list_entry value="fire_lane" de.display_value="Feuerwehrspur" ru.display_value="пожарная полоса" short_description="In countries where such exist, an extra sign indicating a lane that must be kept clear for possible fire engines, or other emergency vehicles" />
  </chunk>
  <chunk id="parking_condition_list">
    <list_entry value="free" de.display_value="kostenlos" ru.display_value="бесплатная" />
    <list_entry value="ticket" de.display_value="Parkschein/-gebühr" ru.display_value="квитанция (платная)" />
    <list_entry value="disc" de.display_value="Parkscheibe" ru.display_value="диск (ограничена по времени)" />
    <list_entry value="residents" de.display_value="nur Anwohner" ru.display_value="резидентное разрешение" />
    <list_entry value="private" />
    <list_entry value="customers" />
  </chunk>

  <group name="Parking lanes" de.name="Parkstreifen" ru.name="Парковка вдоль дороги" icon="presets/vehicle/parking/parking.svg">
    <item name="Same on both sides of street" de.name="beide Straßenseiten gleich" ru.name="Одинакова на обеих сторонах" icon="presets/vehicle/parking/parking.svg" type="way" preset_name_label="true">
      <space />
      <combo text="Space type" de.text="Art und Anordnung" ru.text="Тип парковки" key="parking:lane:both" match="key">
        <reference ref="parking_space_types" />
      </combo>
      <combo text="Condition" de.text="Bedingungen" ru.text="Разрешение на парковку" key="parking:condition:both" match="key">
        <reference ref="parking_condition_list" />
      </combo>
      <optional>
        <combo text="Maxstay" de.text="max. Parkzeit" ru.text="Макс. время стоянки" key="parking:condition:both:maxstay" values="15 min,30 min,1 h,2 h,3 h" values_sort="false" />
        <combo text="Time interval" de.text="Gültigkeits-Zeitraum" ru.text="Время действия парковки" key="parking:condition:both:time_interval" values="24/7,Mo-Su 12:00-14:00,Mo-Fr 00:00-24:00,Su 20:00-06:00,Mo-Fr 09:00-20:00; Sa-Su 09:00-14:00" />
        <text text="Capacity (each side)" de.text="Kapazität (pro Seite)" ru.text="Вместимость (на каждой стороне)" key="parking:condition:both:capacity" />
        <text text="Capacity for Disabled (each side)" ru.text="Вместимость (инвалиды, на каждой стороне)" key="parking:condition:both:capacity:disabled" />
        <text text="Residents permit ref" de.text="Parkausweis-Bezeichnung (ref)" ru.text="Категория (ref) резидентного разрешения" key="parking:condition:both:residents" />
        <text text="Customers of" de.text="Kunden von" ru.text="Для клиентов заведения" key="parking:condition:both:customers" />
      </optional>
      <link href="https://wiki.openstreetmap.org/wiki/Key:parking:lane"
        ru.href="https://wiki.openstreetmap.org/wiki/RU:Key:parking:lane"/>
    </item>
    <item name="Different on each side of street" de.name="beide Straßenseiten unterschiedlich" ru.name="Различна на каждой стороне" icon="presets/vehicle/parking/parking.svg" type="way" preset_name_label="true">
      <space />
      <label text="Right side:" de.text="Rechte Straßenseite:" ru.text="По правую сторону:" />
      <space />
      <combo text="Space type" de.text="Art und Anordnung" ru.text="Тип парковки" key="parking:lane:right" match="key">
        <reference ref="parking_space_types" />
      </combo>
      <combo text="Condition" de.text="Bedingungen" ru.text="Разрешение на парковку" key="parking:condition:right" match="key">
        <reference ref="parking_condition_list" />
      </combo>
      <optional>
        <combo text="Maxstay" de.text="max. Parkzeit" ru.text="Макс. время стоянки" key="parking:condition:right:maxstay" values="15 min,30 min,1 h,2 h,3 h" values_sort="false" />
        <combo text="Time interval" de.text="Gültigkeits-Zeitraum" ru.text="Время действия парковки" key="parking:condition:right:time_interval" values="24/7,Mo-Su 12:00-14:00,Mo-Fr 00:00-24:00,Su 20:00-06:00,Mo-Fr 09:00-20:00; Sa-Su 09:00-14:00" />
        <text text="Capacity" de.text="Kapazität" key="parking:condition:right:capacity" />
        <text text="Capacity for Disabled" ru.text="Вместимость (инвалиды)" key="parking:condition:right:capacity:disabled" />
        <text text="Residents permit ref" de.text="Parkausweis-Bezeichnung (ref)" ru.text="Категория (ref) резидентного разрешения" key="parking:condition:right:residents" />
        <text text="Customers of" de.text="Kunden von" ru.text="Для клиентов заведения" key="parking:condition:right:customers" />
      </optional>
      <item_separator />
      <label text="Left side:" de.text="Linke Straßenseite:" ru.text="По левую сторону:" />
      <space />
      <combo text="Space type" de.text="Art und Anordnung" ru.text="Тип парковки" key="parking:lane:left" match="key">
        <reference ref="parking_space_types" />
      </combo>
      <combo text="Condition" de.text="Bedingungen" ru.text="Разрешение на парковку" key="parking:condition:left" match="key">
        <reference ref="parking_condition_list" />
      </combo>
      <optional>
        <combo text="Maxstay" de.text="max. Parkzeit" ru.text="Макс. время стоянки" key="parking:condition:left:maxstay" values="15 min,30 min,1 h,2 h,3 h" values_sort="false" />
        <combo text="Time interval" de.text="Gültigkeits-Zeitraum" ru.text="Время действия парковки" key="parking:condition:left:time_interval" values="24/7,Mo-Su 12:00-14:00,Mo-Fr 00:00-24:00,Su 20:00-06:00,Mo-Fr 09:00-20:00; Sa-Su 09:00-14:00" />
        <text text="Capacity" de.text="Kapazität" key="parking:condition:left:capacity" />
        <text text="Capacity for Disabled" ru.text="Вместимость (инвалиды)" key="parking:condition:left:capacity:disabled" />
        <text text="Residents permit ref" de.text="Parkausweis-Bezeichnung (ref)" ru.text="Категория (ref) резидентного разрешения" key="parking:condition:left:residents" />
        <text text="Customers of" de.text="Kunden von" ru.text="Для клиентов заведения" key="parking:condition:left:customers" />
      </optional>
      <link href="https://wiki.openstreetmap.org/wiki/Key:parking:lane"
        ru.href="https://wiki.openstreetmap.org/wiki/RU:Key:parking:lane"/>
    </item>
  </group>
</presets>

Presets_ParkingLanes-preset.xml, Presets_ParkingLanes.zip

Note: See TracWiki for help on using the wiki.