Noticed this, could not see why it would have been named this way so figured it is a typo.
Line 91-95 in gmap_plugin_style_gmap.inc:
if ($this->options['datasource'] == 'fields') {
$lat_fied_obj = $this->view->display_handler->get_handler('field', $this->options['latfield']);
$lon_field_obj = $this->view->display_handler->get_handler('field', $this->options['lonfield']);
$lat_field = $lat_fied_obj->field_alias;
$lon_field = $lon_field_obj->field_alias;
}
Shouldn't this be lat_field_obj and instead of lat_fied_obj?
Comments
Comment #1
EvanDonovan commentedHere is a patch, rolled from the gmap directory.
Comment #2
johnvClosing this very old issue. Please reopen if it is still valid.