mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 06:26:41 +00:00
GeoApiProjection protected properties
This commit is contained in:
parent
544ac32ee3
commit
be0e06f581
3 changed files with 13 additions and 24 deletions
|
|
@ -25,10 +25,7 @@ namespace ProjectionDemo
|
|||
{
|
||||
viewModel.Projections.Add(new MapControl.Projections.WebMercatorProjection());
|
||||
|
||||
viewModel.Projections.Add(new GeoApiProjection
|
||||
{
|
||||
WKT = await httpClient.GetStringAsync("https://epsg.io/25832.wkt") // ETRS89 / UTM zone 32N
|
||||
});
|
||||
viewModel.Projections.Add(new GeoApiProjection(await httpClient.GetStringAsync("https://epsg.io/25832.wkt"))); // ETRS89 / UTM zone 32N
|
||||
|
||||
viewModel.Layers.Add(
|
||||
"OpenStreetMap WMS",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue