# Format: Efficasoft GPS Utilities Destination List # Author: Bicheng Liu # Date: 17/10/2008 # # Format described at http://www.efficasoft.com/gpsutilities_faq.html#destformat DESCRIPTION Efficasoft GPS Utilities Destination List EXTENSION csv # # FILE LAYOUT DEFINITIIONS: # FIELD_DELIMITER COMMA RECORD_DELIMITER NEWLINE BADCHARS ," # # INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE # Long,Lat,Name@SpeedLimit,Category,Range,TTS,reserved,reserved,Comment # IFIELD LON_DECIMAL, "", "%f" # Longitude IFIELD LAT_DECIMAL, "", "%f" # Latitude IFIELD SHORTNAME, "", "%s" # Name IFIELD IGNORE, "", "%s" # Category (Ignored) IFIELD IGNORE, "", "%s" # Range (Ignored) IFIELD SHORTNAME, "", "%s" # TTS IFIELD IGNORE, "", "%s" # Empty Field IFIELD IGNORE, "", "%s" # Empty Field IFIELD DESCRIPTION, "", "%s" # Comment