mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Added WMS GetFeatureInfo support
This commit is contained in:
parent
cd3c8585c9
commit
0d70887d37
8 changed files with 111 additions and 25 deletions
|
|
@ -195,9 +195,9 @@ namespace ViewModel
|
|||
MaxBoundingBoxWidth = 360;
|
||||
}
|
||||
|
||||
protected override string GetImageUri()
|
||||
protected override string GetMapRequestUri()
|
||||
{
|
||||
return base.GetImageUri()
|
||||
return base.GetMapRequestUri()
|
||||
.Replace("&CRS=AUTO2:97001,", "&CRS=AUTO2:7CS01,")
|
||||
.Replace("&CRS=AUTO2:97002,", "&CRS=AUTO2:7CS02,");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue