Skip to content

Commit

Permalink
Use commit hash references when possible
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Dec 29, 2023
1 parent 8c17d2d commit 5dbe16f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 5dbe16f

Please sign in to comment.