ol 10.5.1-dev.1744808247720 → 10.5.1-dev.1744916036800
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.
- package/dist/ol.js +1 -1
- package/dist/ol.js.map +1 -1
- package/geom/flat/contains.js +1 -1
- package/package.json +1 -1
- package/util.js +1 -1
package/geom/flat/contains.js
CHANGED
|
@@ -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
package/util.js
CHANGED