SupportedCrsIds

This commit is contained in:
ClemensFischer 2025-09-19 20:22:10 +02:00
parent 7da0f7f9af
commit 5bba4d6a1b
6 changed files with 11 additions and 11 deletions

View file

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