Skip to content

Commit 13539f1

Browse files
authored
Merge pull request #126438 from stevemunk/GeoJSON
Changed GeoJson to GeoJSON
2 parents 9eeab79 + 67458b7 commit 13539f1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/azure-maps/creator-facility-ontology.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ When importing a GeoJSON package, the `ID` and `Geometry` fields must be supplie
8181

8282
:::image type="content" source="./media/creator-indoor-maps/geojson.png" alt-text="A screenshot showing the geometry and ID fields in a GeoJSON file.":::
8383

84-
For more information, see [Create a dataset using a GeoJson package].
84+
For more information, see [Create a dataset using a GeoJSON package].
8585

8686
---
8787

@@ -585,7 +585,7 @@ Learn more about Creator for indoor maps by reading:
585585
[Polygon]: /rest/api/maps-creator/wfs/get-features?tabs=HTTP#geojsonpolygon
586586

587587
<!--------- learn.microsoft.com links --------------->
588-
[Create a dataset using a GeoJson package]: how-to-dataset-geojson.md
588+
[Create a dataset using a GeoJSON package]: how-to-dataset-geojson.md
589589
[Creator for indoor maps]: creator-indoor-maps.md
590590

591591
<!--------- External Links --------------->

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: How to create a dataset using a GeoJson package
3-
description: Learn how to create a dataset using a GeoJson package.
2+
title: How to create a dataset using a GeoJSON package
3+
description: Learn how to create a dataset using a GeoJSON package.
44
author: faterceros
55
ms.author: aterceros
66
ms.date: 11/01/2021
@@ -9,7 +9,7 @@ ms.service: azure-maps
99
ms.subservice: creator
1010
---
1111

12-
# Create a dataset using a GeoJson package (Preview)
12+
# Create a dataset using a GeoJSON package (Preview)
1313

1414
> [!NOTE]
1515
>
@@ -36,7 +36,7 @@ Azure Maps Creator enables users to import their indoor map data in GeoJSON form
3636
3737
## Create dataset using the GeoJSON package
3838

39-
For more information on the GeoJSON package, see the [Geojson zip package requirements] section.
39+
For more information on the GeoJSON package, see the [GeoJSON zip package requirements] section.
4040

4141
### Upload the GeoJSON package
4242

@@ -95,7 +95,7 @@ https://us.atlas.microsoft.com/datasets?api-version=2023-03-01-preview&conversio
9595
| conversionId | The ID returned when converting your drawing package. |
9696
| datasetId | The dataset ID returned when creating the original dataset from a GeoJSON package. |
9797

98-
## Geojson zip package requirements
98+
## GeoJSON zip package requirements
9999

100100
The GeoJSON zip package consists of one or more [RFC 7946] compliant GeoJSON files, one for each feature class, all in the root directory (subdirectories aren't supported), compressed with standard Zip compression and named using the `.ZIP` extension.
101101

@@ -137,7 +137,7 @@ Feature IDs can only contain alpha-numeric (a-z, A-Z, 0-9), hyphen (-), dot (.)
137137
[dataset]: creator-indoor-maps.md#datasets
138138
[Facility Ontology 2.0]: creator-facility-ontology.md?pivots=facility-ontology-v2
139139
[facility]: creator-facility-ontology.md?pivots=facility-ontology-v2#facility
140-
[Geojson zip package requirements]: #geojson-zip-package-requirements
140+
[GeoJSON zip package requirements]: #geojson-zip-package-requirements
141141
[How to create data registry]: how-to-create-data-registries.md
142142
[level]: creator-facility-ontology.md?pivots=facility-ontology-v2#level
143143
[line]: creator-facility-ontology.md?pivots=facility-ontology-v2#lineelement

0 commit comments

Comments
 (0)