Skip to content

Commit a562376

Browse files
authored
Update OpenLayers from v9.2.4 to v10.0.0 (#82)
* Update OpenLayers from v9.2.4 to v10.0.0 close #81 * Update plugin.info.txt
1 parent 0554326 commit a562376

File tree

6 files changed

+9
-11
lines changed

6 files changed

+9
-11
lines changed

ol/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ This will get the full/legacy build of OpenLayers. See https://openlayers.org/do
77

88
```shell
99
cd ol
10-
export OL_VERSION=v9.2.4
10+
export OL_VERSION=v10.0.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
1414
```
1515

1616
### custom OpenLayers build
1717

18-
A slightly more complicated build process is required to get an optimized-fot-size build of OpenLayers.
18+
A slightly more complicated build process is required to get an optimized-full-size build of OpenLayers.
1919

2020
```shell
2121
cd ol
2222
rm -rf openlayers
23-
export OL_VERSION=v9.2.4
23+
export OL_VERSION=v10.0.0
2424
git clone https://github.com/openlayers/openlayers.git
2525
cd openlayers
2626
git checkout -b $OL_VERSION-custom $OL_VERSION
@@ -43,7 +43,7 @@ see https://github.com/walkermatt/ol-layerswitcher#js
4343

4444
```shell
4545
cd ol
46-
export SWITCHER_VERSION=4.1.1
46+
export SWITCHER_VERSION=4.1.2
4747
wget "https://unpkg.com/ol-layerswitcher@$SWITCHER_VERSION" -O ol-layerswitcher.js
4848
wget "https://unpkg.com/ol-layerswitcher@$SWITCHER_VERSION/dist/ol-layerswitcher.css" -O ol-layerswitcher.css
4949
```

ol/ol.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ol/ol.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ol/ol.js

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ol/ol.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin.info.txt

Lines changed: 1 addition & 1 deletion
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-05-30
4+
date 2024-08-06
55
name OpenLayers map plugin for DokuWiki
66
desc Provides a syntax for rendering an OpenLayers based map in a wiki page.
77
url https://www.dokuwiki.org/plugin:openlayersmap

0 commit comments

Comments
 (0)