# HG changeset patch # User Tom Gottfried # Date 1462893873 -7200 # Node ID d91b0e649e8c95b5d18c4ce23d2b9b7e16d6f208 # Parent 421db8840f499e04b4f43d21eea8c0ba833339b8 Fix OpenLayers installation. diff -r 421db8840f49 -r d91b0e649e8c install-dependencies.sh --- a/install-dependencies.sh Tue May 10 17:15:30 2016 +0200 +++ b/install-dependencies.sh Tue May 10 17:24:33 2016 +0200 @@ -24,9 +24,9 @@ curl -L https://github.com/openlayers/openlayers/archive/release-2.13.1.zip \ -o OpenLayers-2-13-1.zip unzip -n OpenLayers-2-13-1.zip -ln -sf ol2-release-2.13.1/build OpenLayers -cd OpenLayers -python build.py +ln -sf ol2-release-2.13.1 OpenLayers +cd OpenLayers/build +python build.py full.cfg ../OpenLayers.js cd ../ext curl -L https://github.com/elmasse/Ext.i18n.Bundle/archive/v0.3.3.zip \