Skip to content

Commit 5872a69

Browse files
committed
update
1 parent 9ed8110 commit 5872a69

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

articles/azure-maps/spatial-io-add-ogc-map-layer.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,26 +79,30 @@ You may also specify the map settings to use a proxy service. The proxy service
7979
Learn more about the classes and methods used in this article:
8080

8181
> [!div class="nextstepaction"]
82-
> [OgcMapLayer](/javascript/api/azure-maps-spatial-io/atlas.layer.ogcmaplayer)
82+
> [OgcMapLayer]
8383
8484
> [!div class="nextstepaction"]
85-
> [OgcMapLayerOptions](/javascript/api/azure-maps-spatial-io/atlas.ogcmaplayeroptions)
85+
> [OgcMapLayerOptions]
8686
8787
See the following articles, which contain code samples you could add to your maps:
8888

8989
> [!div class="nextstepaction"]
90-
> [Connect to a WFS service](spatial-io-connect-wfs-service.md)
90+
> [Connect to a WFS service]
9191
9292
> [!div class="nextstepaction"]
93-
> [Leverage core operations](spatial-io-core-operations.md)
93+
> [Leverage core operations]
9494
9595
> [!div class="nextstepaction"]
96-
> [Supported data format details](spatial-io-supported-data-format-details.md)
96+
> [Supported data format details]
9797
98-
[OGC map layer]: https://samples.azuremaps.com/spatial-io-module/ogc-map-layer-example
98+
[Connect to a WFS service]: spatial-io-connect-wfs-service.md
99+
[Leverage core operations]: spatial-io-core-operations.md
100+
[OGC map layer options source code]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples/Spatial%20IO%20Module/OGC%20map%20layer%20options/OGC%20map%20layer%20options.html
99101
[OGC map layer options]: https://samples.azuremaps.com/spatial-io-module/ogc-map-layer-options
100-
[OGC Web Map Service explorer]: https://samples.azuremaps.com/spatial-io-module/ogc-web-map-service-explorer
101-
102102
[OGC map layer source code]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples/Spatial%20IO%20Module/OGC%20map%20layer%20example/OGC%20map%20layer%20example.html
103-
[OGC map layer options source code]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples/Spatial%20IO%20Module/OGC%20map%20layer%20options/OGC%20map%20layer%20options.html
103+
[OGC map layer]: https://samples.azuremaps.com/spatial-io-module/ogc-map-layer-example
104104
[OGC Web Map Service explorer source code]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples/Spatial%20IO%20Module/OGC%20Web%20Map%20Service%20explorer/OGC%20Web%20Map%20Service%20explorer.html
105+
[OGC Web Map Service explorer]: https://samples.azuremaps.com/spatial-io-module/ogc-web-map-service-explorer
106+
[OgcMapLayer]: /javascript/api/azure-maps-spatial-io/atlas.layer.ogcmaplayer
107+
[OgcMapLayerOptions]: /javascript/api/azure-maps-spatial-io/atlas.ogcmaplayeroptions
108+
[Supported data format details]: spatial-io-supported-data-format-details.md

0 commit comments

Comments
 (0)