Changes between Initial Version and Version 1 of Presets/Manholes


Ignore:
Timestamp:
2017-11-14T13:12:52+01:00 (6 years ago)
Author:
Alexander-II
Comment:

Release

Legend:

Unmodified
Added
Removed
Modified
  • Presets/Manholes

    v1 v1  
     1{{{
     2#!preset
     3<?xml version="1.0" encoding="utf-8"?>
     4<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
     5  author="Alexander-II"
     6  version="1.[[revision]]_[[date]]"
     7  link="https://wiki.openstreetmap.org/wiki/Key:manhole"
     8  shortdescription="Manholes"
     9  ru.shortdescription="Люки"
     10  description="Manholes tagging preset"
     11  ru.description="Люки">
     12
     13  <group name="Man Made" icon="presets/landmark/works.svg">
     14    <group name="Man Made" icon="presets/landmark/works.svg">
     15      <item name="Manhole" ru.name="Люк" type="node" preset_name_label="true">
     16          <link href="https://wiki.openstreetmap.org/wiki/Key:manhole"
     17             ru.href="https://wiki.openstreetmap.org/wiki/RU:Key:manhole" />
     18          <space />
     19          <combo key="manhole" ru.text="Тип" text="Manhole" values_searchable="true" default="yes" match="key">
     20            <list_entry value="cold"
     21                ru.display_value="охлаждение (кондиционирование)"
     22                short_description="district cooling maintenance holes" />
     23            <list_entry value="drain"
     24                ru.display_value="дренаж (отвод поверхностной воды)"
     25               short_description="surface water drain for removing rainwater" />
     26            <list_entry value="gas"
     27                ru.display_value="газопровод"
     28               short_description="maintenance access to gas transport pipelines" />
     29            <list_entry value="heat"
     30                ru.display_value="отопление"
     31               short_description="district heating maintenance holes" />
     32            <list_entry value="plain"
     33                ru.display_value="без обозначений"
     34               short_description="Manhole covers with no markings at all available" />
     35            <list_entry value="power"
     36                ru.display_value="электросети"
     37               short_description="access to underground electricity wires" />
     38            <list_entry value="rainwater"
     39                ru.display_value="водосток (дождевая вода)"
     40               short_description="maintenance access to rainwater pipelines" />
     41            <list_entry value="sewer"
     42                ru.display_value="сточные воды (использованная вода)"
     43               short_description="maintenance access to pipelines carrying wastewater (sewage)" />
     44            <list_entry value="telecom"
     45                ru.display_value="телекоммуникационные сети"
     46               short_description="maintenance access to pipelines containing telecommunication cables" />
     47            <list_entry value="unknown"
     48                ru.display_value="неопознанный"
     49               short_description="Manhole cover with unknown markings, or of unknown use. Combine with label=* when possible for later identification." />
     50            <list_entry value="ventilation"
     51                ru.display_value="вентиляция" />
     52            <list_entry value="water"
     53                ru.display_value="водопровод (чистая вода)"
     54               short_description="maintenance access to clean water pipelines" />
     55            <list_entry value="yes"
     56                ru.display_value="да"
     57               short_description="Без указания типа" />
     58          </combo>
     59          <combo key="label" text="Label (use if manhole=unknown)" ru.text="Надпись (если неизвестен тип)" />
     60          <text key="diameter" text="Diameter" ru.text="Диаметр люка" />
     61          <text key="hole:diameter" text="Hole diameter" ru.text="Диаметр шахты" />
     62          <!-- <combo key="hole:shape" text="Hole shape" ru.text="Форма шахты" values="" /> -->
     63          <text key="depth" text="Depth" ru.text="Глубина" />
     64          <combo key="operator" text="Operator" ru.text="Оператор" />
     65          <text key="ref" text="Reference" ru.text="Обозначение (ref)" />
     66          <optional>
     67            <combo key="material" text="Material" ru.text="Материал" values="metal,plastic,steel,stone,wood,concrete" />
     68            <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. -->
     69              <list_entry value="circular" ru.display_value="круглый" />
     70              <list_entry value="rectangular" ru.display_value="прямоугольный" />
     71              <list_entry value="square" ru.display_value="квадратный" />
     72              <list_entry value="triangular" ru.display_value="треугольный" />
     73            </combo>
     74            <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`? -->
     75            <combo key="marker:label" text="Marker label" ru.text="Надпись на маркере" />
     76            <combo key="marker:colour" text="Marker colour" ru.text="Цвет маркера" values_context="color" values="black,brown,green,red,blue,gray,white,#CD853F" />
     77            <!-- <combo key="marker:shape text="Marker shape" ru.text="Форма маркера" values="" /> -->
     78            <text key="marker:ref" text="Marker reference" ru.text="Обозначение маркера (ref)" />
     79          </optional>
     80      </item>
     81    </group>
     82  </group>
     83</presets>
     84}}}