Skip to content

Commit c7d3490

Browse files
committed
Add new metadata: ms.subservice: sdk-web
1 parent 8447ced commit c7d3490

File tree

55 files changed

+55
-62
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+55
-62
lines changed

articles/azure-maps/choose-map-style.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.author: sipa
66
ms.date: 04/26/2020
77
ms.topic: conceptual
88
ms.service: azure-maps
9+
ms.subservice: sdk-web
910
ms.custom:
1011
---
1112

articles/azure-maps/clustering-point-data-web-sdk.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ ms.author: sipa
66
ms.date: 07/29/2019
77
ms.topic: conceptual
88
ms.service: azure-maps
9-
services: azure-maps
10-
ms.custom:
9+
ms.subservice: sdk-web
1110
---
1211

1312
# Clustering point data in the Web SDK

articles/azure-maps/consumption-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: skamma
66
ms.date: 05/08/2018
77
ms.topic: conceptual
88
ms.service: azure-maps
9-
services: azure-maps
9+
ms.subservice: sdk-web
1010
---
1111

1212

articles/azure-maps/create-data-source-web-sdk.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ ms.author: sipa
66
ms.date: 12/07/2020
77
ms.topic: conceptual
88
ms.service: azure-maps
9-
services: azure-maps
10-
ms.custom:
9+
ms.subservice: sdk-web
1110
---
1211

1312
# Create a data source

articles/azure-maps/data-driven-style-expressions-web-sdk.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ ms.author: sipa
66
ms.date: 4/4/2019
77
ms.topic: conceptual
88
ms.service: azure-maps
9-
services: azure-maps
10-
ms.custom:
9+
ms.subservice: sdk-web
1110
---
1211

1312
# Data-driven style expressions (Web SDK)

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

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: sipa
66
ms.date: 05/23/2023
77
ms.topic: conceptual
88
ms.service: azure-maps
9-
services: azure-maps
9+
ms.subservice: sdk-web
1010
---
1111

1212
# Drawing tools events
@@ -28,13 +28,6 @@ The following image shows a screenshot of the complete working sample that demon
2828

2929
:::image type="content" source="./media/drawing-tools-events/drawing-tools-events.png" alt-text="Screenshot showing a map displaying data from a vector tile source.":::
3030

31-
<!------------------------------------------------------------------
32-
<br/>
33-
34-
> [!VIDEO https://codepen.io/azuremaps/embed/dyPMRWo?height=500&theme-id=default&default-tab=js,result&editable=true]
35-
36-
-------------------------------------------------------------------->
37-
3831
## Examples
3932

4033
Let's see some common scenarios that use the drawing tools events.
@@ -47,12 +40,6 @@ For a complete working sample of how to use the drawing tools to draw polygon ar
4740

4841
:::image type="content" source="./media/drawing-tools-events/select-data-in-drawn-polygon-area.png" alt-text="Screenshot showing a map displaying points within polygon areas.":::
4942

50-
<!-------------------------------------------------------------------
51-
<br/>
52-
53-
> [!VIDEO https://codepen.io/azuremaps/embed/XWJdeja?height=500&theme-id=default&default-tab=result]
54-
---------------------------------------------------------------->
55-
5643
### Draw and search in polygon area
5744

5845
This code searches for points of interests inside the area of a shape after the user finished drawing the shape. You can modify and execute the code by clicking 'Edit on Code pen' on the top-right corner of the frame. The `drawingcomplete` event is used to trigger the search logic. If the user draws a rectangle or polygon, a search inside geometry is performed. If a circle is drawn, the radius and center position is used to perform a point of interest search. The `drawingmodechanged` event is used to determine when the user switches to the drawing mode, and this event clears the drawing canvas.
@@ -61,12 +48,6 @@ For a complete working sample of how to use the drawing tools to search for poin
6148

6249
:::image type="content" source="./media/drawing-tools-events/draw-and-search-polygon-area.png" alt-text="Screenshot showing a map displaying the Draw and search in polygon area sample.":::
6350

64-
<!-------------------------------------------------------------------
65-
<br/>
66-
67-
> [!VIDEO https://codepen.io/azuremaps/embed/eYmZGNv?height=500&theme-id=default&default-tab=js,result&editable=true]
68-
---------------------------------------------------------------->
69-
7051
### Create a measuring tool
7152

7253
The following code shows how the drawing events can be used to create a measuring tool. The `drawingchanging` is used to monitor the shape, as it's being drawn. As the user moves the mouse, the dimensions of the shape are calculated. The `drawingcomplete` event is used to do a final calculation on the shape after it has been drawn. The `drawingmodechanged` event is used to determine when the user is switching into a drawing mode. Also, the `drawingmodechanged` event clears the drawing canvas and clears old measurement information.
@@ -75,10 +56,6 @@ For a complete working sample of how to use the drawing tools to measure distanc
7556

7657
:::image type="content" source="./media/drawing-tools-events/create-a-measuring-tool.png" alt-text="Screenshot showing a map displaying the measuring tool sample.":::
7758

78-
<!-------------------------------------------------------------------
79-
> [!VIDEO https://codepen.io/azuremaps/embed/RwNaZXe?height=500&theme-id=default&default-tab=js,result&editable=true]
80-
---------------------------------------------------------------->
81-
8259
## Next steps
8360

8461
Learn how to use other features of the drawing tools module:

articles/azure-maps/drawing-tools-interactions-keyboard-shortcuts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: eriklind
66
ms.date: 12/05/2019
77
ms.topic: conceptual
88
ms.service: azure-maps
9-
services: azure-maps
9+
ms.subservice: sdk-web
1010
---
1111

1212
# Interaction types and keyboard shortcuts in the drawing tools module

articles/azure-maps/how-to-use-image-templates-web-sdk.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ ms.author: sipa
66
ms.date: 8/6/2019
77
ms.topic: how-to
88
ms.service: azure-maps
9-
services: azure-maps
10-
ms.custom:
9+
ms.subservice: sdk-web
1110
---
1211

1312
# How to use image templates

articles/azure-maps/how-to-use-map-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: sipa
77
ms.date: 06/29/2023
88
ms.topic: how-to
99
ms.service: azure-maps
10-
services: azure-maps
10+
ms.subservice: sdk-web
1111
ms.custom: devx-track-js
1212
---
1313

articles/azure-maps/how-to-use-npm-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: sipa
77
ms.date: 07/04/2023
88
ms.topic: how-to
99
ms.service: azure-maps
10-
services: azure-maps
10+
ms.subservice: sdk-web
1111
ms.custom: devx-track-js
1212
---
1313

0 commit comments

Comments
 (0)