V2 map now working in grids too. WARNING: A few visible configuration variables added in order for this to work. See .ini.example changes

This commit is contained in:
Diva Canto
2011-06-13 09:13:44 -07:00
parent ab11835aeb
commit ecb28ae130
9 changed files with 193 additions and 49 deletions

View File

@@ -80,7 +80,6 @@ namespace OpenSim.Server.Handlers.MapImage
public override byte[] Handle(string path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse)
{
m_log.DebugFormat("[MAP SERVICE IMAGE HANDLER]: retrieving {0}", path);
byte[] result = new byte[0];
string format = string.Empty;