Make the location of the GPX traces configurable.

This commit is contained in:
Tom Hughes 2008-08-07 11:31:42 +00:00
parent 3336fd9469
commit 6d7e69d4d3
2 changed files with 8 additions and 5 deletions

View file

@ -0,0 +1,5 @@
# Set location of GPX trace files
GPX_TRACE_DIR = "/home/osm/traces"
# Set location of GPX image files
GPX_IMAGE_DIR = "/home/osm/images"