NAME

    sabx_map_ride - make an HTML map from an SABX 1.0 file

SYNOPSIS

    sabx_map_ride [OPTION]

DESCRIPTION

    Take an SABX 1.0 file and use it to generate an HTML map.  This map will
    use Google Maps to display the map.

    -i INFILE, --infile=INFILE
        SABX 1.0 file to read from

    -o OUTFILE, --outfile=OUTFILE
        HTML file to write to

    -r MARKERDIR, --marker-dir=MARKERDIR
        relative web directory for marker files

    -g IMAGEDIR, --image-dir=IMAGEDIR
        relative web directory for image files

    -c CSSDIR, --css-dir=CSSDIR
        relative web directory for css files

    -j JSDIR, --js-dir=JSDIR
        relative web directory for javascript files

    -b BASEDIR, --base-dir=BASEDIR
        relative base web directory

    -a ANALYTICS, --analytics-key=ANALYTICS
        Google analytics key (optional)

    -m, --man
        print this extended help and exit

    -h, --help
        print basic help and exit

AUTHOR

    Jay Farrimond

REPORTING BUGS

    Report bugs to <jay@sabikerides.com>

SEE ALSO

    The complete specification for SABX 1.0 files is available at 
    http://www.sabikerides.com/sabx/1/0/

    The library that this utility is built on (sabx-lib) is available at
    http://www.sabikerides.com/sabx/lib/index.html

COPYRIGHT

    sabx10 - an SABX file manipulation library
    Copyright (C) 2009, 2010 Jay Farrimond (jay@sabikerides.com)

    This file is part of sabx10.

    sabx10 is free software: you can redistribute it and/or modify it under the
    terms of the GNU General Public License as published by the Free Software
    Foundation, either version 3 of the License, or (at your option) any later
    version.

    sabx10 is distributed in the hope that it will be useful, but WITHOUT ANY
    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
    details.

    You should have received a copy of the GNU General Public License along
    with sabx10.  If not, see <http://www.gnu.org/licenses/>.