Skip to content

Commit 84e0da5

Browse files
authored
Merge pull request #245835 from cmcclister/Broken-link-fix-dubiety
Removed broken links
2 parents 848bd68 + 3c314c2 commit 84e0da5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ map.layers.insertLayer(
101101
)
102102
```
103103

104-
The following screenshot shows the above code overlaying a web-mapping tile service of imagery from the [U.S. Geological Survey (USGS) National Map](https://viewer.nationalmap.gov/services/) on top of a map, below the roads and labels.
104+
The following screenshot shows the above code overlaying a web-mapping tile service of imagery from the U.S. Geological Survey (USGS) National Map on top of a map, below the roads and labels.
105105

106106
:::image type="content" source="./media/ios-sdk/Add-tile-layer-to-map-ios/wmts.png" alt-text="This image shows the above code overlaying a web-mapping tile service of imagery from the U.S. Geological Survey (USGS) National Map on top of a map, below the roads and labels.":::
107107

articles/azure-maps/how-to-add-tile-layer-android-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ map.layers.add(layer, "transit")
150150

151151
::: zone-end
152152

153-
The following screenshot shows the above code overlaying a web-mapping tile service of imagery from the [U.S. Geological Survey (USGS) National Map](https://viewer.nationalmap.gov/services/) on top of a map, below the roads and labels.
153+
The following screenshot shows the above code overlaying a web-mapping tile service of imagery from the U.S. Geological Survey (USGS) National Map on top of a map, below the roads and labels.
154154

155155
![Android map displaying WMTS tile layer](media/how-to-add-tile-layer-android-map/android-tile-layer-wmts.jpg)
156156

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ A web-mapping tile service (WMTS) is an Open Geospatial Consortium (OGC) standar
8383

8484
For a fully functional sample that shows how to create a tile layer that points to a Web Mapping Tile Service (WMTS), see the [WMTS Tile Layer] sample in the [Azure Maps Samples]. For the source code for this sample, see [WMTS Tile Layer source code].
8585

86-
The following screenshot shows the [WMTS Tile Layer] sample overlaying a web-mapping tile service of imagery from the [U.S. Geological Survey (USGS) National Map] on top of a map, below roads and labels.
86+
The following screenshot shows the WMTS Tile Layer sample overlaying a web-mapping tile service of imagery from the U.S. Geological Survey (USGS) National Map on top of a map, below roads and labels.
8787

8888
:::image type="content" source="./media/map-add-tile-layer/wmts-tile-layer.png"alt-text="A screenshot of a map with a tile layer that points to a Web Mapping Tile Service (WMTS) overlay.":::
8989

@@ -133,4 +133,4 @@ See the following articles for more code samples to add to your maps:
133133

134134
[OpenSeaMap project]: https://openseamap.org/index.php
135135
[U.S. Geological Survey (USGS)]: https://mrdata.usgs.gov/
136-
[U.S. Geological Survey (USGS) National Map]:https://viewer.nationalmap.gov/services
136+
[U.S. Geological Survey (USGS) National Map]:https://viewer.nationalmap.gov/services

0 commit comments

Comments
 (0)