diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-01-04 16:13:19 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-01-04 16:13:33 +0100 |
commit | 524ce2597354f05ca7c3312807e6c9ff8545d68f (patch) | |
tree | d5c737015c4cf1e0b341fae6b59416f57a95d420 /package.json | |
parent | 70df5eda1d2c1c9ba8227ecb3c7de69b1fb0ac73 (diff) |
Upgrade OpenLayers to 10.3.x.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2d0cae2..f7c2dfc 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "bootstrap": "5.3.x", "bootstrap-icons": "1.11.x", - "ol": "10.2.x", + "ol": "10.3.x", "proj4": "2.15.x" } } |