Skip to content

Commit 3b69e15

Browse files
authored
Merge pull request #176682 from v-rajagt/v-stharr-oct18
Broken link fixed.
2 parents e48f0e5 + a4cbd5a commit 3b69e15

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The `unit` feature class defines a physical and non-overlapping area that can be
7474
|`name` | string | false | Name of the feature in local language. Maximum length allowed is 1000. |
7575
|`nameSubtitle` | string | false | Subtitle that shows up under the `name` of the feature. Can be used to display the name in a different language, and so on. Maximum length allowed is 1000.|
7676
|`nameAlt` | string | false | Alternate name used for the feature. Maximum length allowed is 1000. |
77-
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature-preview#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature-preview#featuregeojson) that represents the feature as a point. Can be used to position the label of the feature.|
77+
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature#featuregeojson) that represents the feature as a point. Can be used to position the label of the feature.|
7878

7979
:::zone-end
8080

@@ -94,7 +94,7 @@ The `unit` feature class defines a physical and non-overlapping area that can be
9494
|`name` | string | false | Name of the feature in local language. Maximum length allowed is 1000.|
9595
|`nameSubtitle` | string | false | Subtitle that shows up under the `name` of the feature. Can be used to display the name in a different language, and so on. Maximum length allowed is 1000.|
9696
|`nameAlt` | string | false | Alternate name used for the feature. Maximum length allowed is 1000.|
97-
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature-preview#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature-preview#featuregeojson) that represents the feature as a point. Can be used to position the label of the feature.|
97+
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature#featuregeojson) that represents the feature as a point. Can be used to position the label of the feature.|
9898

9999
:::zone-end
100100

@@ -115,7 +115,7 @@ The `structure` feature class defines a physical and non-overlapping area that c
115115
|`name` | string | false | Name of the feature in local language. Maximum length allowed is 1000. |
116116
|`nameSubtitle` | string | false | Subtitle that shows up under the `name` of the feature. Can be used to display the name in a different language, and so on. Maximum length allowed is 1000. |
117117
|`nameAlt` | string | false | Alternate name used for the feature. Maximum length allowed is 1000.|
118-
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature-preview#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature-preview#featuregeojson) that represents the feature as a point. Can be used to position the label of the feature.|
118+
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature#featuregeojson) that represents the feature as a point. Can be used to position the label of the feature.|
119119

120120
:::zone-end
121121

@@ -135,7 +135,7 @@ The `zone` feature class defines a virtual area, like a WiFi zone or emergency a
135135
|`name` | string | false | Name of the feature in local language. Maximum length allowed is 1000.|
136136
|`nameSubtitle` | string | false | Subtitle that shows up under the `name` of the feature. Can be used to display the name in a different language, and so on. Maximum length allowed is 1000.|
137137
|`nameAlt` | string | false | Alternate name used for the feature. Maximum length allowed is 1000. |
138-
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature-preview#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature-preview#featuregeojson) that represents the feature as a point. Can be used to position the label of the feature.|
138+
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature#featuregeojson) that represents the feature as a point. Can be used to position the label of the feature.|
139139

140140
## level
141141

@@ -155,7 +155,7 @@ The `level` class feature defines an area of a building at a set elevation. For
155155
|`name` | string | false | Name of the feature in local language. Maximum length allowed is 1000.|
156156
|`nameSubtitle` | string | false | Subtitle that shows up under the `name` of the feature. Can be used to display the name in a different language, and so on. Maximum length allowed is 1000.|
157157
|`nameAlt` | string | false | Alternate name used for the feature. Maximum length allowed is 1000.|
158-
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature-preview#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature-preview#featuregeojson) that represents the feature as a point. Can be used to position the label of the feature.|
158+
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature#featuregeojson) that represents the feature as a point. Can be used to position the label of the feature.|
159159

160160
## facility
161161

@@ -173,7 +173,7 @@ The `facility` feature class defines the area of the site, building footprint, a
173173
|`name` | string | false | Name of the feature in local language. Maximum length allowed is 1000. |
174174
|`nameSubtitle` | string | false | Subtitle that shows up under the `name` of the feature. Can be used to display the name in a different language, and so on. Maximum length allowed is 1000. |
175175
|`nameAlt` | string | false | Alternate name used for the feature. Maximum length allowed is 1000.|
176-
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature-preview#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature-preview#featuregeojson) that represents the feature as a point. Can be used to position the label of the feature.|
176+
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature#featuregeojson) that represents the feature as a point. Can be used to position the label of the feature.|
177177
|`anchorHeightAboveSeaLevel` | double | false | Height of anchor point above sea level, in meters. Sea level is defined by EGM 2008.|
178178
|`defaultLevelVerticalExtent` | double| false | Default value for vertical extent of levels, in meters.|
179179

@@ -198,7 +198,7 @@ The `verticalPenetration` class feature defines an area that, when used in a set
198198
|`name` | string | false | Name of the feature in local language. Maximum length allowed is 1000.|
199199
|`nameSubtitle` | string | false | Subtitle that shows up under the `name` of the feature. Can be used to display the name in a different language, and so on. Maximum length allowed is 1000.|
200200
|`nameAlt` | string | false | Alternate name used for the feature. Maximum length allowed is 1000. |
201-
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature-preview#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature-preview#featuregeojson) that represents the feature as a point. Can be used to position the label of the feature.|
201+
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature#featuregeojson) that represents the feature as a point. Can be used to position the label of the feature.|
202202

203203
:::zone-end
204204

@@ -215,7 +215,7 @@ The `verticalPenetration` class feature defines an area that, when used in a set
215215
|`name` | string | false | Name of the feature in local language. Maximum length allowed is 1000.|
216216
|`nameSubtitle` | string | false | Subtitle that shows up under the `name` of the feature. Can be used to display the name in a different language, and so on. Maximum length allowed is 1000.|
217217
|`nameAlt` | string | false | Alternate name used for the feature. Maximum length allowed is 1000. |
218-
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature-preview#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature-preview#featuregeojson) that represents the feature as a point. Can be used to position the label of the feature.|
218+
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature#featuregeojson) that represents the feature as a point. Can be used to position the label of the feature.|
219219

220220
:::zone-end
221221

@@ -238,7 +238,7 @@ The `opening` class feature defines a traversable boundary between two units, or
238238
| `accessRightToLeft`| enum [ "prohibited", "digitalKey", "physicalKey", "keyPad", "guard", "ticket", "fingerprint", "retina", "voice", "face", "palm", "iris", "signature", "handGeometry", "time", "ticketChecker", "other"] | false | Method of access when passing through the opening from right to left. Left and right are determined by the vertices in the feature geometry, standing at the first vertex and facing the second vertex. Omitting this property means there are no access restrictions.|
239239
| `accessLeftToRight`| enum [ "prohibited", "digitalKey", "physicalKey", "keyPad", "guard", "ticket", "fingerprint", "retina", "voice", "face", "palm", "iris", "signature", "handGeometry", "time", "ticketChecker", "other"] | false | Method of access when passing through the opening from left to right. Left and right are determined by the vertices in the feature geometry, standing at the first vertex and facing the second vertex. Omitting this property means there are no access restrictions.|
240240
| `isEmergency` | boolean | false | If `true`, the opening is navigable only during emergencies. Default value is `false` |
241-
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature-preview#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature-preview#featuregeojson) y that represents the feature as a point. Can be used to position the label of the feature.|
241+
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature#featuregeojson) y that represents the feature as a point. Can be used to position the label of the feature.|
242242

243243
:::zone-end
244244

@@ -250,7 +250,7 @@ The `opening` class feature defines a traversable boundary between two units, or
250250
|`externalId` | string |true | An ID used by the client to associate the feature with another feature in a different dataset, such as in an internal database. Maximum length allowed is 1000.|
251251
|`categoryId` |[category.Id](#category) |true | The ID of a category feature.|
252252
| `levelId` | [level.Id](#level) | true | The ID of a level feature. |
253-
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature-preview#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature-preview#featuregeojson) y that represents the feature as a point. Can be used to position the label of the feature.|
253+
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature#featuregeojson) y that represents the feature as a point. Can be used to position the label of the feature.|
254254

255255
:::zone-end
256256

@@ -309,8 +309,8 @@ The `lineElement` is a class feature that defines a line feature in a unit, such
309309
|`name` | string | false | Name of the feature in local language. Maximum length allowed is 1000. |
310310
|`nameSubtitle` | string | false | Subtitle that shows up under the `name` of the feature. Can be used to display the name in a different language, and so on. Maximum length allowed is 1000. |
311311
|`nameAlt` | string | false | Alternate name used for the feature. Maximum length allowed is 1000. |
312-
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature-preview#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature-preview#featuregeojson) that represents the feature as a point. Can be used to position the label of the feature.|
313-
|`obstructionArea` | [Polygon](/rest/api/maps/wfs/get-feature-preview#featuregeojson)| false | A simplified geometry (when the line geometry is complicated) of the feature that is to be avoided during routing. Requires `isObstruction` set to true.|
312+
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature#featuregeojson) that represents the feature as a point. Can be used to position the label of the feature.|
313+
|`obstructionArea` | [Polygon](/rest/api/maps/wfs/get-feature#featuregeojson)| false | A simplified geometry (when the line geometry is complicated) of the feature that is to be avoided during routing. Requires `isObstruction` set to true.|
314314

315315
## areaElement
316316

@@ -329,7 +329,7 @@ The `areaElement` is a class feature that defines a polygon feature in a unit, s
329329
|`name` | string | false | Name of the feature in local language. Maximum length allowed is 1000. |
330330
|`nameSubtitle` | string | false | Subtitle that shows up under the `name` of the feature. Can be used to display the name in a different language, and so on. Maximum length allowed is 1000.|
331331
|`nameAlt` | string | false | Alternate name used for the feature. Maximum length allowed is 1000.|
332-
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature-preview#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature-preview#featuregeojson) that represents the feature as a point. Can be used to position the label of the feature.|
332+
|`anchorPoint` | [Point](/rest/api/maps/wfs/get-feature#featuregeojson) | false | [GeoJSON Point geometry](/rest/api/maps/wfs/get-feature#featuregeojson) that represents the feature as a point. Can be used to position the label of the feature.|
333333

334334
## category
335335

0 commit comments

Comments
 (0)