[contributions:vauxia] /modules/geo geo.inc /modules/geo geo.module /modules/geo/includes geo.api.inc /modules/geo/includes/handlers geo.inc geo_simple.inc geo_sql.inc geo_sql_mysql.inc /modules/geo/includes shp2sql.inc /modules/geo/includes/views geo.views.inc views_handler_field_geo.inc /modules/geo/modules/geo_field geo_field.module
User: vauxia Branch: HEAD Date: Mon, 26 Apr 2010 05:40:43 +0000 Removed files: /modules/geo geo.inc Modified files: /modules/geo geo.module /modules/geo/includes geo.api.inc /modules/geo/includes/handlers geo.inc geo_simple.inc geo_sql.inc geo_sql_mysql.inc /modules/geo/includes shp2sql.inc /modules/geo/includes/views geo.views.inc views_handler_field_geo.inc /modules/geo/modules/geo_field geo_field.module Log message: - Build out GeomFromWKB(), GeomFromText() and other functions in the GeoSimple class. This mean that you can instantiate a geo object using WKB or WKT, run functions on it, and return it in any desired format. It also means that you can do basic data manipulations without any database interaction at all! You can now do stuff like: $geo = geo_load(); $g = $geo->geomFromWKB($wkb); $wkt = $g->asText(); - Completely deprecate the geo() function and the remaining sub-fuctions that were still in use: geo('rss_item') geo('wkt_validate') geo('wkt_from_point') Links: 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/handl... http://cvs.drupal.org/diff.php?path=contributions/modules/geo/includes/shp2s... http://cvs.drupal.org/diff.php?path=contributions/modules/geo/includes/views... http://cvs.drupal.org/diff.php?path=contributions/modules/geo/includes/views... http://cvs.drupal.org/diff.php?path=contributions/modules/geo/modules/geo_fi...
participants (1)
-
drupal-cvs@drupal.org