Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docstring typo #1

Merged
merged 2 commits into from
Dec 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ using this library.

**References**

- https://github.com/arbakker/pdok-js-map-examples/blob/master/leaflet-geojson-wmts-epsg28992/index.js
- https://github.com/arbakker/pdok-js-map-examples/blob/c9ee1c/leaflet-geojson-wmts-epsg28992/index.js
- https://nlmaps.nl/
https://github.com/PDOK/nlmaps/blob/cf2ba6b825853e8bfc34ed3c7b7ff779dda722e9/packages/nlmaps/test/browser-test.js#L36
- https://github.com/geoloep/Leaflet.RD/blob/master/src/leaflet.rd.js
Expand Down
4 changes: 2 additions & 2 deletions src/rd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'proj4leaflet';
* @note
*
* This code is heavily inspired on
* https://github.com/arbakker/pdok-js-map-examples/blob/master/leaflet-geojson-wmts-epsg28992/index.js,
* https://github.com/arbakker/pdok-js-map-examples/blob/c9ee1c/leaflet-geojson-wmts-epsg28992/index.js,
* but there are many caveats expressed on
* https://geoforum.nl/t/betrouwbare-bron-voor-proj4-definitie-van-rd-new-epsg-28992/5144/16.
*
Expand Down Expand Up @@ -53,7 +53,7 @@ const RESOLUTIONS = [
*
* @see
*
* https://github.com/arbakker/pdok-js-map-examples/blob/master/leaflet-geojson-wmts-epsg28992/index.js
* https://github.com/arbakker/pdok-js-map-examples/blob/c9ee1c/leaflet-geojson-wmts-epsg28992/index.js
*/
const RD_PROJECTION = `+proj=sterea\
+lat_0=52.15616055555555\
Expand Down
2 changes: 1 addition & 1 deletion src/tiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const buildTileLayerEndpoint = (
/**
* A pre-configured tile layer for the Rijksdriehoek (RD) projection (EPSG:28992).
*
* This used the standard tile layer with attribution enabled, while limiting the zoom
* This uses the standard tile layer with attribution enabled, while limiting the zoom
* level between 1 and 13.
*
* @note
Expand Down