using Core.Components.Gis.Data; namespace Core.Components.DotSpatial.TestUtil { /// /// A class representing a implementation which is not in the regular codebase. /// public class TestMapData : MapData { public TestMapData(string name) : base(name) {} } }