User: vauxia Branch: HEAD Date: Wed, 02 Dec 2009 01:42:03 +0000 Modified files: /modules/geo geo.install geo.module /modules/geo/includes/handlers geo.inc geo_simple.inc geo_sql.inc geo_sql_mysql.inc geo_sql_postgis.inc /modules/geo/modules/geo_data geo_data.install Log message: Geo API - Add a geo_delete() API function to, well, delete geometry datasets. - Permit geo_load() to accept array('name' => 'name_of_geometry') - Add a geo_type() API function that converts e.g. 'point' to GEO_TYPE_POINT - Remove the geo_dimension column from the geo table. We'll handle coordinate dimensions differently later. - Remove corresponding dimension-setting code to GeoInterface and all of its classes, reverting the dimension() function to the spec default. - Add accessors setName() and name() to GeoInterface, GeoSimple, GeoSQL. - Using hook_content_fieldapi(), keep track of any CCK fields that directly manage geo data. - Add an update hook to find all already-existing CCK fields and add them. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/geo/geo.install&ol... http://cvs.drupal.org/diff.php?path=contributions/modules/geo/geo.module&old... http://cvs.drupal.org/diff.php?path=contributions/modules/geo/includes/handl... http://cvs.drupal.org/diff.php?path=contributions/modules/geo/includes/handl... http://cvs.drupal.org/diff.php?path=contributions/modules/geo/includes/handl... http://cvs.drupal.org/diff.php?path=contributions/modules/geo/includes/handl... http://cvs.drupal.org/diff.php?path=contributions/modules/geo/includes/handl... http://cvs.drupal.org/diff.php?path=contributions/modules/geo/modules/geo_da...