Skip to content

Commit

Permalink
Bump OpenLayers from 10.2.0 to 10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Sep 27, 2024
1 parent 0f47e14 commit 93acafa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2.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.2.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.

0 comments on commit 93acafa

Please sign in to comment.