diff options
author | Justin Clark-Casey (justincc) | 2013-02-27 00:26:34 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-02-27 00:27:21 +0000 |
commit | 917c1695a15c3b8a53c14ede95694ee63e8fac6e (patch) | |
tree | 552208ed85d88a2fff54789fe330468e1d6280d5 | |
parent | Make sure we dispose of WebResponse, StreamReader and Stream in various place... (diff) | |
download | opensim-SC-917c1695a15c3b8a53c14ede95694ee63e8fac6e.zip opensim-SC-917c1695a15c3b8a53c14ede95694ee63e8fac6e.tar.gz opensim-SC-917c1695a15c3b8a53c14ede95694ee63e8fac6e.tar.bz2 opensim-SC-917c1695a15c3b8a53c14ede95694ee63e8fac6e.tar.xz |
Add documentation on default or Warp3D image module choice to OpenSim.ini.example.
As before, default is MapImageModule.
Thanks to Ai Austin for pointing out this omission.
-rw-r--r-- | bin/OpenSim.ini.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 2756b32..b465a25 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -338,6 +338,12 @@ | |||
338 | 338 | ||
339 | 339 | ||
340 | [Map] | 340 | [Map] |
341 | ;# {MapImageModule} [] {The map image module to use} {MapImageModule Warp3DImageModule} MapImageModule | ||
342 | ;; The module to use in order to generate map images. | ||
343 | ;; MapImageModule is the default. Warp3DImageModule is an alternative experimental module that can | ||
344 | ;; generate better images. | ||
345 | ;MapImageModule = "MapImageModule" | ||
346 | |||
341 | ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true | 347 | ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true |
342 | ;; Map tile options. You can choose to generate normal maptiles or nominate an uploaded texture to | 348 | ;; Map tile options. You can choose to generate normal maptiles or nominate an uploaded texture to |
343 | ;; be the map tile using the MaptileStaticUUID parameter in this section or for individual regions in | 349 | ;; be the map tile using the MaptileStaticUUID parameter in this section or for individual regions in |