Mantis#2860. Thank you kindly, Thomax for a patch that:

Improves map image representation.
This commit is contained in:
Charles Krinke
2008-12-21 00:27:32 +00:00
parent 119104e35b
commit f8f93f4c48

View File

@@ -246,7 +246,7 @@ namespace OpenSim.Region.Environment.Modules.World.WorldMap
if (part.Shape == null)
continue;
if (part.Shape.PCode == (byte)PCode.Tree || part.Shape.PCode == (byte)PCode.NewTree)
if (part.Shape.PCode == (byte)PCode.Tree || part.Shape.PCode == (byte)PCode.NewTree || part.Shape.PCode == (byte)PCode.Grass)
continue; // eliminates trees from this since we don't really have a good tree representation
// if you want tree blocks on the map comment the above line and uncomment the below line
//mapdotspot = Color.PaleGreen;