Version 1.18 (checked in on 2009/05/30 at 13:54:49 by vauxia)
CCK Field integration for geospatial data.
Functions
| Name | Description |
|---|---|
| geo_content_is_empty | Implementation of hook_content_is_empty(). It's named after the field type (geo), not the module (geo_data). |
| geo_field | Implementation of hook_field(). |
| geo_field_elements | Implementation of FAPI hook_elements(). |
| geo_field_info | Implementation of hook_field_info(). |
| geo_field_latlon_process | |
| geo_field_nodeapi | Implementation of hook_nodeapi(). Append microformats onto geo node feeds. |
| geo_field_settings | Implementation of hook_field_settings(). |
| geo_field_theme | Implementation of hook_theme(). |
| geo_field_views_api | Implementation of hook_geo_views_api(). |
| geo_field_wkt_process | |
| geo_widget | Implementation of hook_widget(). |
| geo_widget_info | Implementation of hook_widget_info(). |
| theme_geo_field_latlon | |
| theme_geo_field_wkt | |
| _geo_field_init | |
| _geo_field_save | Save function for Geo fields. Because the storage function includes some calls to database functions, they include quotes that are escaped by the default query substitutions. Save the value manually instead. |
| _geo_field_tablename |
