mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Improve some grid region log messages to express regions at co-ordinate (e.g. 1000, 1000) rather than meter positions (256000, 256000)
This commit is contained in:
@@ -208,7 +208,7 @@ namespace OpenSim.Services.MapImageService
|
||||
|
||||
private bool CreateTile(uint zoomLevel, int x, int y)
|
||||
{
|
||||
m_log.DebugFormat("[MAP IMAGE SERVICE]: Create tile for {0} {1}, zoom {2}", x, y, zoomLevel);
|
||||
// m_log.DebugFormat("[MAP IMAGE SERVICE]: Create tile for {0} {1}, zoom {2}", x, y, zoomLevel);
|
||||
int prevWidth = (int)Math.Pow(2, (double)zoomLevel - 2);
|
||||
int thisWidth = (int)Math.Pow(2, (double)zoomLevel - 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user