Skip to content
  1. Jun 10, 2010
  2. Apr 27, 2010
  3. 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
  4. Apr 23, 2010
  5. Apr 21, 2010
  6. Apr 04, 2010
  7. 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
  8. Jan 25, 2010
  9. Jan 20, 2010
  10. Jan 19, 2010
  11. 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
  12. Jan 13, 2010
  13. Jan 11, 2010
  14. Jan 09, 2010
  15. Jan 07, 2010
  16. Dec 21, 2009
  17. Dec 10, 2009
  18. Dec 09, 2009