api.html |
help/api.html |
|
|
array.html |
help/array.html |
|
|
extending.html |
help/extending.html |
|
|
filter.html |
help/filter.html |
|
|
GMAP-MACRO-DICTIONARY.txt |
GMAP-MACRO-DICTIONARY.txt |
|
GMAP-MACRO-DICTIONARY.txt
This file defines the attributes available in GMap macros.
----------------
BASIC ATTRIBUTES
----------------
Attribute: center
Values: lat,lon
Description: map… |
gmap-view-gmap.tpl.php |
gmap-view-gmap.tpl.php |
|
gmap-view-gmap.tpl.php
Default view template for a gmap. |
gmap.css |
gmap.css |
|
GMap CSS rules. |
gmap.info |
gmap.info |
|
name = GMap
description = Filter to allow insertion of a google map into a node
core = 6.x
package = Location |
gmap.install |
gmap.install |
|
GMap install/uninstall routines. |
gmap.module |
gmap.module |
|
GMap -- Routines to use the Google Maps API in Drupal. |
gmap.php |
gmap.php |
|
GMap plugin API. |
gmap.strings.inc |
gmap.strings.inc |
|
|
gmap.strings.php |
gmap.strings.php |
|
|
gmap.test |
tests/gmap.test |
|
|
gmap.views.inc |
gmap.views.inc |
|
GMap views support. |
gmap_location.info |
gmap_location.info |
|
name = GMap Location
description = Display location.module information on Google Maps
package = Location
core = 6.x
dependencies[] = gmap
dependencies[] = location |
gmap_location.install |
gmap_location.install |
|
gmap_location install routines. |
gmap_location.module |
gmap_location.module |
|
GMap Location module is a module to add some gmap funcationality based on location.modules information. |
gmap_macro_builder.info |
gmap_macro_builder.info |
|
name = GMap Macro Builder
description = UI for building GMap macros.
package = Location
core = 6.x
dependencies[] = gmap |
gmap_macro_builder.install |
gmap_macro_builder.install |
|
Install / update routines for gmap_macro_builder. |
gmap_macro_builder.module |
gmap_macro_builder.module |
|
GMap Macro Builder |
gmap_markerinfo.inc |
gmap_markerinfo.inc |
|
GMap marker information routines. |
gmap_parse_macro.inc |
gmap_parse_macro.inc |
|
GMap macro parsing routines. |
gmap_plugin_style_gmap.inc |
gmap_plugin_style_gmap.inc |
|
GMap style plugin. |
gmap_polyutil.inc |
gmap_polyutil.inc |
|
Encoded polyline utilities. |
gmap_settings_ui.inc |
gmap_settings_ui.inc |
|
GMap settings form. |
gmap_taxonomy.info |
gmap_taxonomy.info |
|
name = GMap Taxonomy Markers
description = Taxonomy based markers
package = Location
core = 6.x
dependencies[] = taxonomy
dependencies[] = gmap |
gmap_taxonomy.install |
gmap_taxonomy.install |
|
gmap_taxonomy install routines. |
gmap_taxonomy.module |
gmap_taxonomy.module |
|
GMap Taxonomy Markers |
gmap_taxonomy.views.inc |
gmap_taxonomy.views.inc |
|
Views data for gmap_taxonomy. |
NOTES.txt |
NOTES.txt |
|
General notes for getting the most out of gmap.
COMMONLY USED COORDINATES
-------------------------
37.0625,-95.677068 -- Center of US according to Google
THINGS TO WATCH OUT FOR
-----------------------
A) Be careful when using extremely long… |
README.txt |
README.txt |
|
Description
-----------
GMap is an API and a related set of modules which allows the integration of Google Maps with a Drupal site.
gmap.module: The main module. Contains the API, the basic map functions, and an input filter to create macros into… |
README.txt |
thirdparty/README.txt |
|
Third party code.
Place downloaded third party code in this folder if instructed to by GMap.
(todo: document better)
Clusterer2.js
------------
Marker clusterer addon by Jef Poskanzer
This was the original "marker clustering" solution for… |
setting-up.html |
help/setting-up.html |
|
|
THEMING.txt |
THEMING.txt |
|
** Work in progress **
Node Markers:
function theme_{nodetype}_gmapnodelabel($node, $opt);
function theme_gmapnodelabel($node, $opt);
$opt is an extra parameter passed by the dynamic info box loader.
Example:
<?php
function… |
TODO.txt |
TODO.txt |
|
Drupal 6 todo:
* Finish porting
* Keep in sync with D5 version.
Drupal 5 todo:
* Lots more documentation
Legacy 4.7 todo:
- rationalize all of the different default map variables, so that most of them
use the 'default map' settings… |