summaryrefslogtreecommitdiffstats
path: root/gis/mobac/directories.ini
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2014-12-27 07:45:24 +0700
committer Robby Workman <rworkman@slackbuilds.org>2014-12-27 23:16:20 -0600
commit7e023aba7246994eb19f20a2521eb7e8f1f31a57 (patch)
tree7b77fa8b6f56d83af2080e35cf41090a104709b6 /gis/mobac/directories.ini
parent0fcfb845074678c199a4898d3ccdd0179ea3cad2 (diff)
downloadslackbuilds-7e023aba7246994eb19f20a2521eb7e8f1f31a57.tar.gz
slackbuilds-7e023aba7246994eb19f20a2521eb7e8f1f31a57.tar.xz
gis/mobac: Added (Mobile Atlas Creator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/mobac/directories.ini')
-rw-r--r--gis/mobac/directories.ini42
1 files changed, 42 insertions, 0 deletions
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