aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorMelanie2010-08-20 08:36:23 +0100
committerMelanie2010-08-20 08:36:23 +0100
commitae554a48d0cea61d05dc931c04f336d83de4834b (patch)
treeb5bf93da7bb9a115c36967ccce681c8f29215dd0 /bin/OpenSim.ini.example
parentMerge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC_OLD-ae554a48d0cea61d05dc931c04f336d83de4834b.zip
opensim-SC_OLD-ae554a48d0cea61d05dc931c04f336d83de4834b.tar.gz
opensim-SC_OLD-ae554a48d0cea61d05dc931c04f336d83de4834b.tar.bz2
opensim-SC_OLD-ae554a48d0cea61d05dc931c04f336d83de4834b.tar.xz
Add some maptile options, change maptile generation from OpenSimBase to Scene
to make it more configurable.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 3dc8f23..1ac4845 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -222,6 +222,12 @@
222 222
223 ;WorldMapModule = "WorldMap" 223 ;WorldMapModule = "WorldMap"
224 ;MapImageModule = "MapImageModule" 224 ;MapImageModule = "MapImageModule"
225 ; Set to false to not generate any maptiles
226 ;GenerateMaptiles = "true"
227 ; Refreah (in seconds) the map tile periodically
228 ;MaptileRefresh = 0
229 ; If not generating maptiles, use this static texture asset ID
230 ;MaptileStaticUUID = "00000000-0000-0000-0000-000000000000"
225 231
226 ; ## 232 ; ##
227 ; ## EMAIL MODULE 233 ; ## EMAIL MODULE