Skip to content

Commit 301ad0c

Browse files
committed
removed internal links to next steps section, which was removed after removing the tutorial.
1 parent 9d9ba55 commit 301ad0c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

articles/azure-maps/how-to-dataset-geojson.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ services: azure-maps
1313

1414
Azure Maps Creator enables users to import their indoor map data in GeoJSON format with [Facility Ontology 2.0], which can then be used to create a [dataset].
1515

16-
> [!NOTE]
17-
> This article explains how to create a dataset from a GeoJSON package. For information on additional steps required to complete an indoor map, see [Next steps].
18-
1916
## Prerequisites
2017

2118
- An [Azure Maps account]
@@ -73,8 +70,6 @@ To check the status of the dataset creation process and retrieve the `datasetId`
7370
7471
> `https://us.atlas.microsoft.com/datasets/**c9c15957-646c-13f2-611a-1ea7adc75174**?api-version=2023-03-01-preview`
7572
76-
See [Next steps] for links to articles to help you complete your indoor map.
77-
7873
## Add data to an existing dataset
7974
8075
Data can be added to an existing dataset by providing the `datasetId` parameter to the [Dataset Create API] along with the unique identifier of the data you wish to add. The unique identifier can be either a `udid` or `conversionId`. This creates a new dataset consisting of the data (facilities) from both the existing dataset and the new data being imported. Once the new dataset has been created successfully, the old dataset can be deleted.
@@ -140,7 +135,6 @@ Feature IDs can only contain alpha-numeric (a-z, A-Z, 0-9), hyphen (-), dot (.)
140135
[How to create data registry]: how-to-create-data-registries.md
141136
[level]: creator-facility-ontology.md?pivots=facility-ontology-v2#level
142137
[line]: creator-facility-ontology.md?pivots=facility-ontology-v2#lineelement
143-
[Next steps]: #next-steps
144138
[openings]: creator-facility-ontology.md?pivots=facility-ontology-v2#opening
145139
[point]: creator-facility-ontology.md?pivots=facility-ontology-v2#pointelement
146140
[RFC 7946]: https://www.rfc-editor.org/rfc/rfc7946.html

0 commit comments

Comments
 (0)