You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/tutorial-create-store-locator.md
+16-13Lines changed: 16 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
title: 'Tutorial: Use Microsoft Azure Maps to create store locator web applications'
3
3
titleSuffix: Microsoft Azure Maps
4
4
description: Tutorial on how to use Microsoft Azure Maps to create store locator web applications.
5
-
author: eriklindeman
6
-
ms.author: eriklind
5
+
author: sinnypan
6
+
ms.author: sipa
7
7
ms.date: 01/03/2022
8
8
ms.topic: tutorial
9
9
ms.service: azure-maps
@@ -42,12 +42,12 @@ In this tutorial, you'll learn how to:
42
42
43
43
In this tutorial, you'll create a store locator for a fictional company named *Contoso Coffee*. Also, this tutorial includes some tips to help you learn about extending the store locator with other optional functionality.
44
44
45
-
To see a live sample of what you will create in this tutorial, see [Simple Store Locator] on the **Azure Maps Code Samples** site.
45
+
To see a live sample of what you're creating in this tutorial, see [Simple Store Locator] on the **Azure Maps Code Samples** site.
46
46
47
-
To more easily follow and engage this tutorial, you'll need to download the following resources:
47
+
To more easily follow and engage this tutorial, download the following resources:
48
48
49
-
*Full source code for the [Simple Store Locator](https://github.com/Azure-Samples/AzureMapsCodeSamples/tree/master/Samples/Tutorials/Simple%20Store%20Locator) on GitHub.
50
-
*[Store location data](https://github.com/Azure-Samples/AzureMapsCodeSamples/tree/master/Samples/Tutorials/Simple%20Store%20Locator/data) that you'll import into the store locator dataset.
49
+
*[Simple Store Locator] source code.
50
+
*[Store location data] used to import into the store locator dataset.
51
51
* The [Map images].
52
52
53
53
## Store locator features
@@ -213,7 +213,7 @@ To create the HTML:
213
213
</main>
214
214
```
215
215
216
-
After you finish, *index.html* should look like [Simple Store Locator.html].
216
+
After you finish, *index.html* should look like _[Simple Store Locator.html]_ in the tutorial sample code.
217
217
218
218
## Define the CSS styles
219
219
@@ -1015,7 +1015,7 @@ In this tutorial, you learned how to create a basic store locator by using Azure
1015
1015
1016
1016
## Additional information
1017
1017
1018
-
* For the completed code used inthis tutorial, see the [Simple Store Locator](https://github.com/Azure-Samples/AzureMapsCodeSamples/tree/master/Samples/Tutorials/Simple%20Store%20Locator) tutorial on GitHub.
1018
+
* For the completed code, see the [Simple Store Locator tutorial on GitHub].
1019
1019
* To view this sample live, see [Simple Store Locator] on the **Azure Maps Code Samples** site.
1020
1020
* learn more about the coverage and capabilities of Azure Maps by using [Zoom levels and tile grid].
1021
1021
* You can also [Use data-driven style expressions] to apply to your business logic.
@@ -1032,21 +1032,24 @@ To see more code examples and an interactive coding experience:
1032
1032
[Manage authentication in Azure Maps]: how-to-manage-authentication.md
1033
1033
[Visual Studio Code]: https://code.visualstudio.com
1034
1034
[Simple Store Locator]: https://samples.azuremaps.com/?sample=simple-store-locator
1035
+
[Simple Store Locator tutorial on GitHub]: https://github.com/Azure-Samples/AzureMapsCodeSamples/tree/master/Samples/Tutorials/Simple%20Store%20Locator
1036
+
[Simple Store Locator.html]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/master/Samples/Tutorials/Simple%20Store%20Locator/Simple%20Store%20Locator.html
[Simple Store Locator.html]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/master/Samples/Tutorials/Simple%20Store%20Locator/Simple%20Store%20Locator.html
[Azure App Service Web App]: ../app-service/quickstart-html.md
1049
1051
[SQL Server spatial data types overview]:/sql/relational-databases/spatial/spatial-data-types-overview?preserve-view=true&view=sql-server-2017
1050
1052
[Query spatial data for the nearest neighbor]:/sql/relational-databases/spatial/query-spatial-data-for-nearest-neighbor?preserve-view=true&view=sql-server-2017
1051
1053
[Zoom levels and tile grid]: zoom-levels-and-tile-grid.md
0 commit comments