Changes between Initial Version and Version 1 of Presets/MobilePhoneBaseStations


Ignore:
Timestamp:
2014-11-14T22:53:19+01:00 (11 years ago)
Author:
anonymous
Comment:

Preset angelegt

Legend:

Unmodified
Added
Removed
Modified
  • Presets/MobilePhoneBaseStations

    v1 v1  
     1{{{
     2#!preset
     3<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
     4        author="juestres"
     5        version="0.[[revision]]_[[date]]"
     6        icon="com_tower.png"
     7        shortdescription="mobile phone base stations"
     8        de.shortdescription="Mobilfunk-Basisstation"
     9        description="Tagging presets for mobile phone base stations (currently german provider only)"
     10        de.description="Vorlage für das Mappen von Mobilfunkmasten und -antennen mit (derzeit) deutschen Betreibern">
     11  <item name="mobile phone base stations" de.name="Mobilfunk-Basisstation" icon="com_tower.png" type="node">
     12    <link href="http://wiki.openstreetmap.org/wiki/Key:communication:mobile_phone"
     13          de.href="http://wiki.openstreetmap.org/wiki/DE:Key:communication:mobile_phone"/>
     14    <label text="Edit mobile phone base stations" de.text="Mobilfunk-Basisstation editieren" />
     15    <space />
     16    <key key="communication:mobile_phone" value="yes" />
     17    <optional>
     18      <combo key="MCC" text="Mobile Country Code" de.text="Land (Mobile Country Code)"
     19            values="262"
     20            default="262"
     21            display_values="Germany"
     22            de.display_values="Deutschland" />
     23      <link href="http://en.wikipedia.org/wiki/Mobile_country_code" text="List of Mobile Country/Network Codes" de.text="Liste von Mobile Country/Network Codes"/>
     24      <combo key="MNC" text="network operator (MNC-valid only in germany)" de.text="Netzbetreiber (MNC)"
     25              values="01,02,03,07"
     26              display_values="Telekom(germany),Vodafone(germany),E-Plus(germany),O2(germany)"
     27              de.display_values="Telekom,Vodafone,E-Plus,O2" />
     28      <space />
     29      <label text="UMTS" de.text="UMTS" />
     30      <text key="umts:LAC" text="Location Area Code (umts)" />
     31      <text key="umts:cellid" text="Cell ID (umts)" />
     32      <text key="umts:direction" text="Directions of Cell IDs" />
     33      <space />
     34      <label text="GSM" de.text="GSM" />
     35      <text key="gsm:LAC" text="Location Area Code (gsm)" />
     36      <text key="gsm:cellid" text="Cell ID (gsm)" />
     37      <text key="gsm:direction" text="Directions of Cell IDs" />
     38      <space />
     39      <label text="Not to fill, if mounted on roof" de.text="Nicht ausfüllen, wenn direkt auf Gebäudedach montiert" />
     40      <combo key="man_made" text="Mounted on" de.text="Station auf"
     41                  values="mast,chimney,water_tower"
     42                  display_values="Mast,Chimney,Water tower"
     43                  de.display_values="Funkmast,Schornstein,Wasserturm" />
     44      <text key="height" length="7" text="Height of mast (meters)" de.text="Höhe des Mastes (Meter)" />
     45      <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Telecommunications_tower" text="Advcanced Tagging"/>
     46    </optional>
     47  </item>
     48</presets>
     49}}}