wiki:Presets/Manholes

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

Release

<?xml version="1.0" encoding="utf-8"?>
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
  author="Alexander-II"
  version="1.5_2019-08-21"
  link="https://wiki.openstreetmap.org/wiki/Key:manhole"
  shortdescription="Manholes"
  ru.shortdescription="Люки"
  description="Manholes tagging preset"
  ru.description="Люки">

  <group name="Man Made" icon="presets/landmark/works.svg">
    <group name="Man Made" icon="presets/landmark/works.svg">
      <item name="Manhole" ru.name="Люк" type="node" preset_name_label="true">
          <link href="https://wiki.openstreetmap.org/wiki/Key:manhole"
             ru.href="https://wiki.openstreetmap.org/wiki/RU:Key:manhole" />
          <space />
          <combo key="manhole" ru.text="Тип" text="Manhole" values_searchable="true" default="yes" match="key">
            <list_entry value="cold"
                ru.display_value="охлаждение (кондиционирование)"
                short_description="district cooling maintenance holes" />
            <list_entry value="drain"
                ru.display_value="дренаж (отвод поверхностной воды)"
               short_description="surface water drain for removing rainwater" />
            <list_entry value="gas"
                ru.display_value="газопровод"
               short_description="maintenance access to gas transport pipelines" />
            <list_entry value="heat"
                ru.display_value="отопление"
               short_description="district heating maintenance holes" />
            <list_entry value="plain"
                ru.display_value="без обозначений"
               short_description="Manhole covers with no markings at all available" />
            <list_entry value="power"
                ru.display_value="электросети"
               short_description="access to underground electricity wires" />
            <list_entry value="rainwater"
                ru.display_value="водосток (дождевая вода)"
               short_description="maintenance access to rainwater pipelines" />
            <list_entry value="sewer"
                ru.display_value="сточные воды (использованная вода)"
               short_description="maintenance access to pipelines carrying wastewater (sewage)" />
            <list_entry value="telecom"
                ru.display_value="телекоммуникационные сети"
               short_description="maintenance access to pipelines containing telecommunication cables" />
            <list_entry value="unknown"
                ru.display_value="неопознанный"
               short_description="Manhole cover with unknown markings, or of unknown use. Combine with label=* when possible for later identification." />
            <list_entry value="ventilation"
                ru.display_value="вентиляция" />
            <list_entry value="water"
                ru.display_value="водопровод (чистая вода)"
               short_description="maintenance access to clean water pipelines" />
            <list_entry value="yes"
                ru.display_value="да"
               short_description="Без указания типа" />
          </combo>
          <combo key="label" text="Label (use if manhole=unknown)" ru.text="Надпись (если неизвестен тип)" />
          <text key="diameter" text="Diameter" ru.text="Диаметр люка" />
          <text key="hole:diameter" text="Hole diameter" ru.text="Диаметр шахты" />
          <!-- <combo key="hole:shape" text="Hole shape" ru.text="Форма шахты" values="" /> -->
          <text key="depth" text="Depth" ru.text="Глубина" />
          <combo key="operator" text="Operator" ru.text="Оператор" />
          <text key="ref" text="Reference" ru.text="Обозначение (ref)" />
          <optional>
            <combo key="material" text="Material" ru.text="Материал" values="metal,plastic,steel,stone,wood,concrete" />
            <combo key="shape" text="Shape" ru.text="Форма люка" > <!-- <combo key="manhole:shape" text="Shape" ru.text="Форма люка" values="circular,rectangular" This is an alternative tag for a manhole shape. For now, decided to use `shape` instead of. -->
              <list_entry value="circular" ru.display_value="круглый" />
              <list_entry value="rectangular" ru.display_value="прямоугольный" />
              <list_entry value="square" ru.display_value="квадратный" />
              <list_entry value="triangular" ru.display_value="треугольный" />
            </combo>
            <combo key="bars_orientation" text="Bars orientation" ru.text="Направление решетки" values="across,along,diagonal" ru.display_values="поперёк,вдоль,по диагонали" /> <!-- Should i use `orientation:bars` key instead of `bars_orientation`? -->
            <combo key="marker:label" text="Marker label" ru.text="Надпись на маркере" />
            <combo key="marker:colour" text="Marker colour" ru.text="Цвет маркера" values_context="color" values="black,brown,green,red,blue,gray,white,#CD853F" />
            <!-- <combo key="marker:shape text="Marker shape" ru.text="Форма маркера" values="" /> -->
            <text key="marker:ref" text="Marker reference" ru.text="Обозначение маркера (ref)" />
          </optional>
      </item>
    </group>
  </group>
</presets>

Presets_Manholes-preset.xml, Presets_Manholes.zip

Note: See TracWiki for help on using the wiki.