Skip to content

Commit 34736c3

Browse files
committed
Updated author and ms.author values, hyperlinks, and addressed some minor grammatical issues.
1 parent cf92246 commit 34736c3

File tree

4 files changed

+108
-77
lines changed

4 files changed

+108
-77
lines changed

articles/azure-maps/tutorial-create-store-locator.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: 'Tutorial: Use Microsoft Azure Maps to create store locator web applications'
33
titleSuffix: Microsoft Azure Maps
44
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
77
ms.date: 01/03/2022
88
ms.topic: tutorial
99
ms.service: azure-maps
@@ -42,12 +42,12 @@ In this tutorial, you'll learn how to:
4242

4343
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.
4444

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.
4646

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:
4848

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.
5151
* The [Map images].
5252

5353
## Store locator features
@@ -213,7 +213,7 @@ To create the HTML:
213213
</main>
214214
```
215215

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.
217217

218218
## Define the CSS styles
219219

@@ -1015,7 +1015,7 @@ In this tutorial, you learned how to create a basic store locator by using Azure
10151015

10161016
## Additional information
10171017

1018-
* For the completed code used in this 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].
10191019
* To view this sample live, see [Simple Store Locator] on the **Azure Maps Code Samples** site.
10201020
* learn more about the coverage and capabilities of Azure Maps by using [Zoom levels and tile grid].
10211021
* 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:
10321032
[Manage authentication in Azure Maps]: how-to-manage-authentication.md
10331033
[Visual Studio Code]: https://code.visualstudio.com
10341034
[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
1037+
10351038
[data]: https://github.com/Azure-Samples/AzureMapsCodeSamples/tree/master/Samples/Tutorials/Simple%20Store%20Locator/data
10361039
[Search service]: /rest/api/maps/search
10371040
[Spherical Mercator projection]: glossary.md#spherical-mercator-projection
10381041
[EPSG:3857]: https://epsg.io/3857
10391042
[EPSG:4326]: https://epsg.io/4326
10401043
[ContosoCoffee.xlsx]: https://github.com/Azure-Samples/AzureMapsCodeSamples/tree/master/Samples/Tutorials/Simple%20Store%20Locator/data
10411044
[Map images]: https://github.com/Azure-Samples/AzureMapsCodeSamples/tree/master/Samples/Tutorials/Simple%20Store%20Locator/images
1042-
[Simple Store Locator.html]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/master/Samples/Tutorials/Simple%20Store%20Locator/Simple%20Store%20Locator.html
10431045
[event listener]: /javascript/api/azure-maps-control/atlas.map#events
1044-
[suggestions as you type]: (https://samples.azuremaps.com/?sample=search-autosuggest-and-jquery-ui
1045-
[support for multiple languages]: (https://samples.azuremaps.com/?sample=map-localization
1046-
[filter locations along a route]: (https://samples.azuremaps.com/?sample=filter-data-along-route
1047-
[set filters]: (https://samples.azuremaps.com/?sample=filter-symbols-by-property
1046+
[suggestions as you type]: https://samples.azuremaps.com/?sample=search-autosuggest-and-jquery-ui
1047+
[support for multiple languages]: https://samples.azuremaps.com/?sample=map-localization
1048+
[filter locations along a route]: https://samples.azuremaps.com/?sample=filter-data-along-route
1049+
[set filters]: https://samples.azuremaps.com/?sample=filter-symbols-by-property
10481050
[Azure App Service Web App]: ../app-service/quickstart-html.md
10491051
[SQL Server spatial data types overview]: /sql/relational-databases/spatial/spatial-data-types-overview?preserve-view=true&view=sql-server-2017
10501052
[Query spatial data for the nearest neighbor]: /sql/relational-databases/spatial/query-spatial-data-for-nearest-neighbor?preserve-view=true&view=sql-server-2017
10511053
[Zoom levels and tile grid]: zoom-levels-and-tile-grid.md
10521054
[Use data-driven style expressions]: data-driven-style-expressions-web-sdk.md
1055+
[Store location data]: https://github.com/Azure-Samples/AzureMapsCodeSamples/tree/master/Samples/Tutorials/Simple%20Store%20Locator/data

0 commit comments

Comments
 (0)