Skip to content

Bump OpenLayers from 10.4.0 to 10.5.0 #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4.0
export OL_VERSION=v10.5.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.4.0
export OL_VERSION=v10.5.0
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 mprins@users.sf.net
date 2025-01-31
date 2025-04-02
name OpenLayers map plugin for DokuWiki
desc Provides a syntax for rendering OpenLayers based maps in wiki pages.
url https://www.dokuwiki.org/plugin:openlayersmap
Loading