From 21353de9b729e2f01da52eb9664df4d53de638e3 Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Sat, 19 Nov 2011 00:34:56 +0000 Subject: [PATCH] Enable v2/v3 map tile url setting on robust as default in config This is necessary to see map tiles on v2/v3 viewers and appears to work fine --- bin/Robust.HG.ini.example | 2 +- bin/Robust.ini.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index a23063d4c8..eee7dc894c 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example @@ -237,7 +237,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 AllowRemoteSetLoginLevel = "false" ; For V2 map - ; MapTileURL = "http://127.0.0.1:8002"; + MapTileURL = "http://127.0.0.1:8002"; ; If you run this login server behind a proxy, set this to true ; HasProxy = false diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 897cfde6f9..beef1c30fe 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example @@ -222,7 +222,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 AllowRemoteSetLoginLevel = "false" ; For V2 map - ; MapTileURL = "http://127.0.0.1:8002"; + MapTileURL = "http://127.0.0.1:8002"; ; If you run this login server behind a proxy, set this to true ; HasProxy = false