| 1 |
$Id: README.txt,v 1.15.2.1 2009/08/06 06:14:04 binarybill Exp $
|
| 2 |
|
| 3 |
Description
|
| 4 |
=====================================
|
| 5 |
OpenLayers is a suite of module to help integrate the
|
| 6 |
OpenLayers JS library within Drupal. At it's core, it
|
| 7 |
provides a simple API to create maps with PHP arrays
|
| 8 |
and display them where you like.
|
| 9 |
|
| 10 |
There are a number of modules that add on more functionality.
|
| 11 |
* Preset UI - Creates a user interface to make map
|
| 12 |
arrays which can be used in various places
|
| 13 |
* Layers - Adds multiple layer types and layers
|
| 14 |
that can be used in maps
|
| 15 |
* Behaviors - Adds extra functionality to maps
|
| 16 |
like Popups and Tooltips
|
| 17 |
* CCK - Allows integration with CCK so that geo data
|
| 18 |
can be inputted via a map
|
| 19 |
* Views - Allows data to be displayed on a map
|
| 20 |
via Views
|
| 21 |
* Filters - Creates a filter to replace
|
| 22 |
[openlayers preset_name] with a map.
|
| 23 |
|
| 24 |
|
| 25 |
Installation
|
| 26 |
=====================================
|
| 27 |
1) Normal Drupal module installation
|
| 28 |
|
| 29 |
2) Set OpenLayers Source at: admin/settings/openlayers
|
| 30 |
It is suggested to download the library and use it
|
| 31 |
locally for performance.
|
| 32 |
|
| 33 |
4) You can manage maps at: admin/settings/openlayers/presets
|
| 34 |
|
| 35 |
|
| 36 |
Documentation
|
| 37 |
=====================================
|
| 38 |
Significant documentation can be found after installing the
|
| 39 |
Advanced Help module:
|
| 40 |
* http://drupal.org/project/advanced_help
|
| 41 |
|
| 42 |
You can also check out the handbook pages:
|
| 43 |
* http://drupal.org/node/595850
|
| 44 |
|
| 45 |
|
| 46 |
Authors/Credits
|
| 47 |
=====================================
|
| 48 |
bdragon: http://drupal.org/user/53081
|
| 49 |
phayes: http://drupal.org/user/47098
|
| 50 |
zzolo: http://drupal.org/user/147331
|
| 51 |
tmcw: http://drupal.org/user/12664
|