diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-05-30 15:52:28 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-05-30 15:52:28 +0200 |
commit | fde47f46b3fa2184a88ab44fc831691fb4fd7a01 (patch) | |
tree | 5dcaef8ab327ae59164557f11c17982a697231ee /package.json | |
parent | 809b7cbeb43c5a9c94d68af9884074fc70cb38c5 (diff) |
Upgrade OpenLayers to 9.2.0.
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 830f072..5d9c0af 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "bootstrap": "5.3.x", "bootstrap-icons": "1.11.x", - "ol": "9.1.x", + "ol": "9.2.x", "proj4": "2.11.x" } } |