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?

CommentFileSizeAuthor
#1 typo_views_handler.patch777 bytesEvanDonovan

Comments

EvanDonovan’s picture

Title: Typo in gmap_plugin_style_gmap.inc? » Typo in gmap_plugin_style_gmap.inc: $lat_fied_obj s/b $lat_field_obj
StatusFileSize
new777 bytes

Here is a patch, rolled from the gmap directory.

johnv’s picture

Status: Active » Closed (won't fix)

Closing this very old issue. Please reopen if it is still valid.