| 1 |
This is the start of a Yahoo Maps module. It requires the location module to
|
| 2 |
function. Refer to the INSTALL.txt for information on how to enable and
|
| 3 |
configure this module.
|
| 4 |
|
| 5 |
Currently supports the display of node location on a Yahoo! map. The map
|
| 6 |
can render both lat/long location information and also supports address
|
| 7 |
mapping based on the built in geocoding functions of the Yahoo! map API.
|
| 8 |
|
| 9 |
Map settings can be enabled and configured per node type and are themeable.
|
| 10 |
Most of the available Yahoo! map controls can be configured.
|
| 11 |
|
| 12 |
A default YMap view is also supplied to allow the display of multiple nodes
|
| 13 |
on a single map with the display of themable expandable markers.
|
| 14 |
|
| 15 |
Near term development will add support for more map types other than AJAX
|
| 16 |
(e.g. Flash), and support for the overlay of GeoRSS feeds.
|
| 17 |
|
| 18 |
This has been tested with Drupal 4.7
|