openlayers 7.x-3.3

Bug fixes

Changes since 7.x-3.2:

  • #3013374 - openlayers.Types.internal.Error does not exist
  • #3278038 - Another service container inherited bug
  • #3278051 - Several Openlayers Examples maps not working

openlayers 7.x-3.2

Bug fixes

Changes since 7.x-3.1:

  • #2952602 - Support PHP 7.2
  • #3273758 - library version not detected
  • #2911611 - Update to use latest version of Openlayers JS (4.3.3)
  • #2680975 - Support for dynamic style values

openlayers 7.x-3.2-alpha1

Bug fixes

This is the first release in nearly 6 years of the Drupal 7 Openlayers module.

The 7.x-3.2 branch includes the following main changes:

  • PHP 7.2 is now supported
  • It no longer relies on a separate Service Container module. The Service Container module has now been deprecated.

openlayers 8.x-4.x-dev

New features

The 8.x-4.x branch is for Drupal 8/9. This branch is currently under initial development, and is not ready to be used.

openlayers 7.x-3.0

Bug fixes
New features

Hi all,

Here the result of more than one year of work. Thanks to all the people who helped.

Enjoy the release and happy new year to all !

Changes since 7.x-2.0-beta9:

openlayers 7.x-3.0-beta3

Bug fixes

Please use the latest version of Service Container (Currently 1.0.0-beta4).

Mostly a bugfix release with a couple of new features and performance improvements.

To upgrade:

  1. drush rr
  2. drush updb
  3. drush cc all

openlayers 7.x-3.0-beta2

Bug fixes
New features

Please use the latest version of Service Container (Currently 1.0.0-beta4).

Mostly a bugfix release with a couple of new features and performance improvements.

openlayers 7.x-3.0-beta1

Bug fixes
New features

Goals for Openlayers 3.x

Things done in OL 3.x

  • People contributing ! Currently: 3 Want to join ?
  • Use views_geojson for Views(vector) based layers: DONE
  • Strong map data validation and errors management: DONE

openlayers 7.x-2.0-beta9

Bug fixes

Bug fixed

  • Fix bugs related to the rendering of fields.

Changelog of previous version:

openlayers 7.x-2.0-beta8

Bug fixes
New features

New in this release

  • Refactoring of the OpenLayers Vector Data Overlay for Views: we are now using proper field rendering into the popup. We can now use the real power of field wrapping and tweaking provided by Views into popups.
  • The mechanism to render the full node into the popup has been removed. The functionnality can be restored by installing the entity module who provide a field 'Rendered node'.

openlayers 7.x-2.0-beta7

Bug fixes
  • Issue #2005230: Make sure PHP 5.3 is required.
  • Issue #2004430: Fixed Missing slash in some link.

openlayers 7.x-2.0-beta6

New features
Bug fixes

As promised, a new beta for the Drupalcon Portland 2013 ! Enjoy !

Changelog

Enable 'Save and edit' for layers too. - Pol Dell'Aiera, 22 minutes ago
Issue #1999548: Ignores OpenLayers External Source - git, 3 days ago
Remove 'plugins/[PLUGIN]' hardcoded directory and use function openlayers_ctools_plugin_directory. - Pol Dell'Aiera, 7 days ago
Moving plugins from includes to plugins directory. - Pol Dell'Aiera, 7 days ago
Add an custom icon for OpenLayers Maps content type in panels, or, how to waste time in a 13h flight. - Pol Dell'Aiera, 7 days ago
Adding a check: Submitted external url must be an external url. - Pol Dell'Aiera, 7 days ago
Do not display div having 'olImageLoadError' class. See http://goo.gl/2CkKW - Pol Dell'Aiera, 10 days ago
Issue #1475316: place the layer switcher outside the map - evilehk, 3 weeks ago
Issue #1985024: WMTS format: image/png not available as output - Pol Dell'Aiera, 3 weeks ago
Issue #1985024: WMTS format: image/png not available as output - Pol Dell'Aiera, 3 weeks ago
Add projection EPSG:900913 for Google Layers. - Pol Dell'Aiera, 3 weeks ago
Add drupalID for layer type image. - Pol Dell'Aiera, 4 weeks ago
Issue #1978462: Popup border-images CSS-reset - LukyLuke_ch, 4 weeks ago
Adding a new layer type: Dummy. - Pol Dell'Aiera, 4 weeks ago
Adding a new layer type: GPX. Fix the edition of a layer KML and GPX. - Pol Dell'Aiera, 4 weeks ago
Issue #1966460: ZOOM TO LAYER not working properly - Augustus Kling, 5 weeks ago
Adding a TODO. - Pol Dell'Aiera, 5 weeks ago

openlayers 7.x-2.0-beta5

Bug fixes

This is a bugfixing release.

Module developers, if your module provides layers or behaviors, there are a lot of chance that you'll have to update.
As example, see the patch for the Geofield module.
Here's a guide, it's really easy.

Enhancements & bug fix

Remove unused maxExtent of sample layer - Augustus Kling, 32 minutes ago
Drop maxExtent from layers where layers don't handle it. - Augustus Kling, 42 minutes ago
Use maxExtent of WMTS layers only if set - Augustus Kling, 43 minutes ago
Do not modify parameter when there is no need to do so - Augustus Kling, 56 minutes ago
Add a test on map, to check if maxExtent is an array before using it. - Pol Dell'Aiera, 2 hours ago
Issue #1960870: Layer Types JS Cleanup: Layer Types JS Cleanup. - Pol Dell'Aiera, 2 hours ago
Updating examples. - Pol Dell'Aiera, 2 hours ago
Fix CSS to get it working with some responsive themes. - Pol Dell'Aiera, 3 hours ago
Pass isBaseLayer option to WMTS layers so that is it not assumed they would all be base layers - Augustus Kling, 13 hours ago
Stricter checking of layers' maxExtent to avoid setting invalid values - Augustus Kling, 14 hours ago
Adding a TODO for a future cleaning. - Pol Dell'Aiera, 15 hours ago

openlayers 7.x-3.0-alpha0

Bug fixes
New features

Same release notes as 7.x-2.0-beta4.

New features:

  • Now using renderable arrays instead of theme() to render a map.
  • New refresh strategy behavior

This release is rather experimental, you are warned !

openlayers 7.x-2.0-beta4

New features
Bug fixes

Voila, this is it !

This release add a number of new exciting features and enhancements, read on below !

First, a special thanks to Augustus Kling who made a wonderful patch to support custom projections handling, he's now an official maintainer.

Pay attention ! OpenLayers requires now Proj4js and Libraries in order to work properly.
So, if you plan to upgrade, be sure that those two modules are installed and enabled.
Also, don't forget to make a backup too, we never know what could happend ! (drush ard is your best friend)

Module developers, don't forget to update your modules !
Here's a guide, it's really easy.

I'll try to release a new version every three month, I think it's a good pace.

Don't forget to report correctly the new bugs you will encounter, we have updated the frontpage of the module with some guidelines, please, read them.

Now the word of the end, I hope you'll enjoy this release as much as we enjoyed doing it, I have plenty of new features and ideas for the next versions :-)

See you in the next release, in 3 months, after Portland DC ! :-)

openlayers 6.x-2.0-beta3

Bug fixes

Issue #1694174: Google map layer does not load in Chrome using HTTPS - andrewsuth, 8 months ago
Issue #1694048: JS File URL should respect RFC 1808 Section 4 - andrewsuth, 8 months ago
Issue #1223062 by batje: Typo in style plugin docs. - batje, 1 year ago
Revert "Issue #1223062 by batje: Typo in style plugin docs." - Alan Palazzolo, 1 year ago
Issue #1223062 by batje: Typo in style plugin docs. - Alan Palazzolo, 1 year ago
Issue #1393460 by batje: Hack to ensure events are handled correctly with select feature. - batje, 1 year ago

openlayers 7.x-2.0-beta3

New features
Bug fixes

Highlights in this release:

openlayers 7.x-3.x-dev

Bug fixes

D7 3.x development branch. As of 11-11, when created, this is nowhere near close to working.

xxx

openlayers 7.x-2.0-alpha2

New features
Bug fixes
  • #1261048 by Pol: Icons on style list.
  • #748646: Render all fields for Views data.
  • #1242490 by Pisco: Update DragBan behavior properly.
  • #1128928 by DjebbZ and zzolo: Image and CSS path description enhancements.
  • #1127498 by zzolo: Fixed URL encoding issue for style graphic paths.
  • #1209334 by dafeder: Upgrade cluster behavior for D7.
  • #1230456 by ao2: Add document drag option to navigation behavior.
  • #1222898 by makara: Update for boxes API.
  • #806318 by zzolo: Adding explicit messages for requirements and on openlayers pages to make it clear that a manual upgrade is needed.
  • Initial backwards compatability for openlayers_presets hook.
  • We now support layer weights. #1196766
  • Formatting fixes
  • Fixing strict warning. #1206954
  • Created basic JS rendering tests.
  • Added ability to stop map rendering from happening so that JS testing is more effective.
  • Moved tests module pages into separate pages.

openlayers 7.x-2.0-alpha0

First release of the 7.x series. This is an early alpha, development-quality release, not recommended for use on production systems.

It notably does not include OpenLayers CCK, which is deprecated because of the field system, and does not include or plan to upgrade OpenLayers filters.

It does include a new Boxes plugin, which allows users to embed maps without creating an OpenLayers Map view.

openlayers 7.x-2.x-dev

New features

Rolling development release of the 7.x series of the OpenLayers module

Important things to know
  • OpenLayers CCK is not ported. It is unclear whether it will be ported or maintained as a separate module
  • OpenLayers Filters is not ported. It is unclear whether it will be ported or maintained as a separate module
  • This is all very early development stuff. There are bugs.
Changes from 6-2.x
  • OpenLayers now provides a Boxes plugin

openlayers 6.x-2.0-alpha10

Bug fixes

Quick fix for ALPHA9 :(

#895082 broke forwards compatibility. Now works fine. Should be addressed as an update function for next release.

openlayers 6.x-2.0-alpha9

New features
Bug fixes

Changes since DRUPAL-6--2-0-ALPHA8:

Features

  • #710770 by zzolo: Allow popups and tooltips to be set per layer.
  • #820650 by strk: Add ID to each pseudofeature.
  • #825098 by strk and zzolo: Allow draw features to use more than just GC WKT.
  • #834594 by zzolo: Allow Google layers to specific language.
  • #836864 by tmcw: Allowing for setting of extractStyles and extractAttributes
  • #840336 by strk: Making EditingToolbar DragPan tool enabled by default instead of map-owned Navigation tool
  • #768294 by gwulo: Adding ability to hide maps if no features are present
  • #805264 by strk: styling clusters
  • #843718 by rsoden: enabling post-views modification of map data with a theme function
  • #854928 by strk: Added activate by default option for fullscreen behavior.
  • #856442 by strk: make map preset name available in map array

openlayers 6.x-2.0-alpha8

New features
Bug fixes

Bugfixes

  • Properly setting projection on WMS layers
  • #801100: Check to ensure that an extent is found before zooming.
  • #802042 by strk: Removed use of global variable in draw features so behaviors can be used twice on single page.
  • #810134: Removing hardcoded WMS transparency
  • #810796 by strk: singleTile option for WMS layers
  • #810846 by strk: Adding buffer and ratio options for WMS layers
  • #809208 by mikesir87: Reducing number of JS includes
  • Renaming class, fixing grouped rendered fields.
  • #790008: CCK input and formatters now support styles.
  • #823662 by strk: Type in CCK widget settings.
  • #822350: variable default for openlayers_include was dev version.
  • #823444 by gwulo: Switching: Fullscreen to Exit fullscreen when toggled.

openlayers 6.x-2.0-alpha7

Bug fixes

The main reason for this release is compatibility with CTools 1.4, which is broken in alpha6.

Other big-deal tickets:

openlayers 6.x-2.0-alpha5

Bug fixes

Another month of bug fixes and improving OpenLayers in strict mode. Also major improvements to the WMS layer type and features compatibility.

openlayers 6.x-2.0-alpha4

New features
Bug fixes

This is a bugfix release, but note that it also breaks compatibility in a few areas from alpha3, so check CHANGELOG.txt for updating sites.

Big Changes:

openlayers 6.x-2.0-alpha3

Bug fixes

This is mainly a bugfix release, as well as a point of stability before future releases which may change the names of vital hooks [1].

Among the many bugs fixed since 2.0-alpha2, the most important are related to the completion of CCK functionality (with the exception of [2]. This release also includes fixes for the KML layer type, the ZoomToLayer functionality, editing and reverting layers, and it adds to the documentation and tests in the 2.x branch. It is a recommended update for all users of 2.x who are using tagged releases.

openlayers 6.x-2.0-alpha2

Bug fixes

Upgrade paths are better taken into account, though still needs some work for 1.x to 2.x.

openlayers 6.x-2.0-alpha1

New features

This is the first tagged release of OpenLayers 2.x, which allows end-users to create new layers and configure maps more easily through the interface, enhances developer workflows using exportables, and fixes many bugs found in the 0.x and 1.x branches. It is recommended for users running non-critical websites to see the newest features, and is not guaranteed to be bug-free. Please post issues on the issue tracker if you uncover any bugs or have trouble using the module.

openlayers 6.x-1.0-beta4

Bug fixes

Mostly bug fixes

* #598206: Localize: Added localize template via potx module.
* #655784: Add support for Geo Data fields to CCK formatter by jerdavis: support for geo_data map formatters.
* #607960: Hide the map if no point is set: Added update function to ensure any previous fields have the right default.
* Small bug in zoom-to-feature behavior whereby it tries to zoom even if there are no features to zoom to
* #624732: Add PanZoom control to OpenLayers Preset UI module by jerdavis: Changed Add PanZoom control to OpenLayers Preset UI module.
* #592816: Cluster behavior does not work with two layers: Rearranged cluster logic to be layer focused.
* #528952: Do not show empty map when views result is empty: Added option in view to allow to not show empty maps.
* jerdavis #623818: Views update breaks OpenLayers views Update for views 2.7
* Small tooltip typo/bug
* #616042: OMMISION: Zoombox TRUE will not work unless Navigation is TRUE Added fix for WMS baselayer transparency. Added documentation on ZoomBox control
* Fixed IE and chrome problems on fullscreen behavior. see #609092: Maps not working in IE
* #586944: zoom_to_layer does not work for closed linestrings: zoom_to_layer and zoom_to_feature now fixed for lines
* BWPanda: #601804: Unsupported operand types... -- Advanced help fixed
* update to fullscreen behavior - can now be on, off, or locked
* Porting the IE7 vector fix to OpenLayers 1.x
* Tooltip: Better theming - can override height and width offsetting. Added documentation
* #603810: tooltip vertical offset too high when rendering view in a panel
* #583556: Clean up JS for 1.x: Cleaned up JS. Added some maps in the testing module.
* #570236: 2.x Port: Support Domain Access module for Layers Keys and Main Settings: Added support for Domain module. There can now be separate settings for the openlayers module and the openlayers_layers module.
* #587392: Guide users to custom builds for deployment.: Added links to admin help and advanced help section.

openlayers 6.x-0.1-alpha6

Bug fixes

Release including fix for '#630976: Fix grouping error'

The 0.x branch is not currently recommended for end-users. Transition to 2.x for all new projects.

Pages

Subscribe with RSS Subscribe to Releases for Openlayers