Skip to content

Commit 9dc1257

Browse files
committed
end links
1 parent f7466cb commit 9dc1257

File tree

4 files changed

+85
-55
lines changed

4 files changed

+85
-55
lines changed

articles/azure-maps/drawing-conversion-error-codes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -508,10 +508,10 @@ To fix a **verticalPenetrationError** error, read about how to use a vertical pe
508508
> [Creator for indoor mapping]
509509
510510
[Conversion service]: /rest/api/maps/v2/conversion
511-
[Drawing package requirements]: drawing-requirements.md
511+
[Creator for indoor mapping]: creator-indoor-maps.md
512512
[Drawing files requirements]: drawing-requirements.md#drawing-package-requirements
513-
[The JavaScript Object Notation (JSON) Data Interchange Format]: https://tools.ietf.org/html/rfc7159
514-
[manifest section in the Drawing package requirements]: drawing-requirements.md#manifest-file-requirements
515-
[How to use Azure Maps Drawing error visualizer]: drawing-error-visualizer.md
516513
[Drawing Package Guide]: drawing-package-guide.md
517-
[Creator for indoor mapping]: creator-indoor-maps.md
514+
[Drawing package requirements]: drawing-requirements.md
515+
[How to use Azure Maps Drawing error visualizer]: drawing-error-visualizer.md
516+
[manifest section in the Drawing package requirements]: drawing-requirements.md#manifest-file-requirements
517+
[The JavaScript Object Notation (JSON) Data Interchange Format]: https://tools.ietf.org/html/rfc7159

articles/azure-maps/drawing-tools-events.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Let's see some common scenarios that use the drawing tools events.
4444

4545
### Select points in polygon area
4646

47-
This code demonstrates how to monitor an event of a user drawing shapes. For this example, the code monitors shapes of polygons, rectangles, and circles. Then, it determines which data points on the map are within the drawn area. The `drawingcomplete` event is used to trigger the select logic. In the select logic, the code loops through all the data points on the map. It checks if there's an intersection of the point and the area of the drawn shape. This example makes use of the open-source [Turf.js](https://turfjs.org/) library to perform a spatial intersection calculation.
47+
This code demonstrates how to monitor an event of a user drawing shapes. For this example, the code monitors shapes of polygons, rectangles, and circles. Then, it determines which data points on the map are within the drawn area. The `drawingcomplete` event is used to trigger the select logic. In the select logic, the code loops through all the data points on the map. It checks if there's an intersection of the point and the area of the drawn shape. This example makes use of the open-source [Turf.js] library to perform a spatial intersection calculation.
4848

4949
For a complete working sample of how to use the drawing tools to draw polygon areas on the map with points within them that can be selected, see [Select data in drawn polygon area] in the [Azure Maps Samples]. For the source code for this sample, see [Select data in drawn polygon area sample code].
5050

@@ -96,27 +96,32 @@ For a complete working sample of how to use the drawing tools to measure distanc
9696
Learn how to use other features of the drawing tools module:
9797

9898
> [!div class="nextstepaction"]
99-
> [Get shape data](map-get-shape-data.md)
99+
> [Get shape data]
100100
101101
> [!div class="nextstepaction"]
102-
> [Interaction types and keyboard shortcuts](drawing-tools-interactions-keyboard-shortcuts.md)
102+
> [Interaction types and keyboard shortcuts]
103103
104104
Learn more about the services module:
105105

106106
> [!div class="nextstepaction"]
107-
> [Services module](how-to-use-services-module.md)
107+
> [Services module]
108108
109109
Check out more code samples:
110110

111111
> [!div class="nextstepaction"]
112-
> [Code sample page](https://aka.ms/AzureMapsSamples)
112+
> [Code sample page]
113113
114114
[Azure Maps Samples]:https://samples.azuremaps.com
115-
[Drawing tools events]: https://samples.azuremaps.com/drawing-tools-module/drawing-tools-events
115+
[Code sample page]: https://aka.ms/AzureMapsSamples
116+
[Create a measuring tool sample code]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples/Drawing%20Tools%20Module/Create%20a%20measuring%20tool/Create%20a%20measuring%20tool.html
117+
[Create a measuring tool]: https://samples.azuremaps.com/drawing-tools-module/create-a-measuring-tool
118+
[Draw and search polygon area sample code]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples/Drawing%20Tools%20Module/Draw%20and%20search%20polygon%20area/Draw%20and%20search%20polygon%20area.html
119+
[Draw and search polygon area]: https://samples.azuremaps.com/drawing-tools-module/draw-and-search-polygon-area
116120
[Drawing tools events sample code]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples/Drawing%20Tools%20Module/Drawing%20tools%20events/Drawing%20tools%20events.html
117-
[Select data in drawn polygon area]: https://samples.azuremaps.com/drawing-tools-module/select-data-in-drawn-polygon-area
121+
[Drawing tools events]: https://samples.azuremaps.com/drawing-tools-module/drawing-tools-events
122+
[Get shape data]: map-get-shape-data.md
123+
[Interaction types and keyboard shortcuts]: drawing-tools-interactions-keyboard-shortcuts.md
118124
[Select data in drawn polygon area sample code]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples/Drawing%20Tools%20Module/Select%20data%20in%20drawn%20polygon%20area/Select%20data%20in%20drawn%20polygon%20area.html
119-
[Draw and search polygon area]: https://samples.azuremaps.com/drawing-tools-module/draw-and-search-polygon-area
120-
[Draw and search polygon area sample code]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples/Drawing%20Tools%20Module/Draw%20and%20search%20polygon%20area/Draw%20and%20search%20polygon%20area.html
121-
[Create a measuring tool]: https://samples.azuremaps.com/drawing-tools-module/create-a-measuring-tool
122-
[Create a measuring tool sample code]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples/Drawing%20Tools%20Module/Create%20a%20measuring%20tool/Create%20a%20measuring%20tool.html
125+
[Select data in drawn polygon area]: https://samples.azuremaps.com/drawing-tools-module/select-data-in-drawn-polygon-area
126+
[Services module]: how-to-use-services-module.md
127+
[Turf.js]: https://turfjs.org

articles/azure-maps/geocoding-coverage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ The ability to geocode in a country/region is dependent upon the road data cover
293293

294294
Learn more about Azure Maps geocoding:
295295
> [!div class="nextstepaction"]
296-
> [Azure Maps Search service](/rest/api/maps/search)
296+
> [Azure Maps Search service]
297297
298298
[Search service]: /rest/api/maps/search
299-
[Get Search Address API]: /rest/api/maps/search/getsearchaddress
299+
[Azure Maps Search service]: /rest/api/maps/search

0 commit comments

Comments
 (0)