Skip to content

Commit db2def3

Browse files
committed
Update creator-facility-ontology.md
1 parent fed3818 commit db2def3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ When importing a GeoJSON package, the `ID` and `Geometry` fields must be supplie
7272
| Property | Type | Required | Description |
7373
|-------------|--------|----------|-------------|
7474
|`Geometry` | object | true | Each Geometry object consists of a `type` and `coordinates` array. While a required field, the value can be set to `null`. For more information, see [Geometry Object][GeometryObject] in the GeoJSON (RFC 7946) format specification. |
75-
|`ID` | string | true | The value of this field is either a JSON string or number. Maximum length allowed is 1,000 characters.|
75+
|`ID` | string | true | The value of this field can be alphanumeric characters (0-9, a-z, A-Z), dots (.), hyphens (-) and underscores (_). Maximum length allowed is 1,000 characters.|
7676

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

@@ -551,5 +551,5 @@ The `category` class feature defines category names. For example: "room.conferen
551551
[MultiPolygon]: /rest/api/maps/v2/wfs/get-features?tabs=HTTP#geojsonmultipolygon
552552
[GeometryObject]: https://www.rfc-editor.org/rfc/rfc7946#section-3.1
553553
[feature object]: https://www.rfc-editor.org/rfc/rfc7946#section-3.2
554-
[datasetv20220901]: /rest/api/maps/v20220901/dataset
554+
[datasetv20220901]: /rest/api/maps/v20220901preview/dataset
555555
[Open Street Map specification]: https://wiki.openstreetmap.org/wiki/Key:opening_hours/specification

0 commit comments

Comments
 (0)