geo 6.x-1.0-alpha5
| Download | Size | md5 hash |
|---|---|---|
| geo-6.x-1.0-alpha5.tar.gz | 45.42 KB | 546885358ea05fe69909d77c1edd38d4 |
| geo-6.x-1.0-alpha5.zip | 66.88 KB | 87a3733a0463544030bb006627415254 |
Release notes
*Much* improved views handling for geo_data fields. This allows geo_data fields to function as one would expect, where you can relate a node to a dataset using a geo_data field, and then use that dataset for additional fields, filters, etc.
#749180: Views filter for distance search fails when parameters match location coords exactly
#640704: Shapefile Parsing Issue
geo 6.x-1.0-alpha4
| Download | Size | md5 hash |
|---|---|---|
| geo-6.x-1.0-alpha4.tar.gz | 45.76 KB | b00771e3998b5a2da373c134ea7696de |
| geo-6.x-1.0-alpha4.zip | 66.73 KB | 272a1cd161c7cc81b1ef89361bb9cb63 |
Release notes
Three minor but important issues:
#689964: Call to undefined class GeoSQL
Suppress error ond display of a geo_data field when there is no data.
Error that prevents geo_data's fields from loading properly.
IF YOU ARE UPGRADING FROM alpha2 OR EARLIER, PLEASE REVIEW THE NOTES FOR alpha3!
geo 6.x-1.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| geo-6.x-1.0-alpha3.tar.gz | 45.58 KB | 3e8d4d73499c313531e06a8ba9e9623d |
| geo-6.x-1.0-alpha3.zip | 66.64 KB | ff3983d8482f8d8d849088586093f2aa |
Release notes
Views support has been completely re-written in this version!
At this point, all of my architectural "wishlist" items are complete, and I don't expect to see many more drastic API or structural changes. We're on to new features and bug fixes, while we complete the move to the new Interface API.
IMPORTANT: These changes should not affect your CCK fields, but will likely break any views you have created using CCK fields or geo_data data. Please make a backup, recreate and test your views before using this in any production environment!
#654608: Big changes in Views support a-comin' is the primary issue, but there are many other changes. For details, please see the CVS history for changes between 2 December 2009 and 19 January 2010.
geo 6.x-1.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| geo-6.x-1.0-alpha2.tar.gz | 43.64 KB | 4ca57172842bf0fbde03a6a57b9072f0 |
| geo-6.x-1.0-alpha2.zip | 66.42 KB | 1d8bee78ab590b99602ff12dcf20d7d4 |
Release notes
This is an important and useful release as far as I'm concerned, but hopefully not a big change for users:
I have added an Interface class to represent the entire OpenGIS specification for geospatial features. I have also implemented classes for MySQL, PostGIS, and a strictly PHP-based class to handle basic manipulations and calculations.
This differs from the previous implementation, which had a sorta hackneyed, as-needed pile of function definitions. It was challenging and messy to draw calculations between different sources of GIS info (e.g. a point that represents the currently-logged-in user, and an area represented in a database). Now you can use the PHP-based and SQL-based backends interchangeably.
It was also not possible to tell what was working and what wasn't. How were we ever going to know which functions we can and call from the spec? Now you can use any of them; and you'll get back something helpful or an "unimplemented" error.
Right now, both implementations continue to exist, but I will be phasing out the geo() function and its related backend handlers in the next release or two, and other module developers are encouraged to do the same.
Also:
geo 6.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| geo-6.x-1.0-alpha1.tar.gz | 31.23 KB | c98babf95862930aac2a88e77ddd1c30 |
| geo-6.x-1.0-alpha1.zip | 46.17 KB | 1ec739c73d495f97d5f326a64ba6b612 |
Release notes
Current module as-is. Will add new releases as new features/bugs get completed!
geo 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| geo-6.x-1.x-dev.tar.gz | 47.52 KB | 60e5b917b5005e102792baba8d26999a |
| geo-6.x-1.x-dev.zip | 69.29 KB | 97909a5a84911b7d04826e8142b6ea81 |
Release notes
This is the development branch for the Geo module. It currently working well enough for most users, but may not be considered "production ready" just yet.