You are here

README.txt in OpenLayers Plus 7.2

Same filename and directory in other branches
  1. 7.3 README.txt
-- SUMMARY --

`Openlayers_plus` is a collection of behaviors that work with 
[the Drupal OpenLayers module](http://drupal.org/project/openlayers),
version 2 and up.

-- REQUIREMENTS --
This module requires the OpenLayers module, but not 
vice versa.

For a full description of the module, visit the project page:
  https://drupal.org/project/openlayers_plus
  
To submit bug reports and feature suggestions, or to track changes:
  https://drupal.org/node/add/project-issue/openlayers_plus

This provides the following functionality:

* BlockSwitcher: a clone of [LayerSwitcher]
(http://dev.openlayers.org/docs/files/OpenLayers/Control/LayerSwitcher-js.html), 
with better themability and positioning via the Drupal block system.
* BlockToggle: a version of BlockSwitcher that toggles between two 
different layers only. Useful for situations in which layers represent
the same data in slightly different ways.
* Legend: a block in a corner of a map that provides information on layers.
* Permalink: a version of [Permalink]
(http://dev.openlayers.org/docs/files/OpenLayers/Control/Permalink-js.html)
optimized to persist layers between pages with different layer setups and 
without explicitly using the control.
* Popup: an interaction with point-based, clustered maps that allows
clicking on points that results in scanning between items.
* Tooltip: an interaction with point-based maps that results in following
links on hover.
* Scale Points: dynamic styling, changing point radii based on a certain value

This module does not provide thorough theming or accessory images: it's the 
responsibility of the site builder to tune styling.

File

README.txt
View source
  1. -- SUMMARY --
  2. `Openlayers_plus` is a collection of behaviors that work with
  3. [the Drupal OpenLayers module](http://drupal.org/project/openlayers),
  4. version 2 and up.
  5. -- REQUIREMENTS --
  6. This module requires the OpenLayers module, but not
  7. vice versa.
  8. For a full description of the module, visit the project page:
  9. https://drupal.org/project/openlayers_plus
  10. To submit bug reports and feature suggestions, or to track changes:
  11. https://drupal.org/node/add/project-issue/openlayers_plus
  12. This provides the following functionality:
  13. * BlockSwitcher: a clone of [LayerSwitcher]
  14. (http://dev.openlayers.org/docs/files/OpenLayers/Control/LayerSwitcher-js.html),
  15. with better themability and positioning via the Drupal block system.
  16. * BlockToggle: a version of BlockSwitcher that toggles between two
  17. different layers only. Useful for situations in which layers represent
  18. the same data in slightly different ways.
  19. * Legend: a block in a corner of a map that provides information on layers.
  20. * Permalink: a version of [Permalink]
  21. (http://dev.openlayers.org/docs/files/OpenLayers/Control/Permalink-js.html)
  22. optimized to persist layers between pages with different layer setups and
  23. without explicitly using the control.
  24. * Popup: an interaction with point-based, clustered maps that allows
  25. clicking on points that results in scanning between items.
  26. * Tooltip: an interaction with point-based maps that results in following
  27. links on hover.
  28. * Scale Points: dynamic styling, changing point radii based on a certain value
  29. This module does not provide thorough theming or accessory images: it's the
  30. responsibility of the site builder to tune styling.