Geofield Display Format Data Options (Using Bounding Box)
I am using Geofield to store point and polygon features. Input works fine with all the different widgets I have tried.
Display formats (GeoJSON, WKT, KML) with Data Options "Use full geometry" and "Use centroid" work fine with either point or polygon geometries. When I use the Data Option " Use bounding box" it does not work with any geometry and get the following error:
Exception: Cannot construct Point. x and y should be numeric in Point->__construct() (line 23 of ....../sites/all/modules/geophp/geoPHP/lib/geometry/Point.class.php).
Read morePropuesta de charla sobre temas geo
Buenas, he añadido a la página del wiki de temas para charlas una propuesta sobre temas geo.
Mi idea para cuando os apetezca es contar de forma lo más concisa posible cómo añadir un campo geográfico a un tipo de contenido para luego explotarlo en vistas con mapas. Intentaría introducir el mínimo de conceptos necesarios para tener los casos de uso más sencillos usando el módulo Geofield para almacenar los datos y OpenLayers o tal vez también Leaflet para la presentación de mapas.
Read moreGeofield simplesearch: SEO friendly proximity filter
I have published this:
http://drupal.org/sandbox/Admdebian/1664610
Geofield Simplesearch creates a block where users can search for citiy and locations (it uses google apis).
If the place is found, then user is redirected with a SEO friendly URL to a page.
example: places/ney_york
You can create a view (with views module) and use Geofield Simplesearch proximity argument to capture data and filter nodes.
This module is an alternative to search-api modules.
