| 1 |
$Id$
|
| 2 |
|
| 3 |
Drupal 6 todo:
|
| 4 |
|
| 5 |
* Finish porting
|
| 6 |
|
| 7 |
* Keep in sync with D5 version.
|
| 8 |
|
| 9 |
|
| 10 |
Drupal 5 todo:
|
| 11 |
|
| 12 |
* Lots more documentation
|
| 13 |
|
| 14 |
Legacy 4.7 todo:
|
| 15 |
|
| 16 |
- rationalize all of the different default map variables, so that most of them
|
| 17 |
use the 'default map' settings of the gmap.
|
| 18 |
- Significantly upgrade the macro creator.
|
| 19 |
- The documentation (both in the code and this file) needs to be significantly
|
| 20 |
improved.
|
| 21 |
- create interface to geocoding for address or postal code to Long, Lat
|
| 22 |
conversion. Preferably on the client side of the javascript gmapmacro
|
| 23 |
page. (Probably wont do this, leave this functionality to location.module)
|
| 24 |
- Create an API that will allow the use of the macro creation tool in any
|
| 25 |
module.
|
| 26 |
- Create setting to suppress the option of changing some of the settings in
|
| 27 |
the macro creation page. This could be used so that all maps generated
|
| 28 |
are the same size, or the same magnification.
|