diff options
author | Marck | 2010-12-13 21:19:33 +0100 |
---|---|---|
committer | Marck | 2010-12-13 21:20:48 +0100 |
commit | 9a24c0b41c786f49766c212c656f8162e4c263ef (patch) | |
tree | d10e0ee6fa7398d79a937426218c7a6ee80e6aa7 /bin/config-include/GridCommon.ini.example | |
parent | It turns out that the 1/2 sec burst for prims download is not a bug, but a fe... (diff) | |
download | opensim-SC-9a24c0b41c786f49766c212c656f8162e4c263ef.zip opensim-SC-9a24c0b41c786f49766c212c656f8162e4c263ef.tar.gz opensim-SC-9a24c0b41c786f49766c212c656f8162e4c263ef.tar.bz2 opensim-SC-9a24c0b41c786f49766c212c656f8162e4c263ef.tar.xz |
Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink.
Configuration option AssetService in section [GridService] must be set to enable this functionality.
Map tiles do currently not show for hyperlinks set in simulators that are connected to grids, see Mantis #5270.
Diffstat (limited to 'bin/config-include/GridCommon.ini.example')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 1122cbd..761e5eb 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -42,6 +42,9 @@ | |||
42 | GridServerURI = "http://mygridserver.com:8003" | 42 | GridServerURI = "http://mygridserver.com:8003" |
43 | ;AllowHypergridMapSearch = true | 43 | ;AllowHypergridMapSearch = true |
44 | 44 | ||
45 | ;; Directory for map tile images of linked regions | ||
46 | ; MapTileDirectory = "./" | ||
47 | |||
45 | [AvatarService] | 48 | [AvatarService] |
46 | ; | 49 | ; |
47 | ; change this to your grid-wide grid server | 50 | ; change this to your grid-wide grid server |