Needs review
Project:
Geo
Version:
6.x-1.0-alpha5
Component:
Geo Field module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 May 2010 at 21:33 UTC
Updated:
1 Feb 2011 at 11:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
gagarine commentedI try with a brand new view without relation or any thing special and I have exactly the same problem
The view:
Comment #2
maedi commentedsubscribe
Comment #3
geoffff commentedAre View Arguments implemented yet in the Geo module?
(I see this error as well.)
Comment #4
ahtih commentedApparently it is not implemented, but geo_views_data() mistakenly returns data claiming such a handler exists, with class name "views_handler_argument_geo". This class in fact does not exist in Geo module.
It should be relatively easy to make such class (and file), based on somewhat similar includes/views/views_handler_filter_geo.inc file which does exist.
Comment #5
ahtih commentedHere is a patch against 6.x CVS HEAD.
For now this supports arguments in only WKT format, and only those filter functions that return boolean and have two geometry parameters (e.g. Within, Intersects, Touches; but not Distance). That's all I need for my own application, but I guess for some people, adding Distance support would be useful.
Comment #6
ahtih commentedSorry, the patch file was broken. Here is a fixed version.