Skip to content

Commit 4098144

Browse files
committed
additional fixes to links
1 parent d91fbda commit 4098144

28 files changed

+405
-263
lines changed

articles/azure-maps/about-azure-maps.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Azure Maps consists of the following services that can provide geographic contex
5454

5555
### Data service
5656

57-
Data is imperative for maps. Use the Data service to upload and store geospatial data for use with spatial operations or image composition. Bringing customer data closer to the Azure Maps service will reduce latency, increase productivity, and create new scenarios in your applications. For details on this service, see the [Data service documentation](/rest/api/maps/data-v2).
57+
Data is imperative for maps. Use the Data service to upload and store geospatial data for use with spatial operations or image composition. Bringing customer data closer to the Azure Maps service will reduce latency, increase productivity, and create new scenarios in your applications. For details on this service, see [Data service].
5858

5959
### Geolocation service
6060

@@ -168,9 +168,9 @@ Maps Creator service is a suite of web services that developers can use to creat
168168

169169
Maps Creator provides the following services:
170170

171-
* [Dataset service]. Use the Dataset service to create a dataset from a converted Drawing package data. For information about Drawing package requirements, see Drawing package requirements.
171+
* [Dataset service]. Use the Dataset service to create a dataset from a converted drawing package data. For information about drawing package requirements, see drawing package requirements.
172172

173-
* [Conversion service]. Use the Conversion service to convert a DWG design file into Drawing package data for indoor maps.
173+
* [Conversion service]. Use the Conversion service to convert a DWG design file into drawing package data for indoor maps.
174174

175175
* [Tileset service]. Use the Tileset service to create a vector-based representation of a dataset. Applications can use a tileset to present a visual tile-based view of the dataset.
176176

@@ -238,6 +238,7 @@ Stay up to date on Azure Maps:
238238

239239
[Azure Maps blog]
240240

241+
[Data service]: /rest/api/maps/data-v2
241242
[Dataset service]: creator-indoor-maps.md#datasets
242243
[Conversion service]: creator-indoor-maps.md#convert-a-drawing-package
243244
[Tileset service]: creator-indoor-maps.md#tilesets

articles/azure-maps/add-tile-layer-map-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A Tile layer loads in tiles from a server. These images can be pre-rendered and
1818

1919
* X, Y, Zoom notation - Based on the zoom level, x is the column and y is the row position of the tile in the tile grid.
2020
* Quadkey notation - Combination x, y, zoom information into a single string value that is a unique identifier for a tile.
21-
* Bounding Box - Bounding box coordinates can be used to specify an image in the format `{west},{south},{east},{north}`, which is commonly used by [web-mapping Services (WMS)](https://www.opengeospatial.org/standards/wms).
21+
* Bounding Box - Bounding box coordinates can be used to specify an image in the format `{west},{south},{east},{north}`, which is commonly used by [web-mapping services (WMS)](https://www.opengeospatial.org/standards/wms).
2222

2323
> [!TIP]
2424
> A TileLayer is a great way to visualize large data sets on the map. Not only can a tile layer be generated from an image, but vector data can also be rendered as a tile layer too. By rendering vector data as a tile layer, the map control only needs to load the tiles, which can be much smaller in file size than the vector data they represent. This technique is used by many who need to render millions of rows of data on the map.

articles/azure-maps/azure-maps-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ Consider the application topology where the endpoint `https://us.atlas.microsoft
212212

213213
As described in [Azure Maps rate limits](./azure-maps-qps-rate-limits.md), individual service offerings have varying rate limits that are enforced as an aggregate of the account.
214214

215-
Consider the case of **Search Service - Non-Batch Reverse**, with its limit of 250 queries per second (QPS) for the following tables. Each table represents estimated total successful transactions from example usage.
215+
Consider the case of **Search service - Non-Batch Reverse**, with its limit of 250 queries per second (QPS) for the following tables. Each table represents estimated total successful transactions from example usage.
216216

217-
The first table shows one token that has a maximum request per second of 500, and then actual usage of the application was 500 request per second for a duration of 60 seconds. **Search Service - Non-Batch Reverse** has a rate limit of 250, meaning of the total 30,000 requests made in the 60 seconds; 15,000 of those requests will be billable transactions. The remaining requests will result in status code `429 (TooManyRequests)`.
217+
The first table shows one token that has a maximum request per second of 500, and then actual usage of the application was 500 request per second for a duration of 60 seconds. **Search service - Non-Batch Reverse** has a rate limit of 250, meaning of the total 30,000 requests made in the 60 seconds; 15,000 of those requests will be billable transactions. The remaining requests will result in status code `429 (TooManyRequests)`.
218218

219219
| Name | Approximate Maximum Rate Per Second | Actual Rate Per Second | Duration of sustained rate in seconds | Approximate total successful transactions |
220220
| :---- | :---------------------------------- | :--------------------- | :------------------------------------ | :---------------------------------------- |

0 commit comments

Comments
 (0)