source: sipes/modules_contrib/openlayers/CHANGELOG.txt @ c43ea01

stableversion-3.0
Last change on this file since c43ea01 was 177a560, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio de modulos contribuidos de drupal

  • Propiedad mode establecida a 100644
File size: 1.1 KB
Línea 
1
2OpenLayers 6.x-2.0-alpha7, XXXX-XX-XX
3----------------------
4Notable changes:
5
6## OpenLayers Map Alters
7
8[Ticket](http://drupal.org/node/763832)
9
10* Update hook/alter definitions from:
11  hook_openlayers_alter(&$map)
12    -> hook_openlayers_map_alter(&$map)
13* Update hook/alter definitions from:
14  hook_openlayers_postrender_alter(&$map)
15    -> hook_openlayers_map_preprocess_alter(&$map)
16
17
18OpenLayers 6.x-2.0-alpha4, 2010-04-08
19----------------------
20Between the OpenLayers 2.0-alpha3 and 2.0-alpha4 releases, there were
21several changes which clarified the module but are not backwards-
22compatible with alpha3.
23
24## OpenLayers Hooks
25
26[Ticket](http://drupal.org/node/723530)
27
28Upgrading:
29
30* Update hook definitions to implement `openlayers_openlayers_layers`
31  instead of `openlayers_openlayers_layers_info`
32* Update hook definitions to implement `openlayers_openlayers_styles`
33  instead of `openlayers_openlayers_styles_info`
34
35## Grouped OpenLayers Data Views
36
37[Ticket](http://drupal.org/node/736576)
38
39* Update CSS for h2.point-title to h2.openlayers-views-group-feature-name
40* Update CSS for div.point-content to
41  div.openlayers-views-group-feature-description
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.