You are here

constant GEOFIELD_GEOHASH_LENGTH in Geofield 7.2

Same name and namespace in other branches
  1. 8 geofield.module \GEOFIELD_GEOHASH_LENGTH
3 uses of GEOFIELD_GEOHASH_LENGTH
geofield_field_schema in ./geofield.install
Implements hook_field_schema().
geofield_get_values_from_geometry in ./geofield.module
Given a geometry object from geoPHP, return a values array
geofield_update_7202 in ./geofield.install
Drops unused table fields srid, accuracy and source, adds geohash field, populates it.

File

./geofield.module, line 15

Code

define('GEOFIELD_GEOHASH_LENGTH', 16);