ol 10.5.1-dev.1744808247720 → 10.5.1-dev.1744824652572

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -55,7 +55,7 @@ export function linearRingContainsXY(
55
55
  x,
56
56
  y,
57
57
  ) {
58
- // https://geomalgorithms.com/a03-_inclusion.html
58
+ // https://web.archive.org/web/20210504233957/http://geomalgorithms.com/a03-_inclusion.html
59
59
  // Copyright 2000 softSurfer, 2012 Dan Sunday
60
60
  // This code may be freely used and modified for any purpose
61
61
  // providing that this copyright notice is included with it.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ol",
3
- "version": "10.5.1-dev.1744808247720",
3
+ "version": "10.5.1-dev.1744824652572",
4
4
  "description": "OpenLayers mapping library",
5
5
  "keywords": [
6
6
  "map",
package/util.js CHANGED
@@ -33,4 +33,4 @@ export function getUid(obj) {
33
33
  * OpenLayers version.
34
34
  * @type {string}
35
35
  */
36
- export const VERSION = '10.5.1-dev.1744808247720';
36
+ export const VERSION = '10.5.1-dev.1744824652572';