wiki:Presets/NationalGeodeticSurveyMark

Version 5 (modified by MoonfirePDX, 3 years ago) ( diff )

Change all image instances to use SVG supplied by stoecker, chance all descriptive instances of "survey point" to "survey mark" to match terminology used by NOAA NGS

National Oceanic and Atmospheric Administration National Geodetic Survey mark

<?xml version="1.0" encoding="utf-8"?>
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
         author="MoonfirePDX"
         version="0.5_2023-08-17"
         description="This preset adds details when using the survey_point tag for NOAA NGS stations."
         shortdescription="NOAA NGS station"
         link="https://wiki.openstreetmap.org/wiki/Tag:man_made%3Dsurvey_point"
         icon="survey_point.svg" >

  <group name="NOAA NGS station">
    <item name="Horizontal survey mark" icon="survey_point.svg" type="node" preset_name_label="true">
      <key key="man_made" value="survey_point" />
      <text key="name:ngs" text="Designation (usually all-caps and often abbreviated)" default="" />
      <text key="ref" text="PID (usually two letters and 4 numbers, no spaces)" default="" />
      <check key="survey_point:datum_aligned" text="Survey mark is aligned with reported coordinates" value_on="yes" value_off="" delete_if_empty="true" />
      <combo key="survey_point:purpose"
             text="Type of high-accuracy positional data"
             default="horizontal" >
        <list_entry value="horizontal" display_value="Horizontal position" />
        <list_entry value="vertical" display_value="Elevation" />
        <list_entry value="both" display_value="Horizontal position and elevation" />
      </combo>
      <combo key="survey_point:structure"
             text="Survey mark structure"
             default="medallion" >
        <list_entry value="beacon" display_value="Beacon, large purpose-built high-visibility structure or permanently installed GPS antenna" />
        <list_entry value="pillar" display_value="Pillar, tall and relatively narrow" />
        <list_entry value="pole" display_value="Pole, taller and very slender, usually metal" />
        <list_entry value="medallion" display_value="Medallion, a circular plate usually embedded in concrete or similar" />            
      </combo>
    </item>

    <item name="Horizontal and elevation survey mark" icon="survey_point.svg" type="node" preset_name_label="true">
      <key key="man_made" value="survey_point" />
      <text key="name:ngs" text="Designation (usually all-caps and often abbreviated)" default="" />
      <text key="ref" text="PID (usually two letters and 4 numbers, no spaces)" default="" />
      <text key="ele" text="Elevation (orthometric height) in meters" default="" delete_if_empty="true" />
      <check key="survey_point:datum_aligned" text="Survey mark is aligned with reported coordinates" value_on="yes" value_off="" delete_if_empty="true" />
      <combo key="survey_point:purpose"
             text="Type of high-accuracy positional data"
             default="both" >
        <list_entry value="horizontal" display_value="Horizontal position" />
        <list_entry value="vertical" display_value="Elevation" />
        <list_entry value="both" display_value="Horizontal position and elevation" />
      </combo>
      <combo key="survey_point:structure"
             text="Survey mark structure"
             default="medallion" >
        <list_entry value="beacon" display_value="Beacon, large purpose-built high-visibility structure or permanently installed GPS antenna" />
        <list_entry value="pillar" display_value="Pillar, tall and relatively narrow" />
        <list_entry value="pole" display_value="Pole, taller and very slender, usually metal" />
        <list_entry value="medallion" display_value="Medallion, a circular plate usually embedded in concrete or similar" />            
      </combo>
    </item>

    <item name="Continuously operating station" icon="survey_point.svg" type="node" preset_name_label="true">
      <key key="man_made" value="survey_point" />
      <text key="name:ngs" text="Designation (usually all-caps and often abbreviated)" default="" />
      <text key="ref" text="PID (usually two letters and 4 numbers, no spaces)" default="" />
      <text key="ele" text="Elevation (orthometric height) in meters" default="" delete_if_empty="true" />
      <check key="survey_point:datum_aligned" text="Survey mark is aligned with reported coordinates" value_on="yes" value_off="" delete_if_empty="true" />
      <combo key="survey_point:purpose"
             text="Type of high-accuracy positional data"
             default="horizontal" >
        <list_entry value="horizontal" display_value="Horizontal position" />
        <list_entry value="vertical" display_value="Elevation" />
        <list_entry value="both" display_value="Horizontal position and elevation" />
      </combo>
      <combo key="survey_point:structure"
             text="Survey mark structure"
             default="beacon" >
        <list_entry value="beacon" display_value="Beacon, large purpose-built high-visibility structure or permanently installed GPS antenna" />
        <list_entry value="pillar" display_value="Pillar, tall and relatively narrow" />
        <list_entry value="pole" display_value="Pole, taller and very slender, usually metal" />
        <list_entry value="medallion" display_value="Medallion, a circular plate usually embedded in concrete or similar" />            
      </combo>
    </item>
  </group>
</presets>

Presets_NationalGeodeticSurveyMark-preset.xml, Presets_NationalGeodeticSurveyMark.zip

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.