Closed (works as designed)
Project:
farmOS
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 May 2016 at 03:47 UTC
Updated:
1 Jun 2016 at 13:09 UTC
Jump to comment: Most recent
Comments
Comment #2
m.stentaGood question, and we really should include this information in the documentation: http://docs.farmos.org
I created a task for it in the documentation Github: https://github.com/farmOS/documentation/issues/9
Basically, you need to install GEOS in the server-level - not in farmOS/Drupal. It is a geometry library written in C++, with a PHP extension that allows PHP to access it.
Depending on your operating system, there are different ways to install it. You can find binaries, as well as instructions for building it from source at https://trac.osgeo.org/geos
One thing worth mentioning: the Area Generator module is OPTIONAL - and it might not do what you think it does. You do not need it in order to create areas. You can do that simply by clicking "Add an area" in the areas list page. The area generator is a tool for generating a lot of areas in bulk - specifically for making it easier to break up a field on a map into numerous parallel beds. If you're not working with fields and beds (I don't think you are, right Sam?) then you do not need the Area Generator tool.
Comment #3
mubiesam commentedHi Michael,
Thanks for your quick response again, with detail explanation...
What we like in Area Generator, is the parent/child structure for area...but it really is not a MUST, so just forget it...
Sam
Comment #4
m.stentaActually, the parent/child structure is independent of the "Area Generator". You can disable the Area Generator module, and areas can still be arranged hierarchically. The Area Generator is really more of just a "Bed Generator" tool right now. So it's just an extra add-on tool to make it easier to generate the polygons of many beds within a parent area. You don't need the area generator to do that, though, it just makes it easier.
Comment #5
mubiesam commentedgot it, thanks