public void Initialize(FlowSimulation.Enviroment.Map map, Dictionary<string, object> settings)
 {
     Layers = map;
     if (Layers.Count > 0)
     {
         SelectedLayer = Layers.First();
     }
     ShowSubstrate = true;
 }