Improve description of GenerateMapTiles config option
parent
917c1695a1
commit
20760fde25
|
@ -338,19 +338,20 @@
|
||||||
|
|
||||||
|
|
||||||
[Map]
|
[Map]
|
||||||
|
;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true
|
||||||
|
;; Map tile options.
|
||||||
|
;; If true, then maptiles are generated using the MapImageModule below.
|
||||||
|
;; If false then the texture referenced by MaptileStaticUUID is used instead, which can also be overriden
|
||||||
|
;; in individual region config file(s). If you do not want to upload map tiles at all, then you will need
|
||||||
|
;; both to set this to false and comment out the [Modules] MapImageServiceModule setting in config-include/
|
||||||
|
; GenerateMaptiles = true
|
||||||
|
|
||||||
;# {MapImageModule} [] {The map image module to use} {MapImageModule Warp3DImageModule} MapImageModule
|
;# {MapImageModule} [] {The map image module to use} {MapImageModule Warp3DImageModule} MapImageModule
|
||||||
;; The module to use in order to generate map images.
|
;; The module to use in order to generate map images.
|
||||||
;; MapImageModule is the default. Warp3DImageModule is an alternative experimental module that can
|
;; MapImageModule is the default. Warp3DImageModule is an alternative experimental module that can
|
||||||
;; generate better images.
|
;; generate better images.
|
||||||
;MapImageModule = "MapImageModule"
|
;MapImageModule = "MapImageModule"
|
||||||
|
|
||||||
;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true
|
|
||||||
;; Map tile options. You can choose to generate normal maptiles or nominate an uploaded texture to
|
|
||||||
;; be the map tile using the MaptileStaticUUID parameter in this section or for individual regions in
|
|
||||||
;; the regions config file(s). If you do not want to upload map tiles at all, then you will need
|
|
||||||
;; to disable the MapImageServiceModule entirely.
|
|
||||||
; GenerateMaptiles = true
|
|
||||||
|
|
||||||
;# {MaptileRefresh} {GenerateMaptiles} {Maptile refresh period?} {} 0
|
;# {MaptileRefresh} {GenerateMaptiles} {Maptile refresh period?} {} 0
|
||||||
;; If desired, a running region can update the map tiles periodically
|
;; If desired, a running region can update the map tiles periodically
|
||||||
;; to reflect building activity. This names no sense of you don't have
|
;; to reflect building activity. This names no sense of you don't have
|
||||||
|
|
Loading…
Reference in New Issue