mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
GeoImage implementation
This commit is contained in:
parent
aa6018cf0e
commit
1f5e82518a
3 changed files with 39 additions and 52 deletions
|
|
@ -60,7 +60,7 @@ namespace MapControl
|
|||
if (metadata.TryGetValue(geoKeyDirectoryQuery, out BitmapTypedValue geoKeyDirValue) &&
|
||||
geoKeyDirValue.Value is short[] geoKeyDirectory)
|
||||
{
|
||||
geoBitmap.Projection = GetProjection(geoKeyDirectory);
|
||||
geoBitmap.SetProjection(geoKeyDirectory);
|
||||
}
|
||||
|
||||
return geoBitmap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue