Skip to content

Commit d435ef5

Browse files
committed
Map: Reorder Providers articles
1 parent 6ed1725 commit d435ef5

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

_config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,9 +940,12 @@ navigation:
940940
controls/map/providers:
941941
title: Providers
942942
position: 3
943+
controls/map/providers/azure-map:
944+
title: Azure Maps
945+
position: 1
943946
controls/map/providers/bingmaps:
944947
title: Bing Maps
945-
position: 1
948+
position: 2
946949
controls/map/providers/bingmaps/elevation:
947950
title: Elevation
948951
position: 4
@@ -961,6 +964,7 @@ navigation:
961964
controls/map/how-to:
962965
title: How-To
963966
position: 9
967+
964968
controls/menus:
965969
title: Menus
966970
position: 290

controls/map/providers/azure-map/azuremapprovider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure Map Custom Provider
3-
page_title: Azure Map Custom Provider - RadMap
2+
title: Azure Map Provider
3+
page_title: Azure Map Provider - RadMap
44
description: RadMap can visualize tile data from the Azure API services as well as from the local file system.
55
slug: map-providers-azure-overview
66
tags: map, providers,azure

controls/map/providers/cacheprovider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: RadMap can visualize tile data from the Bing Maps and the OpenStree
55
slug: winforms/map/providers/cacheprovider
66
tags: map, providers
77
published: True
8-
position: 5
8+
position: 6
99
---
1010

1111
# CacheProvider

controls/map/providers/emptymapprovider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ description: WinForms Map's EmptyMapProvider is a provider which doesn't connect
55
slug: winforms/map/providers/emptymapprovider
66
tags: map, providers
77
published: True
8-
position: 4
8+
position: 5
99
---
1010

1111
# EmptyMapProvider
1212

1313
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.
1414

15-
# See Also
15+
## See Also
1616
* [KML reader]({%slug winforms/map/file-readers/kml-reader%})
1717
* [ESRI Shapefile reader]({%slug winforms/map/file-readers/esri-shapefile-reader%})
1818
* [SQL Geospatial reader ]({%slug winforms/map/file-readers/sql-geospatial-reader%})

controls/map/providers/localmapprovider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: WinForms Map can visualize data from local image files by using a L
55
slug: winforms/map/providers/localmapprovider
66
tags: map, providers
77
published: True
8-
position: 3
8+
position: 4
99
---
1010

1111
# LocalMapProvider

controls/map/providers/openstreetmapprovider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: WinForms Map can visualize data from the OpenStreetMaps.
55
slug: winforms/map/providers/openstreetmapprovider
66
tags: map, providers
77
published: True
8-
position: 2
8+
position: 3
99
---
1010

1111
# OpenStreetMapProvider

0 commit comments

Comments
 (0)