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
|
|
@ -47,7 +47,7 @@ namespace MapControl
|
|||
|
||||
if (metadata.GetQuery(QueryString(GeoKeyDirectoryTag)) is short[] geoKeyDirectory)
|
||||
{
|
||||
geoBitmap.Projection = GetProjection(geoKeyDirectory);
|
||||
geoBitmap.SetProjection(geoKeyDirectory);
|
||||
}
|
||||
|
||||
if (metadata.GetQuery(QueryString(NoDataTag)) is string noData &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue