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/map-get-shape-data.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.service: azure-maps
11
11
12
12
# Get shape data
13
13
14
-
This article shows you how to get data of shapes that are drawn on the map. We use the **drawingManager.getSource()** function inside [drawing manager](/javascript/api/azure-maps-drawing-tools/atlas.drawing.drawingmanager#getsource--). There are various scenarios when you want to extract geojson data of a drawn shape and use it elsewhere.
14
+
This article shows you how to get data of shapes that are drawn on the map. We use the [drawingManager.getSource()] function. There are various scenarios when you want to extract geojson data of a drawn shape and use it elsewhere.
15
15
16
16
## Get data from drawn shape
17
17
@@ -36,24 +36,30 @@ The [Get drawn shapes from drawing manager] code sample allows you to draw a sha
36
36
37
37
## Next steps
38
38
39
-
Learn how to use additional features of the drawing tools module:
39
+
Learn how to use other features of the drawing tools module:
40
40
41
41
> [!div class="nextstepaction"]
42
-
> [React to drawing events](drawing-tools-events.md)
42
+
> [React to drawing events]
43
43
44
44
> [!div class="nextstepaction"]
45
-
> [Interaction types and keyboard shortcuts](drawing-tools-interactions-keyboard-shortcuts.md)
45
+
> [Interaction types and keyboard shortcuts]
46
46
47
47
Learn more about the classes and methods used in this article:
0 commit comments