Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.51.2.133 (checked in on 2008/06/13 at 16:59:38 by bdragon)
GMap Filters is a module to include Google Map in a module
GMap filter allows the insertion of a googlemap in a module. It has a page to creat a macro and then a filter to convet the macro into the html and javascript code required to insert a google map.
| Name | Description |
|---|---|
| GMAP_API_VERSION | |
| GMAP_LINECOLOR1 | |
| GMAP_LINECOLOR2 | |
| GMAP_LINECOLOR3 | |
| GMAP_WMS |
| Name | Description |
|---|---|
| expand_gmap | Gmap element #process function. |
| gmap_admin_settings | Settings page. (remove for d6) |
| gmap_decimal | Utility function to allow high-precision decimals to work with the SQL layer. Use concatenation. (Apparently unquoted %s is bad.) |
| gmap_defaults | Get the defaults for a gmap. |
| gmap_dimension_validate | Ensure a textfield is a valid css dimension string. |
| gmap_elements | Implementation of hook_elements(). |
| gmap_filter | Implementation of hook_filter(). |
| gmap_filter_tips | Implementation of hook_filter_tips(). |
| gmap_geocode | Utility function to use the google maps geocoder server side. This is an easy, quick way to geocode a single address. Note: This is a REMOTE CALL TO GOOGLE. Do NOT use this where performance matters, as it could possibly take several seconds for this... |
| gmap_get_auto_mapid | Generate a dynamic map identifier. |
| gmap_get_icondata | Get the JSON icon data for all the default markers. |
| gmap_get_id | Get a CSS id for a map and type. Since CSS ids have to be unique, GMap related IDs are assigned by this function. |
| gmap_get_marker_titles | Get the list of marker titles. |
| gmap_gmap | Implementation of hook_gmap(). |
| gmap_json_query | JSON request interface. |
| gmap_keys_service | Implementation of hook_keys_service(). (from the keys api) |
| gmap_map_cleanup | Perform some normalization on the map object to prevent errors. |
| gmap_menu | Implementation of hook_menu(). |
| gmap_parse_macro | Convert a macro string into a GMap array. |
| gmap_set_location | Location chooser utility function. |
| gmap_simple_map | Simple way to draw a map from inside a theme. |
| gmap_todim | Make sure a string is a valid css dimension. |
| gmap_widget_setup | Set up widget. This function will change a form element's ID so it is found by the GMap handlers system. |
| process_gmap_address | Address widget #process function. |
| process_gmap_align | Alignment selector #process function. |
| process_gmap_control | Generic gmap control #process function. |
| process_gmap_markerchooser | Marker chooser #process function. |
| process_gmap_overlay_edit | Overlay editor #process function. |
| process_gmap_style | Style fieldset #process function. |
| theme_gmap | Gmap element theme hook |
| theme_gmap_address | |
| theme_gmap_align | |
| theme_gmap_coord | |
| theme_gmap_macrotext | |
| theme_gmap_marker_popup | Theme a marker popup. This will get called for markers embedded in macros. |
| theme_gmap_overlay_edit | Overlay editor theme function. |
| theme_gmap_style | Theme a gmap_style fieldset. |
| _gmap_doheader | Set up the HTML header for GMap. |
| _gmap_parse_style | Parse a macro style definition. Example: #111111/1/100/#111111/1 |
| _gmap_prepare | Handle filter preparation. |
| _gmap_str2coord | Parse "x.xxxxx , y.yyyyyy (+ x.xxxxx, y.yyyyy ...)" into an array of points. |