Skip to content

Commit

Permalink
Update OpenLayers from 9.1.0 to 9.2.4 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins authored May 30, 2024
1 parent eea841a commit 0554326
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This will get the full/legacy build of OpenLayers. See https://openlayers.org/do

```shell
cd ol
export OL_VERSION=v9.1.0
export OL_VERSION=v9.2.4
wget https://github.com/openlayers/openlayers/releases/download/$OL_VERSION/$OL_VERSION-dist.zip
unzip -jo $OL_VERSION-dist.zip dist/* ol.css ol.css.map
rm $OL_VERSION-dist.zip
Expand All @@ -20,7 +20,7 @@ A slightly more complicated build process is required to get an optimized-fot-si
```shell
cd ol
rm -rf openlayers
export OL_VERSION=v9.1.0
export OL_VERSION=v9.2.4
git clone https://github.com/openlayers/openlayers.git
cd openlayers
git checkout -b $OL_VERSION-custom $OL_VERSION
Expand Down
4 changes: 2 additions & 2 deletions ol/ol.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ol/ol.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugin.info.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
base openlayersmap
author Mark C. Prins
email [email protected]
date 2024-04-08
date 2024-05-30
name OpenLayers map plugin for DokuWiki
desc Provides a syntax for rendering an OpenLayers based map in a wiki page.
url https://www.dokuwiki.org/plugin:openlayersmap

0 comments on commit 0554326

Please sign in to comment.