mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 22:46:58 +00:00
GeoImage implementation
This commit is contained in:
parent
f948f07f7e
commit
0d95dd2adb
4 changed files with 31 additions and 9 deletions
|
|
@ -11,6 +11,8 @@ namespace MapControl
|
|||
{
|
||||
private Point BitmapSize => new(bitmapSource.PixelSize.Width, bitmapSource.PixelSize.Height);
|
||||
|
||||
private ImageBrush ImageBrush => new(bitmapSource);
|
||||
|
||||
private Task LoadGeoTiffAsync(string sourcePath)
|
||||
{
|
||||
throw new InvalidOperationException("GeoTIFF is not supported.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue