Hi! Thanks for this awesome module.

Sorry if this is a duplicate. Openlayers does not seem to be downloading the OpenLayers Javascript library correctly, at least when I install it as part of a drush makefile. It downloads a file to:

sites/all/libraries/v2.13.1.zip

But this "zipfile" actually just contains an error code.

I think the correct current URL would be:
http://github.com/openlayers/openlayers/releases/download/release-2.13.1...

See:
http://openlayers.org/two/

When I download the library manually, unzip it, and move its contents to sites/all/libraries/openlayers/,
the module works as expected.

Hope this helps!

Comments

Pol’s picture

Status: Active » Fixed

Please, upgrade to 7.x-2.x.

timos’s picture

Hi

@Pol
Do you mean the 7.x-2.x dev version ? Because i download the 7.x-2.0-beta9 throught a make file and this my make fails as the openlayers.make fails to download the library

Thx

Tim

timos’s picture

Status: Fixed » Active

Hi

Sorry but i reopen this issue

Indeed until it's not in the stable version, project with make file using required (as most professional projects do) has to use the dev version.

Is it possible to quickly fix it on stable version, no ? (update the .make file to a .make.example file)

Thx

Tim

basvredeling’s picture

Please help out with: #2670484: Stable 7.x-2.0 release to create a stable release.

ressa’s picture

I had this happen when I tried to use https on a web site. Switching back to using http, and it works again ...

ressa’s picture

Would it be possible to get a fresh release out for 7.x-2.x, including the fix for the Javascript library? Many browsers are starting to complain if HTTPS is not used ...

EDIT: I updated OpenLayers external source at /admin/structure/openlayers to use https://openlayers.org/api/2.13/OpenLayers.js, which seems to fix the HTTPS issue.