From bad011ff0b327c4de1312269b5f1a388399053d2 Mon Sep 17 00:00:00 2001 From: dehmer Date: Thu, 20 Jun 2024 10:04:17 +0200 Subject: [PATCH] deps: updated ol@9.2.4 --- package-lock.json | 8 ++++---- package.json | 2 +- paperwork/Style Specification.md | 1 - src/renderer/ol/style/styleFactory.js | 1 - 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d3c8a5c..2b1667cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "most-subject": "^6.0.0", "mousetrap": "^1.6.5", "mousetrap-global-bind": "^1.1.0", - "ol": "^8.1.0", + "ol": "^9.2.4", "path-to-regexp": "^6.2.1", "proj4": "^2.8.0", "ramda": "^0.30.1", @@ -12759,9 +12759,9 @@ "dev": true }, "node_modules/ol": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/ol/-/ol-8.2.0.tgz", - "integrity": "sha512-/m1ddd7Jsp4Kbg+l7+ozR5aKHAZNQOBAoNZ5pM9Jvh4Etkf0WGkXr9qXd7PnhmwiC1Hnc2Toz9XjCzBBvexfXw==", + "version": "9.2.4", + "resolved": "https://registry.npmjs.org/ol/-/ol-9.2.4.tgz", + "integrity": "sha512-bsbu4ObaAlbELMIZWnYEvX4Z9jO+OyCBshtODhDKmqYTPEfnKOX3RieCr97tpJkqWTZvyV4tS9UQDvHoCdxS+A==", "dependencies": { "color-rgba": "^3.0.0", "color-space": "^2.0.1", diff --git a/package.json b/package.json index 9d595b70..a66227ee 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "most-subject": "^6.0.0", "mousetrap": "^1.6.5", "mousetrap-global-bind": "^1.1.0", - "ol": "^8.1.0", + "ol": "^9.2.4", "path-to-regexp": "^6.2.1", "proj4": "^2.8.0", "ramda": "^0.30.1", diff --git a/paperwork/Style Specification.md b/paperwork/Style Specification.md index c62b28d0..916a64ff 100644 --- a/paperwork/Style Specification.md +++ b/paperwork/Style Specification.md @@ -87,7 +87,6 @@ shape-line-width :: number shape-offset :: [number, number] shape-points :: number shape-radius :: number -shape-radius-1 :: number shape-radius-2 :: number shape-rotate :: number shape-scale :: [number, number] diff --git a/src/renderer/ol/style/styleFactory.js b/src/renderer/ol/style/styleFactory.js index 32dafb66..ae1e6360 100644 --- a/src/renderer/ol/style/styleFactory.js +++ b/src/renderer/ol/style/styleFactory.js @@ -112,7 +112,6 @@ const makeShape = props => { fill, stroke, radius: props['shape-radius'], - radius1: props['shape-radius-1'], radius2: props['shape-radius-2'], points: props['shape-points'], angle: props['shape-angle'],