mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
First pass at making the V2 map work. Standalones only for now. There are some issues with the zoom level -- TBD.
This commit is contained in:
@@ -31,8 +31,10 @@ using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Services.Interfaces
|
||||
{
|
||||
public interface IMapService
|
||||
public interface IMapImageService
|
||||
{
|
||||
List<MapBlockData> GetMapBlocks(UUID scopeID, int minX, int minY, int maxX, int maxY);
|
||||
//List<MapBlockData> GetMapBlocks(UUID scopeID, int minX, int minY, int maxX, int maxY);
|
||||
bool AddMapTile(int x, int y, byte[] imageData, out string reason);
|
||||
byte[] GetMapTile(string fileName, out string format);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user