mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Add delete maptile ability to MapImageService - yet untested
This commit is contained in:
committed by
Melanie
parent
ae56b946cf
commit
a53272c5fb
@@ -35,6 +35,7 @@ namespace OpenSim.Services.Interfaces
|
||||
{
|
||||
//List<MapBlockData> GetMapBlocks(UUID scopeID, int minX, int minY, int maxX, int maxY);
|
||||
bool AddMapTile(int x, int y, byte[] imageData, out string reason);
|
||||
bool RemoveMapTile(int x, int y, out string reason);
|
||||
byte[] GetMapTile(string fileName, out string format);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user