From your computer
Files to import have to fulfill following specifications:
- GPX: The <cmt> and <desc> tags are necessary and must always be closed and with content.
Compatible file example:
 <?xml version="1.0" encoding="UTF-8"?>
 <gpx xmlns="http://www.topografix.com/GPX/1/1">
 <trk>
 <name>Name</name>
 <cmt>Comments</cmt>
 <desc>Description</desc>
 <trkseg>
 <trkpt lat="41.979800" lon="2.525967">
 <ele>368.000000</ele>
 <time>2008-01-26T00:43:47.000-07:00</time>
 </trkpt>
 </trkseg>
 </trk>
 </gpx>
- TXT/CSV: Fields lat, lon, title, description and icon are mandatory. In the case of TXT, these fields are delimited by a tabulator (
example
[327 B] ), and in the case of CSV, by semicolon ( example
[327 B] ).
Although lat and lon parameters of the header are refered to geographic coordinates, in this case UTM coordinates must be used..Header
Description
Example
lat
Northing UTM ED50 (Y)
4620480
lon
Easting UTM ED50 (X)
402509
title
Title of the point (optional)
Manresa
description
Capital del Bages
icon
Icon (optional)
http://www.myurl.com/icones/punt.png
From the ICGC servers
You can import kml or gpx files that were previously saved on the ICGC servers using the "Export" → "Export to:" → "ICGC Servers"
To import from the ICGC servers, you must enter the name of the file that you want to recover, in the text field that has the title "From the ICGC server" in the "Import" section.