From 7e023aba7246994eb19f20a2521eb7e8f1f31a57 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sat, 27 Dec 2014 07:45:24 +0700 Subject: gis/mobac: Added (Mobile Atlas Creator). Signed-off-by: Willy Sudiarto Raharjo --- gis/mobac/directories.ini | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 gis/mobac/directories.ini (limited to 'gis/mobac/directories.ini') diff --git a/gis/mobac/directories.ini b/gis/mobac/directories.ini new file mode 100644 index 0000000000..fd4a41091c --- /dev/null +++ b/gis/mobac/directories.ini @@ -0,0 +1,42 @@ +################################################ +# MOBAC system wide directory configuration +################################################ +# +# For activating this configuration file rename it to "directories.ini" +# and place it in the same directory as the file Mobile_Atlas_Creator.jar +# +# You can use any available system variable - but you have to write it in Java notation +# +# Therefore the tmp directory is available on all platforms via "${TMP}" +# +# Besides the default system variables MOBAC defines two own variables: +# +# ${home} +# user home directory, e.g. /home/username/ on Linux +# +# ${mobac-prog} +# directory where MOBAC (or to be detailed Mobile_Atlas_Creator.jar) has been installed into +# +# Notes: +# Absolute pathes are also valid + +#Uncomment one of the following lines starting with "mobac." for redefining the directory + +# Directory where to save settings.xml and search for log4j.xml +mobac.usersettingsdir=${home}/.mobac + +# Directory where to save and load atlas profiles +mobac.atlasprofilesdir=${home}/.mobac + +# Directory where to search "map packs", custom maps and beanShell map sources +# Updated map packs are also saved into this directory overwriting old ones +mobac.mapsourcesdir=${mobac-prog}/mapsources + +# Directory where to create the cache databases of downloaded tiles +mobac.tilestoredir=${home}/.cache/mobac + +# Directory where to save config files for executing external tools from within MOBAC +#mobac.toolsdir=${mobac-prog}/tools + +# Directory where to create the temporary download container +mobac.tmpdir=/tmp -- cgit v1.2.3-65-gdbad