Skip to content

Commit

Permalink
Bump OpenLayers from 10.0.0 to 10.1.0 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins authored Aug 24, 2024
1 parent a562376 commit 7d0bcb7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 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.0.0
export OL_VERSION=v10.1.0
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.0.0
export OL_VERSION=v10.1.0
git clone https://github.com/openlayers/openlayers.git
cd openlayers
git checkout -b $OL_VERSION-custom $OL_VERSION
Expand All @@ -35,6 +35,8 @@ npm run build-index
npx rollup --config config/rollup-full-build.js
npx cleancss --source-map src/ol/ol.css -o build/full/ol.css
cp build/full/*.* ../
cd ..
rm -rf openlayers
```

## update LayerSwitcher
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-06
date 2024-08-24
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 7d0bcb7

Please sign in to comment.