Importing "loc" or "easy GPS" file formats

DC Kelley
DC Kelley Global Mapper UserTrusted User
edited April 2012 in GIS Data Sources
I have been given some monuments in a format called "EasyGPS" in an xml style with an extension of *.loc - Can GM import this one as a set of points? As far as I can tell this format seems to be used by 'geo caching' type to relate points. This one came from a site at http://www.geocaching.com In my case it contains the location of local monument data. Here is a fragment, and a larger file is attached.
<?xml  version="1.0" encoding="ISO-8859-1" ?> 
  [URL="http://www.globalmapperforum.com/forums/"]-[/URL] <loc version="[B]1.0[/B]" src="[B]EasyGPS[/B]">
   [URL="http://www.globalmapperforum.com/forums/"]-[/URL] <waypoint>
          <name id="[B]AE4806[/B]">AE4806</name> 
          <coord lat="[B]33.886256[/B]"  lon="[B]-112.034355[/B]" />
          <type>benchmark</type> 
          <link text="[B]Benchmark Details[/B]">http://www.geocaching.com/mark/details.aspx?PID=AE4806</link>  
   </waypoint>
  [URL="http://www.globalmapperforum.com/forums/"]-[/URL] <waypoint>
          <name id="[B]AE4807[/B]">AE4807</name> 
          <coord lat="[B]33.820975[/B]"  lon="[B]-112.028322[/B]" /> 
          <type>benchmark</type> 
          <link text="[B]Benchmark Details[/B]">http://www.geocaching.com/mark/details.aspx?PID=AE4807</link>  
    </waypoint>
-- cut ---- cut ---- cut ---- cut ---- cut ---- cut ---- cut --

Comments