User: vauxia Branch: HEAD Date: Wed, 02 Dec 2009 19:51:05 +0000 Modified files: /modules/geo geo.install geo.module /modules/geo/includes geo.api.inc /modules/geo/includes/handlers geo_sql.inc geo_sql_mysql.inc geo_sql_postgis.inc /modules/geo/includes shp2sql.inc /modules/geo/modules/geo_ui/includes geo_ui.admin.inc Log message: - Add indexing capabilities - setting "indexed" on a geometry should trigger the creation of a geospatial index on its table. - Fix bug in that prevented setSRID(), setGeometryType() from working consistently - Update shp2sql to create a new geo dataset and support the schema api rather than creating tables that aren't recognized or tracked by Drupal - Adding geo_create_dataset() API function to facilitate the above. - #648712 set default geo_type column GEO_UNKNOWN rather than GEO_SRID_DEFAULT. We don't know, obviously, so why not acknowledge that rather than making assumptions ;) 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/geo.a... 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/shp2s... http://cvs.drupal.org/diff.php?path=contributions/modules/geo/modules/geo_ui...