Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -940,9 +940,12 @@ navigation:
controls/map/providers:
title: Providers
position: 3
controls/map/providers/azure-map:
title: Azure Maps
position: 1
controls/map/providers/bingmaps:
title: Bing Maps
position: 1
position: 2
controls/map/providers/bingmaps/elevation:
title: Elevation
position: 4
Expand All @@ -961,6 +964,7 @@ navigation:
controls/map/how-to:
title: How-To
position: 9

controls/menus:
title: Menus
position: 290
Expand Down
4 changes: 2 additions & 2 deletions controls/map/providers/azure-map/azuremapprovider.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Azure Map Custom Provider
page_title: Azure Map Custom Provider - RadMap
title: Azure Map Provider
page_title: Azure Map Provider - RadMap
description: RadMap can visualize tile data from the Azure API services as well as from the local file system.
slug: map-providers-azure-overview
tags: map, providers,azure
Expand Down
2 changes: 1 addition & 1 deletion controls/map/providers/cacheprovider.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: RadMap can visualize tile data from the Bing Maps and the OpenStree
slug: winforms/map/providers/cacheprovider
tags: map, providers
published: True
position: 5
position: 6
---

# CacheProvider
Expand Down
4 changes: 2 additions & 2 deletions controls/map/providers/emptymapprovider.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ description: WinForms Map's EmptyMapProvider is a provider which doesn't connect
slug: winforms/map/providers/emptymapprovider
tags: map, providers
published: True
position: 4
position: 5
---

# EmptyMapProvider

The __EmptyMapProvider__ is a provider which doesn't connect to any real imagery services. It provides definitions and methods which can be used to calculate positions of the framework elements, map shapes and pin points. By using this provider you can create map-relative applications which do not require visibility of the real map data (landscapes or roads), but which require visible elements to be positioned according to the geographical coordinates.

# See Also
## See Also
* [KML reader]({%slug winforms/map/file-readers/kml-reader%})
* [ESRI Shapefile reader]({%slug winforms/map/file-readers/esri-shapefile-reader%})
* [SQL Geospatial reader ]({%slug winforms/map/file-readers/sql-geospatial-reader%})
2 changes: 1 addition & 1 deletion controls/map/providers/localmapprovider.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: WinForms Map can visualize data from local image files by using a L
slug: winforms/map/providers/localmapprovider
tags: map, providers
published: True
position: 3
position: 4
---

# LocalMapProvider
Expand Down
2 changes: 1 addition & 1 deletion controls/map/providers/openstreetmapprovider.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: WinForms Map can visualize data from the OpenStreetMaps.
slug: winforms/map/providers/openstreetmapprovider
tags: map, providers
published: True
position: 2
position: 3
---

# OpenStreetMapProvider
Expand Down