Skip to content

Commit a47cef2

Browse files
authored
Fix for BaseLayer CRS link (#53) (#54)
1 parent c66ae9e commit a47cef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stories/pages/React/BaseLayer/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import getCrsRd from '@/utils/getCrsRd?raw';
2121
## Requirements
2222

2323
- [See global requirements list](./?path=/docs/global-requirements--docs)
24-
- CRS handling ([utils/getCrsRd.ts](#1-getcrsrdts))
24+
- CRS handling ([utils/getCrsRd.ts](#--getcrsrdts))
2525

2626
## Description
2727

@@ -43,7 +43,7 @@ These tiles are hosted in a <a href="https://azure.microsoft.com/en-us/products/
4343

4444
### Coordinate Reference System handling
4545

46-
Leaflet by default uses EPSG:3857 (Web Mercator / WGS 84), however, the base layer by default uses Rijksdriehoekscoördinaten. Therefore, we include the `utils/getCrsRd` file to appropriately handle coordinates. [Read more about CRS](#1-getcrsrdts).
46+
Leaflet by default uses EPSG:3857 (Web Mercator / WGS 84), however, the base layer by default uses Rijksdriehoekscoördinaten. Therefore, we include the `utils/getCrsRd` file to appropriately handle coordinates. [Read more about CRS](./?path=/docs/coordinate-reference-systems-crs--docs).
4747

4848
## How to implement
4949

0 commit comments

Comments
 (0)