mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Moved the map tile processing used by the Simian Grid
Frontend into a separate region module. Configuration settings added to the defaults ini file. Others may find this useful for pushing map tiles to a separate server.
This commit is contained in:
@@ -1240,6 +1240,14 @@
|
||||
; Enable media on a prim facilities
|
||||
Enabled = true;
|
||||
|
||||
;;
|
||||
;; If you are using a simian grid frontend you can enable
|
||||
;; this module to upload tile images for the mapping fn
|
||||
;;
|
||||
[SimianGridMaptiles]
|
||||
Enabled = False
|
||||
MaptileURL = "http://www.mygrid.com/Grid/"
|
||||
RefreshTime = 3600
|
||||
|
||||
;;
|
||||
;; These are defaults that are overwritten below in [Architecture].
|
||||
|
||||
Reference in New Issue
Block a user