Name
alacarte-maps-importer — utility for preprocessing data for alacarte-maps-server.
Synopsis
alacarte-maps-importer [OPTIONS] INPUT [OUTPUT]
DESCRIPTION
alaCarte importer converts data from an osm xml file to alaCarte’s own file format.
OPTIONS
-
-h, --help
-
Produce help message.
-
-c, --config <path> (=alacarte-maps.conf)
-
Specifies a config file which will be loaded at program start. Absolute and
relative paths are possible. Additionally we search in /etc.
-
-l, --logfile <path> (=log.txt)
-
Specifies the location of the logfile.
-
-i, --importer.osm-data <path>
-
Path to a xml file containing osm data.
-
-g, --importer.geo-data <path> (=ala.carte)
-
Path where preprocessed data will be saved.
-
-x, --importer.check-xml-entities <num> (=1)
-
Specifies whether the parser should ignore unknown entities. If set to 0 it
ignores entities the importer doesn’t know, if set to 1 an exception is thrown
at unknown entities.
EXAMPLES
$ alacarte-maps-importer osm_export.osm data.carte