diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 26eb8ed..7e7b231 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -265,9 +265,10 @@ | |||
265 | ; DefaultScriptEngine = "XEngine" | 265 | ; DefaultScriptEngine = "XEngine" |
266 | 266 | ||
267 | ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true | 267 | ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true |
268 | ;; Map tile options. You can choose to generate no map tiles at all, | 268 | ;; Map tile options. You can choose to generate normal maptiles or nominate an uploaded texture to |
269 | ;; generate normal maptiles, or nominate an uploaded texture to | 269 | ;; be the map tile using the MaptileStaticUUID parameter in this section or for individual regions in |
270 | ;; be the map tile | 270 | ;; the regions config file(s). If you do not want to upload map tiles at all, then you will need |
271 | ;; to disable the MapImageServiceModule entirely. | ||
271 | ; GenerateMaptiles = true | 272 | ; GenerateMaptiles = true |
272 | 273 | ||
273 | ;# {MaptileRefresh} {GenerateMaptiles} {Maptile refresh period?} {} 0 | 274 | ;# {MaptileRefresh} {GenerateMaptiles} {Maptile refresh period?} {} 0 |