Mercurial > lada > lada-client
comparison install-dependencies.sh @ 1273:16fd88e8c922
URLs for OL2 (OpenLayers 2) updated
author | Marco Lechner, GeoBoink<lechner@geoboink.de> |
---|---|
date | Sun, 08 Jan 2017 21:57:36 +0100 |
parents | db9297e559ab |
children | 6075731bc4f1 |
comparison
equal
deleted
inserted
replaced
1272:208254152ac0 | 1273:16fd88e8c922 |
---|---|
19 curl -L https://github.com/eligrey/Blob.js/archive/master.zip \ | 19 curl -L https://github.com/eligrey/Blob.js/archive/master.zip \ |
20 -o Blob-js.zip | 20 -o Blob-js.zip |
21 unzip -n Blob-js.zip | 21 unzip -n Blob-js.zip |
22 ln -sf Blob.js-master Blob | 22 ln -sf Blob.js-master Blob |
23 | 23 |
24 curl -L https://github.com/openlayers/openlayers/archive/release-2.13.1.zip \ | 24 curl -L https://github.com/openlayers/ol2/archive/release-2.13.1.zip \ |
25 -o OpenLayers-2-13-1.zip | 25 -o OpenLayers-2-13-1.zip |
26 unzip -n OpenLayers-2-13-1.zip | 26 unzip -n OpenLayers-2-13-1.zip |
27 ln -sf ol2-release-2.13.1 OpenLayers | 27 ln -sf ol2-release-2.13.1 OpenLayers |
28 cd OpenLayers/build | 28 cd OpenLayers/build |
29 python build.py full.cfg ../OpenLayers.js | 29 python build.py full.cfg ../OpenLayers.js |