
The
For-
mats
15
This option has a special format that is best demonstrated by example:
"road=I-599!limited!Beecher St.!major"
This option will cause any road named "I-599" to become a limited-access highway and any road named
"Beecher St." to become a major connector. Note that roads that have had their types changed in this way
are not editable in Street Atlas, so make sure they are where you want them before you change them, and
make sure to keep a backup of your original road layer. Note that the ! is a shell metacharacter in bash and
possibly other shells, so you may have to use single quotes or some other escape mechanism.
There is a tutorial on how to create an onramp for a limited access highway in Street Atlas USA using
GPSBabel. [http://www.gpsbabel.org/formats/delorme-new-interstate/]
nogc option
Do not add geocache data to description.
If your original data contains geocaching-specific information such as difficulty and terrain, GPSBabel
will automatically include that information in the waypoint descriptions in the generated drawing file. If
you do not want that, specify the "nogc" option on the command line:
gpsbabel -i gpx -f 12345.gpx -o an1,nogc -F 12345.an1
nourl option
Do not add URLs to description.
If your original waypoint data contains URLs, GPSBabel will include them as links in the generated draw-
ing file. This causes the waypoint symbol to have a blue border, and it causes the waypoint text to be
drawn in blue with an underline.
If you do not want this behavior, specify the "nourl" option on the command line:
gpsbabel -i gpx -f 12345.gpx -o an1,nourl -F 12345.an1
deficon option
Symbol to use for point data.
This option allows you to specify which symbol to use for points that don't have a symbol already. It
defaults to "Red Flag" but it accepts any symbol name you can put in a DeLorme export file. To find the
name of a specific symbol in Street Atlas, let the mouse pointer hover over it for a few seconds and the
name will be displayed.
color option
Color for lines or mapnotes.
This option allows you to specify the color for line or mapnote data. It accepts color names of the form
"#FF0000" (red) or any of the color names from the Cascading Style Sheets (CSS) specification.
Comentarios a estos manuales