Skip to content

Commit a4b8705

Browse files
authoredJan 31, 2025··
Merge pull request #89 from mprins/ol-v10.4.0
Upgrade OpenLayers from 10.3.1 to 10.4.0
2 parents 15b5ba3 + a8b86b8 commit a4b8705

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
 

‎ol/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This will get the full/legacy build of OpenLayers. See https://openlayers.org/do
77

88
```shell
99
cd ol
10-
export OL_VERSION=v10.3.1
10+
export OL_VERSION=v10.4.0
1111
wget https://github.com/openlayers/openlayers/releases/download/$OL_VERSION/$OL_VERSION-dist.zip
1212
unzip -jo $OL_VERSION-dist.zip dist/* ol.css ol.css.map
1313
rm $OL_VERSION-dist.zip
@@ -20,7 +20,7 @@ A slightly more complicated build process is required to get an optimized-full-s
2020
```shell
2121
cd ol
2222
rm -rf openlayers
23-
export OL_VERSION=v10.3.1
23+
export OL_VERSION=v10.4.0
2424
git clone https://github.com/openlayers/openlayers.git
2525
cd openlayers
2626
git checkout -b $OL_VERSION-custom $OL_VERSION

‎ol/ol.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎ol/ol.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎plugin.info.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
base openlayersmap
22
author Mark C. Prins
33
email mprins@users.sf.net
4-
date 2024-12-10
4+
date 2025-01-31
55
name OpenLayers map plugin for DokuWiki
66
desc Provides a syntax for rendering OpenLayers based maps in wiki pages.
77
url https://www.dokuwiki.org/plugin:openlayersmap

0 commit comments

Comments
 (0)
Please sign in to comment.