Changes between Initial Version and Version 1 of Presets/NationalGeodeticSurveyMark


Ignore:
Timestamp:
2023-07-24T05:14:02+02:00 (3 years ago)
Author:
MoonfirePDX
Comment:

Initial commit, starting framework for station marks

Legend:

Unmodified
Added
Removed
Modified
  • Presets/NationalGeodeticSurveyMark

    v1 v1  
     1= [[Image(mark_LX0771.jpg,middle,inline)]] National Oceanic and Atmospheric Administration National Geodetic Survey mark =
     2
     3
     4{{{
     5#!preset
     6<?xml version="1.0" encoding="utf-8"?>
     7<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
     8         author="MoonfirePDX"
     9         version="0.[[revision]]_[[date]]"
     10         description="This preset adds details when using the survey_point tag for NOAA NGS stations."
     11         shortdescription="NOAA NGS station"
     12         link="https://wiki.openstreetmap.org/wiki/Tag:man_made%3Dsurvey_point"
     13         icon="survey_point.png" >
     14
     15  <group name="NOAA NGS station">
     16    <item name="Horizontal survey mark" icon="survey_mark.png" type="node" preset_name_label="true">
     17      <key key="man_made" value="survey_point" />
     18          <text key="name:ngs" text="Designation (usually all-caps and often abbreviated)" default="" />
     19          <text key="ref" text="PID (usually two letters and 4 numbers, no spaces)" default="" />
     20          <check key="survey_point:datum_aligned" text="Survey point is aligned with reported coordinates" value_on="yes" value_off="" delete_if_empty="true" />
     21          <combo key="survey_point:purpose"
     22                 text="Type of high-accuracy positional data"
     23             default="horizontal" >
     24        <list_entry value="horizontal" display_value="Horizontal position" />
     25                <list_entry value="vertical" display_value="Elevation" />
     26                <list_entry value="both" display_value="Horizontal position and elevation" />
     27          </combo>
     28          <combo key="survey_point:structure"
     29                 text="Survey mark structure"
     30             default="medallion" >
     31        <list_entry value="beacon" display_value="Beacon, large purpose-built high-visibility structure or permanently installed GPS antenna" />
     32                <list_entry value="pillar" display_value="Pillar, tall and relatively narrow" />
     33                <list_entry value="pole" display_value="Pole, taller and very slender, usually metal" />
     34                <list_entry value="medallion" display_value="Medallion, a circular plate usually embedded in concrete or similar" />           
     35          </combo>
     36        </item>
     37   
     38    <item name="Horizontal and elevation survey mark" icon="survey_mark.png" type="node" preset_name_label="true">
     39      <key key="man_made" value="survey_point" />
     40          <text key="name:ngs" text="Designation (usually all-caps and often abbreviated)" default="" />
     41          <text key="ref" text="PID (usually two letters and 4 numbers, no spaces)" default="" />
     42          <text key="ele" text="Elevation (orthometric height) in meters" default="" delete_if_empty="true" />
     43          <check key="survey_point:datum_aligned" text="Survey point is aligned with reported coordinates" value_on="yes" value_off="" delete_if_empty="true" />
     44          <combo key="survey_point:purpose"
     45                 text="Type of high-accuracy positional data"
     46             default="both" >
     47        <list_entry value="horizontal" display_value="Horizontal position" />
     48                <list_entry value="vertical" display_value="Elevation" />
     49                <list_entry value="both" display_value="Horizontal position and elevation" />
     50          </combo>
     51                  <combo key="survey_point:structure"
     52                 text="Survey mark structure"
     53             default="medallion" >
     54        <list_entry value="beacon" display_value="Beacon, large purpose-built high-visibility structure or permanently installed GPS antenna" />
     55                <list_entry value="pillar" display_value="Pillar, tall and relatively narrow" />
     56                <list_entry value="pole" display_value="Pole, taller and very slender, usually metal" />
     57                <list_entry value="medallion" display_value="Medallion, a circular plate usually embedded in concrete or similar" />           
     58          </combo>
     59        </item>
     60       
     61        <item name="Continuously operating station" icon="survey_mark.png" type="node" preset_name_label="true">
     62      <key key="man_made" value="survey_point" />
     63          <text key="name:ngs" text="Designation (usually all-caps and often abbreviated)" default="" />
     64          <text key="ref" text="PID (usually two letters and 4 numbers, no spaces)" default="" />
     65          <text key="ele" text="Elevation (orthometric height) in meters" default="" delete_if_empty="true" />
     66          <check key="survey_point:datum_aligned" text="Survey point is aligned with reported coordinates" value_on="yes" value_off="" delete_if_empty="true" />
     67          <combo key="survey_point:purpose"
     68                 text="Type of high-accuracy positional data"
     69             default="horizontal" >
     70        <list_entry value="horizontal" display_value="Horizontal position" />
     71                <list_entry value="vertical" display_value="Elevation" />
     72                <list_entry value="both" display_value="Horizontal position and elevation" />
     73          </combo>
     74                  <combo key="survey_point:structure"
     75                 text="Survey mark structure"
     76             default="beacon" >
     77        <list_entry value="beacon" display_value="Beacon, large purpose-built high-visibility structure or permanently installed GPS antenna" />
     78                <list_entry value="pillar" display_value="Pillar, tall and relatively narrow" />
     79                <list_entry value="pole" display_value="Pole, taller and very slender, usually metal" />
     80                <list_entry value="medallion" display_value="Medallion, a circular plate usually embedded in concrete or similar" />           
     81          </combo>
     82        </item>
     83  </group>
     84</presets>
     85}}}