Make the location of the GPX traces configurable.
This commit is contained in:
parent
3336fd9469
commit
6d7e69d4d3
2 changed files with 8 additions and 5 deletions
5
config/initializers/gpx.rb
Normal file
5
config/initializers/gpx.rb
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue