IMapLayer.SupportedMapProjections

This commit is contained in:
ClemensFischer 2025-09-19 18:49:12 +02:00
parent 046cebb341
commit b5dac4a854
8 changed files with 144 additions and 103 deletions

View file

@ -22,6 +22,7 @@ namespace MapControl
{
Brush MapBackground { get; }
Brush MapForeground { get; }
IReadOnlyCollection<string> SupportedMapProjections { get; }
}
public partial class MapBase