File: geofield.formatters.inc
Line 402
*from*
$single_types = array('Point', 'LineStrnig', 'Polygon');
*to*
$single_types = array('Point', 'LineString', 'Polygon');
(I'll learn to patch in the future, but I thought I'd share this now since it is a quick fix).
Comments
Comment #1
Brandonian commentedThanks for the catch, @dpw. Fixed.
http://drupal.org/commitlog/commit/19248/ca39cbca1a23a4cde4a892c55d253ab...