Skip to content

Commit 9ba3422

Browse files
Merge pull request #215354 from stevemunk/SM-Add-Creator-Preview-Features-What-is-Azure-Maps
Update about-azure-maps.md to add Creator custom styling preview feature
2 parents 99c1f23 + 647b577 commit 9ba3422

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

articles/azure-maps/about-azure-maps.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Overview for Microsoft Azure Maps
33
description: Learn about services and capabilities in Microsoft Azure Maps and how to use them in your applications.
44
author: stevemunk
55
ms.author: v-munksteve
6-
ms.date: 11/29/2021
6+
ms.date: 10/21/2022
77
ms.topic: overview
88
ms.service: azure-maps
99
services: azure-maps
@@ -168,16 +168,20 @@ Maps Creator service is a suite of web services that developers can use to creat
168168

169169
Maps Creator provides three core services:
170170

171-
* [Dataset service](/rest/api/maps/v2/dataset). Use the Dataset service to create a dataset from a converted Drawing package data. For information about Drawing package requirements, see Drawing package requirements.
171+
* [Dataset service][Dataset service]. Use the Dataset service to create a dataset from a converted Drawing package data. For information about Drawing package requirements, see Drawing package requirements.
172172

173-
* [Conversion service](/rest/api/maps/v2/dataset). Use the Conversion service to convert a DWG design file into Drawing package data for indoor maps.
173+
* [Conversion service][Conversion service]. Use the Conversion service to convert a DWG design file into Drawing package data for indoor maps.
174174

175-
* [Tileset service](/rest/api/maps/v2/tileset). Use the Tileset service to create a vector-based representation of a dataset. Applications can use a tileset to present a visual tile-based view of the dataset.
175+
* [Tileset service][Tileset]. Use the Tileset service to create a vector-based representation of a dataset. Applications can use a tileset to present a visual tile-based view of the dataset.
176176

177-
* [Feature State service](/rest/api/maps/v2/feature-state). Use the Feature State service to support dynamic map styling. Dynamic map styling allows applications to reflect real-time events on spaces provided by IoT systems.
177+
* [Custom styling service][Custom styling] (preview). Use the [style service][style] or [visual style editor][style editor] to customize the visual elements of an indoor map.
178178

179-
* [WFS service](/rest/api/maps/v2/feature-state). Use the WFS service to query your indoor map data. The WFS service follows the [Open Geospatial Consortium API](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) standards for querying a single dataset.
179+
* [Feature State service][FeatureState]. Use the Feature State service to support dynamic map styling. Dynamic map styling allows applications to reflect real-time events on spaces provided by IoT systems.
180180

181+
* [WFS service][WFS]. Use the WFS service to query your indoor map data. The WFS service follows the [Open Geospatial Consortium API](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) standards for querying a single dataset.
182+
183+
<!----* [Wayfinding service][wayfinding-preview] (preview). Use the [wayfinding API][wayfind] to generate a path between two points within a facility. Use the [routeset API][routeset] to create the data that the wayfinding service needs to generate paths.
184+
--->
181185
### Elevation service
182186

183187
The Azure Maps Elevation service is a web service that developers can use to retrieve elevation data from anywhere on the Earth’s surface.
@@ -233,3 +237,13 @@ Try a sample app that showcases Azure Maps:
233237
Stay up to date on Azure Maps:
234238

235239
[Azure Maps blog](https://azure.microsoft.com/blog/topics/azure-maps/)
240+
241+
[Dataset service]: creator-indoor-maps.md#datasets
242+
[Conversion service]: creator-indoor-maps.md#convert-a-drawing-package
243+
[Tileset]: creator-indoor-maps.md#tilesets
244+
[Custom styling]: creator-indoor-maps.md#custom-styling-preview
245+
[style]: /rest/api/maps/v20220901preview/style
246+
[style editor]: https://azure.github.io/Azure-Maps-Style-Editor
247+
[FeatureState]: creator-indoor-maps.md#feature-statesets
248+
[WFS]: creator-indoor-maps.md#web-feature-service-api
249+
<!--[wayfinding-preview]: creator-indoor-maps.md# -->

0 commit comments

Comments
 (0)