Skip to content

Commit 437c92d

Browse files
committed
additional fixes to links
1 parent 4098144 commit 437c92d

File tree

5 files changed

+26
-19
lines changed

5 files changed

+26
-19
lines changed

articles/azure-maps/drawing-requirements.md

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

1414
# Drawing package requirements
1515

16-
You can convert uploaded drawing packages into map data by using the Azure Maps [Conversion service]. This article describes the drawing package requirements for the Conversion API. To view a sample package, you can download the sample [Drawing package](https://github.com/Azure-Samples/am-creator-indoor-data-examples).
16+
You can convert uploaded drawing packages into map data by using the Azure Maps [Conversion service]. This article describes the drawing package requirements for the Conversion API. To view a sample package, you can download the sample [Drawing package].
1717

18-
For a guide on how to prepare your drawing package, see [Conversion Drawing Package Guide](drawing-package-guide.md).
18+
For a guide on how to prepare your drawing package, see [Conversion Drawing Package Guide].
1919

2020
## Prerequisites
2121

@@ -45,7 +45,7 @@ A drawing package is a .zip archive that contains the following files:
4545
- DWG files in AutoCAD DWG file format.
4646
- A _manifest.json_ file that describes the DWG files in the drawing package.
4747

48-
The drawing package must be zipped into a single archive file, with the .zip extension. The DWG files can be organized in any way inside the package, but the manifest file must live at the root directory of the zipped package. The next sections detail the requirements for the DWG files, manifest file, and the content of these files. To view a sample package, you can download the [sample drawing package](https://github.com/Azure-Samples/am-creator-indoor-data-examples).
48+
The drawing package must be zipped into a single archive file, with the .zip extension. The DWG files can be organized in any way inside the package, but the manifest file must live at the root directory of the zipped package. The next sections detail the requirements for the DWG files, manifest file, and the content of these files. To view a sample package, you can download the [sample drawing package].
4949

5050
## DWG file conversion process
5151

@@ -114,7 +114,7 @@ No matter how many entity drawings are in the exterior layer, the [resulting fac
114114

115115
If the layer contains multiple overlapping PolyLines, the PolyLines are dissolved into a single Level feature. Instead, if the layer contains multiple non-overlapping PolyLines, the resulting Level feature has a multi-polygonal representation.
116116

117-
You can see an example of the Exterior layer as the outline layer in the [sample drawing package](https://github.com/Azure-Samples/am-creator-indoor-data-examples).
117+
You can see an example of the Exterior layer as the outline layer in the [sample drawing package].
118118

119119
### Unit layer
120120

@@ -129,7 +129,7 @@ The Units layer should adhere to the following requirements:
129129

130130
Name a unit by creating a text object in the UnitLabel layer, and then place the object inside the bounds of the unit. For more information, see the [UnitLabel layer](#unitlabel-layer).
131131

132-
You can see an example of the Units layer in the [sample drawing package](https://github.com/Azure-Samples/am-creator-indoor-data-examples).
132+
You can see an example of the Units layer in the [sample drawing package].
133133

134134
### Wall layer
135135

@@ -138,7 +138,7 @@ The DWG file for each level can contain a layer that defines the physical extent
138138
- Walls must be drawn as Polygon, PolyLine (closed), Circle, or Ellipse (closed).
139139
- The wall layer or layers should only contain geometry that's interpreted as building structure.
140140

141-
You can see an example of the Walls layer in the [sample drawing package](https://github.com/Azure-Samples/am-creator-indoor-data-examples).
141+
You can see an example of the Walls layer in the [sample drawing package].
142142

143143
### Door layer
144144

@@ -158,7 +158,7 @@ The DWG file for each level can contain a Zone layer that defines the physical e
158158

159159
Name a zone by creating a text object in the ZoneLabel layer, and placing the text object inside the bounds of the zone. For more information, see [ZoneLabel layer](#zonelabel-layer).
160160

161-
You can see an example of the Zone layer in the [sample drawing package](https://github.com/Azure-Samples/am-creator-indoor-data-examples).
161+
You can see an example of the Zone layer in the [sample drawing package].
162162

163163
### UnitLabel layer
164164

@@ -168,7 +168,7 @@ The DWG file for each level can contain a UnitLabel layer. The UnitLabel layer a
168168
- Unit labels must fall entirely inside the bounds of their unit.
169169
- Units must not contain multiple text entities in the UnitLabel layer.
170170

171-
You can see an example of the UnitLabel layer in the [sample drawing package](https://github.com/Azure-Samples/am-creator-indoor-data-examples).
171+
You can see an example of the UnitLabel layer in the [sample drawing package].
172172

173173
### ZoneLabel layer
174174

@@ -178,7 +178,7 @@ The DWG file for each level can contain a ZoneLabel layer. This layer adds a nam
178178
- Zones labels must fall inside the bounds of their zone.
179179
- Zones must not contain multiple text entities in the ZoneLabel layer.
180180

181-
You can see an example of the ZoneLabel layer in the [sample drawing package](https://github.com/Azure-Samples/am-creator-indoor-data-examples).
181+
You can see an example of the ZoneLabel layer in the [sample drawing package].
182182

183183
## Manifest file requirements
184184

@@ -213,7 +213,7 @@ The next sections detail the requirements for each object.
213213
|`locality` |string | false | Name of a city, town, area, neighborhood, or region.|
214214
|`adminDivisions`|JSON array of strings | false| An array containing address designations. For example: (Country, State) Use ISO 3166 country codes and ISO 3166-2 state/territory codes. |
215215
|`postalCode`|string| false | The mail sorting code. |
216-
|`hoursOfOperation` |string|false| Adheres to the [OSM Opening Hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours/specification) format. |
216+
|`hoursOfOperation` |string|false| Adheres to the [OSM Opening Hours] format. |
217217
|`phone` |string| false | Phone number associated with the building. |
218218
|`website` |string| false | Website associated with the building. |
219219
|`nonPublic`|bool| false | Flag specifying if the building is open to the public. |
@@ -286,7 +286,7 @@ The `zoneProperties` object contains a JSON array of zone properties.
286286

287287
### Sample drawing package manifest
288288

289-
Below is the manifest file for the sample drawing package. Go to the [Sample drawing package for Azure Maps Creator](https://github.com/Azure-Samples/am-creator-indoor-data-examples) on GitHub to download the entire package.
289+
Below is the manifest file for the sample drawing package. Go to the [Sample drawing package] for Azure Maps Creator on GitHub to download the entire package.
290290

291291
#### Manifest file
292292

@@ -425,4 +425,8 @@ Learn more by reading:
425425
> [!div class="nextstepaction"]
426426
> [Creator for indoor maps](creator-indoor-maps.md)
427427
428-
[Conversion service]: /rest/api/maps/v2/conversion
428+
[Conversion service]: /rest/api/maps/v2/conversion
429+
[Drawing package]: https://github.com/Azure-Samples/am-creator-indoor-data-examples
430+
[Conversion Drawing Package Guide]: drawing-package-guide.md
431+
[sample drawing package]: https://github.com/Azure-Samples/am-creator-indoor-data-examples
432+
[OSM Opening Hours]: https://wiki.openstreetmap.org/wiki/Key:opening_hours/specification

articles/azure-maps/geofence-geojson.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The data for geofence or set of geofences is represented by `Feature` Object and
3333

3434
* All coordinate values are represented as [longitude, latitude] defined in `WGS84`.
3535
* For each Feature, which contains `MultiPoint`, `MultiLineString`, `MultiPolygon` , or `GeometryCollection`, the properties are applied to all the elements. for example: All the points in `MultiPoint` will use same radius to form a multiple circle geofence.
36-
* In point-circle scenario, a circle geometry can be represented using a `Point` geometry object with properties elaborated in [Extending GeoJSON geometries](./extend-geojson.md).
36+
* In point-circle scenario, a circle geometry can be represented using a `Point` geometry object with properties elaborated in [Extending GeoJSON geometries].
3737

3838
Following is a sample request body for a geofence represented as a circle geofence geometry in `GeoJSON` using a center point and a radius. The valid period of the geofence data starts from 2018-10-22, 9AM to 5PM, repeated every day except for the weekend. `expiredTime` indicates this geofence data will be considered expired, if `userTime` in the request is later than `2019-01-01`.
3939

@@ -67,4 +67,5 @@ Following is a sample request body for a geofence represented as a circle geofen
6767

6868
[GET Geofence]: /rest/api/maps/spatial/getgeofence
6969
[POST Geofence]: /rest/api/maps/spatial/postgeofence
70-
[rfc7946]: https://tools.ietf.org/html/rfc7946
70+
[rfc7946]: https://tools.ietf.org/html/rfc7946
71+
[Extending GeoJSON geometries]: extend-geojson.md

articles/azure-maps/how-to-create-custom-styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Select the **Get map configuration list** button to get a list of every map conf
4444
:::image type="content" source="./media/creator-indoor-maps/style-editor/select-the-map-configuration.png" alt-text="A screenshot of the open style dialog box in the visual style editor with the Select map configuration drop-down list highlighted.":::
4545

4646
> [!NOTE]
47-
> If the map configuration was created as part of a custom style and has a user provided alias, that alias will appear in the map configuration drop-down list, otherwise the `mapConfigurationId` will appear. The default map configuration ID for any given tileset can be found by using the [tileset get][tileset get] HTTP request and passing in the tileset ID:
47+
> If the map configuration was created as part of a custom style and has a user provided alias, that alias will appear in the map configuration drop-down list, otherwise the `mapConfigurationId` will appear. The default map configuration ID for any given tileset can be found by using the [tileset get] HTTP request and passing in the tileset ID:
4848
>
4949
> ```http
5050
> https://{geography}.atlas.microsoft.com/tilesets/{tilesetId}?2022-09-01-preview

articles/azure-maps/how-to-create-data-registries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ The data returned when running the list request is similar to the data provided
317317

318318
## Get content from a data registry
319319

320-
Once you've uploaded one or more files to an Azure storage account, created and Azure Maps datastore to link to those files, then registered them using the [register][register or replace] API, you can access the data contained in the files.
320+
Once you've uploaded one or more files to an Azure storage account, created and Azure Maps datastore to link to those files, then registered them using the [register] API, you can access the data contained in the files.
321321

322322
Use the `udid` to get the content of a file registered in an Azure Maps account:
323323

@@ -363,7 +363,7 @@ When you register a file in Azure Maps using the data registry API, an MD5 hash
363363

364364
[data registry]: /rest/api/maps/data-registry
365365
[list]: /rest/api/maps/data-registry/list
366-
[Register Or Replace]: /rest/api/maps/data-registry/register-or-replace
366+
[Register]: /rest/api/maps/data-registry/register-or-replace
367367
[Get operation]: /rest/api/maps/data-registry/get-operation
368368

369369
[Azure Maps account]: quick-demo-map-app.md#create-an-azure-maps-account

articles/azure-maps/how-to-creator-wayfinding.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ The Azure Maps Creator [wayfinding service] allows you to navigate from place to
1616

1717
## Prerequisites
1818

19-
- Understanding of [Creator concepts](creator-indoor-maps.md).
20-
- An Azure Maps Creator [dataset] and [tileset]. If you have never used Azure Maps Creator to create an indoor map, you might find the [Use Creator to create indoor maps](tutorial-creator-indoor-maps.md) tutorial helpful.
19+
- Understanding of [Creator concepts].
20+
- An Azure Maps Creator [dataset] and [tileset]. If you have never used Azure Maps Creator to create an indoor map, you might find the [Use Creator to create indoor maps] tutorial helpful.
2121

2222
>[!IMPORTANT]
2323
>
@@ -122,6 +122,7 @@ The wayfinding service calculates the path through specific intervening points.
122122
123123
<!-- TODO: ## Implement the wayfinding service in your map (Refer to sample app once completed) -->
124124
125+
[Creator concepts]: creator-indoor-maps.md
125126
[dataset]: creator-indoor-maps.md#datasets
126127
[tileset]: creator-indoor-maps.md#tilesets
127128
[routeset]: /rest/api/maps/v20220901preview/routeset
@@ -130,3 +131,4 @@ The wayfinding service calculates the path through specific intervening points.
130131
[Access to Creator services]: how-to-manage-creator.md#access-to-creator-services
131132
[Check the dataset creation status]: tutorial-creator-indoor-maps.md#check-the-dataset-creation-status
132133
[wayfinding service]: creator-indoor-maps.md#wayfinding-preview
134+
[Use Creator to create indoor maps]: tutorial-creator-indoor-maps.md

0 commit comments

Comments
 (0)