Skip to content

Commit

Permalink
Bump OpenLayers from 10.1.0 to 10.2.0 to 10.2.1 (#85)
Browse files Browse the repository at this point in the history
* Bump OpenLayers from 10.1.0 to 10.2.0, see https://github.com/openlayers/openlayers/releases/tag/v10.2.0

* Bump OpenLayers from 10.2.0 to 10.2.1, see https://github.com/openlayers/openlayers/releases/tag/v10.2.1
  • Loading branch information
mprins authored Sep 27, 2024
1 parent 644a5ae commit d7ddc98
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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=v10.1.0
export OL_VERSION=v10.2.1
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-full-s
```shell
cd ol
rm -rf openlayers
export OL_VERSION=v10.1.0
export OL_VERSION=v10.2.1
git clone https://github.com/openlayers/openlayers.git
cd openlayers
git checkout -b $OL_VERSION-custom $OL_VERSION
Expand Down
2 changes: 1 addition & 1 deletion 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-08-24
date 2024-09-27
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 d7ddc98

Please sign in to comment.