CVS messages for Geo
May 30, 2009
- Commit #218514 by Allie Micka at 13:47
#411628 by ultimike - WKT maxlength is set to 128 characters
- Commit #218404 by Allie Micka at 04:21Geo: /modules/geo/db/mysql_spatial.inc 1.12
Geo: /modules/geo/geo.inc 1.11
Geo: /modules/geo/geo.module 1.17
Geo: /modules/geo/includes/views/geo.views.inc 1.3
Geo: /modules/geo/includes/views/views_handler_field_geo_distance.inc 1.1
Geo: /modules/geo/includes/views/views_handler_filter_geo.inc 1.4
Geo: /modules/geo/includes/views/views_handler_filter_geo_distance.inc 1.1
Geo: /modules/geo/includes/views/views_handler_sort_geo_distance.inc 1.1
Geo: /modules/geo/modules/geo_field/geo_field.module 1.16YAY DISTANCE HANDLING! - Added API functions to handle both pythagorean and spherical distance between two geometries. (By geometries I mean points :( ) - Added an API function to calculate a bounding box based on a point + radius. - Exposed these to Views in the form of field, filter and sort handlers.
May 19, 2009
- Commit #213726 by Allie Micka at 18:45
Sans parse error. :-/
- Commit #213718 by Allie Micka at 18:29Geo: /modules/geo/geo.inc 1.10
Geo: /modules/geo/geo.module 1.15
Geo: /modules/geo/includes/geo.formatters.inc 1.4
Geo: /modules/geo/includes/geo.wkb.inc 1.7
Geo: /modules/geo/includes/views/views_plugin_style_geo_kml.inc 1.2
Geo: /modules/geo/includes/views/views_plugin_style_geo_svg.inc 1.3Add geo_wkb_get_data as an API function to the geo.module file. Eliminates the module_load_include() dependency for formatters, etc.
April 7, 2009
- Commit #194152 by Allie Micka at 22:15
Ensuring that wkb and other geo values are passed to geo_data field formatters.
- Commit #194142 by Allie Micka at 21:48
Add the postprocessing function for point data
March 3, 2009
- Commit #178304 by Allie Micka at 02:16Geo: /modules/geo/geo.inc 1.9
Geo: /modules/geo/geo.module 1.14
Geo: /modules/geo/includes/geo.formatters.inc 1.3
Geo: /modules/geo/includes/views/views_plugin_style_geo_svg.inc 1.2
Geo: /modules/geo/modules/geo_data/includes/views/views_handler_field_geo_data.inc 1.3
Geo: /modules/geo/modules/geo_field/geo_field.module 1.15
Geo: /modules/geo/modules/geo_field/includes/views/geo_field.views.inc 1.1
Geo: /modules/geo/modules/geo_field/includes/views/views_handler_field_geo_field.inc 1.1- Adding a views field handler for geo_field, which makes way more sense than trying to rely on a generic one. This lets you configure geo CCK fields in views just like you're used to. - Removing the borked SVG formatter for fields. If it's useful, we'll re-add it - Enhancing the SVG handler for views so that it more accurately portrays lines and points. - Commit #178302 by Allie Micka at 02:14
Directory /cvs/drupal-contrib/contributions/modules/geo/modules/geo_field/includes/views added to the repository
- Commit #178300 by Allie Micka at 02:14
Directory /cvs/drupal-contrib/contributions/modules/geo/modules/geo_field/includes added to the repository
March 2, 2009
- Commit #177922 by Allie Micka at 06:25Geo: /modules/geo/includes/geo.formatters.inc 1.2
Geo: /modules/geo/includes/geo.wkb.inc 1.5
Geo: /modules/geo/includes/views/geo.views.inc 1.2
Geo: /modules/geo/includes/views/views_plugin_display_geo_xml.inc 1.1
Geo: /modules/geo/includes/views/views_plugin_style_geo_kml.inc 1.1
Geo: /modules/geo/includes/views/views_plugin_style_geo_svg.inc 1.1
Geo: /modules/geo/includes/views/views_plugin_style_geo_xml.inc 1.1
Geo: /modules/geo/modules/geo_data/geo_data.module 1.9
Geo: /modules/geo/modules/geo_data/includes/views/views_handler_field_geo_data.inc 1.2Views output formats for KML and SVG, based on polygon data.
