[contributions:vauxia] /modules/geo/includes/views views_handler_relationship_geo.inc views_handler_sort_geo.inc views_join_geo.inc /modules/geo/includes/views views_handler_field_geo_distance.inc views_handler_field_geo_field.inc views_handler_filter_geo_distance.inc views_handler_sort_geo_distance.inc /modules/geo/db mysql_spatial.inc /modules/geo geo.inc geo.module /modules/geo/includes geo.api.inc geo.input.inc /modules/geo/includes/handlers geo_simple.inc geo_sql.inc geo_sql_mysql.inc /modules/geo/incl
User: vauxia Branch: HEAD Date: Wed, 09 Dec 2009 17:34:03 +0000 Added files: /modules/geo/includes/views views_handler_relationship_geo.inc views_handler_sort_geo.inc views_join_geo.inc Removed files: /modules/geo/includes/views views_handler_field_geo_distance.inc views_handler_field_geo_field.inc views_handler_filter_geo_distance.inc views_handler_sort_geo_distance.inc Modified files: /modules/geo/db mysql_spatial.inc /modules/geo geo.inc geo.module /modules/geo/includes geo.api.inc geo.input.inc /modules/geo/includes/handlers geo_simple.inc geo_sql.inc geo_sql_mysql.inc /modules/geo/includes/views geo.views.inc views_handler_field_geo.inc views_handler_filter_geo.inc /modules/geo/modules/geo_field geo_field.module /modules/geo/theme geo.theme.inc Log message: #654608 Big changes to Views handling for all Geo data. THIS WILL BREAK YOUR CURRENT GEO VIEWS! This change unifies all geo views support into one spot rather than expecting individual field modules to implement their own field handling * You are now allowed to establish relationships between different geometry datasets based on corresponding geometries. For example: - A geocoded address, stored as geo_field point, can match itself to an entry in an uploaded neighborhood dataset. Based on this relationship, you can show data from that dataset in that view (e.g. neighborhood name or the population of the matching city. * Some handlers, in particular the distance handlers, have been deprecated. Instead, we're using the full power of *all* available GIS functions for filters, sorting and fields. Leveraging views' number handlers, you can: - Find routes (linestrings) that are longer than 1km but shorter than 10km - Find neighborhoods (polygons) that are larger than 5 square miles. - Find businesses (points) that are within 10 miles of me (another point) * Many of the functions in the 'old' Geo API (geo.inc, db/*.inc) have been deprecated and removed. Wherever they've been used, they've been replaced by corresponding Geo API functionality. Links: 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/includes/views... http://cvs.drupal.org/diff.php?path=contributions/modules/geo/db/mysql_spati... http://cvs.drupal.org/diff.php?path=contributions/modules/geo/geo.inc&old=1.... 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/geo.i... 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/views... 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... http://cvs.drupal.org/diff.php?path=contributions/modules/geo/theme/geo.them...
participants (1)
-
drupal-cvs@drupal.org