5 lines
139 B
Ruby
5 lines
139 B
Ruby
# Set location of GPX trace files
|
|
GPX_TRACE_DIR = "/home/osm/traces"
|
|
|
|
# Set location of GPX image files
|
|
GPX_IMAGE_DIR = "/home/osm/images"
|