CVS messages for Geo
August 6, 2009
- Commit #247422 by Allie Micka at 04:58
Don't unset selected field values from the field handler - in case it's used more than once
- Commit #247414 by Allie Micka at 04:09Geo: /modules/geo/geo.module 1.26
Geo: /modules/geo/modules/geo_field/geo_field.module 1.24
Geo: /modules/geo/modules/geo_field/includes/views/views_handler_field_geo_field.inc 1.3Better just-in-time conversion from wkb to a format expected by theme functions. (e.g. arrays, wkt, etc.) Basically: 1. in hook_theme, include a 'gis input' key, with a value such as wkt, array, or some other format you'll account for. 2. Ensure that anything you render with this theme gets run through geo_set_value(). This function uses the 'gis input' value defined by the theme function in use, and is used to translate from WKB to the requested format. This conversion is handled automatically for node/field rendering, and for the views fields provided by views_handler_field_geo_field. Track me down with questions/issues!
August 5, 2009
- Commit #247056 by Allie Micka at 02:57
#429256 by bec - WKB byte order
- Commit #247046 by Allie Micka at 02:15Geo: /modules/geo/geo.module 1.25
Geo: /modules/geo/includes/views/views_handler_filter_geo_distance.inc 1.6Much better handling of inputs. CCK / Widgets functioning as they should Still some required tweaks with exposed inputs
June 26, 2009
- Commit #230034 by Allie Micka at 03:55
Ensure that field geometries are stored with an SRID
June 25, 2009
- Commit #229786 by Allie Micka at 19:07
Make input handling work properly for array formats (namely lat/lon, gmap)
June 18, 2009
- Commit #226912 by Allie Micka at 21:00Geo: /modules/geo/geo.module 1.23
Geo: /modules/geo/includes/views/views_handler_filter_geo_distance.inc 1.5Upated views to work a little better.
- Commit #226516 by Allie Micka at 01:24Geo: /modules/geo/db/postgis.inc 1.12
Geo: /modules/geo/geo.inc 1.15
Geo: /modules/geo/geo.module 1.22
Geo: /modules/geo/includes/geo.wkb.inc 1.10
Geo: /modules/geo/includes/views/geo.views.inc 1.4
Geo: /modules/geo/includes/views/views_handler_filter_geo.inc 1.6
Geo: /modules/geo/includes/views/views_handler_filter_geo_distance.inc 1.4
Geo: /modules/geo/modules/geo_field/geo_field.module 1.22- Some refactoring of the gis input / output mechanisms. - Implement a crude on-the-fly conversion so that gis elements can expect one format, backends (e.g. field storage or views filters) can expect another and the conversion is quietly performed. - Make elements for wkt, latlon work as both elements and views filters - Refactor widgets to account for the changes on geo_field - Get PostGIS distance handling working
June 11, 2009
- Commit #224072 by Allie Micka at 17:13Geo: /modules/geo/modules/geo_data/geo_data.module 1.12
Geo: /modules/geo/modules/geo_data/includes/views/views_handler_field_geo_data.inc 1.4Adding geo_fields() changes to make this compatible with geo_field and geo.
June 10, 2009
- Commit #223826 by Allie Micka at 23:28
Moving hook_nodeapi: rss item to its correct location in the geo module.
