using Core.Components.DotSpatial.Data; namespace Core.Components.DotSpatial.TestUtil { /// /// A class representing a MapData type which is not in the regular codebase. /// public class TestMapData : MapData { } }