Skip to content
  1. Nov 09, 2011
  2. Feb 25, 2011
  3. Jun 10, 2010
    • The Great Git Migration's avatar
      This commit was manufactured as part of Drupal's Great Git Migration to · 6b2dc504
      The Great Git Migration authored
      create branch 'DRUPAL-6--1'.
      
      Sprout from master 2010-06-10 16:09:06 UTC Allie Micka <allie_micka@15091.no-reply.drupal.org> 'Update function definition for point() to match the interface.'
      Cherrypick from master 2009-02-23 05:58:41 UTC Allie Micka <allie_micka@15091.no-reply.drupal.org> '#358255 by chiru - Error creating index using table prefix':
          db/mysql_spatial.inc
          db/postgis.inc
          geo.inc
          geo.module
          includes/shp2sql.inc
          includes/views/geo.views.inc
          includes/views/views_handler_field_geo.inc
          includes/views/views_handler_filter_geo.inc
          modules/geo_data/geo_data.admin.inc
          modules/geo_data/geo_data.module
          modules/geo_data/includes/views/geo_data.views.inc
          modules/geo_data/includes/views/views_handler_field_geo_data.inc
          modules/geo_field/geo_field.formatters.inc
          modules/geo_field/geo_field.install
          modules/geo_field/geo_field.module
      6b2dc504
    • Allie Micka's avatar
  4. Apr 27, 2010
  5. Apr 26, 2010
    • Allie Micka's avatar
      - Build out GeomFromWKB(), GeomFromText() and other functions in the GeoSimple · 2d7b7443
      Allie Micka authored
        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')
      2d7b7443
  6. Apr 23, 2010
  7. Apr 21, 2010
  8. Apr 04, 2010
  9. Jan 26, 2010
    • Allie Micka's avatar
      Ensuring that all filters and arguments for geo and related geo data use a · 0a12a105
      Allie Micka authored
      separate where group called 'geo'.  This will permit us to convert Geo's filters
      from AND to OR.
      
      For example, you can filter a view based on an event's location OR the location
      of a facility that an event is node-referenced to.
      
      Or, you could find your statewide representative whose state overlaps yours OR
      a representaive whose district overlaps yours... thus returning all
      representatives for a particular user.
      
      And so-forth.
      0a12a105
  10. Jan 25, 2010
  11. Jan 20, 2010
  12. Jan 19, 2010
  13. Jan 18, 2010
    • Allie Micka's avatar
      - Tracking both geo_field and geo_data fields in the Geo API. · a4c02d71
      Allie Micka authored
      - Add an api function to convert between 'gis type' and 'geo type'.
      - Add a sqlColumnDefinition() to the GeoSQL class, which can be overridden by
        subsequent classes.  This moves more of the API functionality into the
        current API structure, and also allows it to be overridden by say, a lat/lon
        handler.
      - Also includes fix for #681756 by jerdavis - SQL error when adding a new
        Geospatial data field to new content type.
      a4c02d71
  14. Jan 13, 2010
  15. Jan 11, 2010
  16. Jan 09, 2010
  17. Jan 07, 2010
  18. Dec 21, 2009