Skip to content
Snippets Groups Projects
Commit 006c57b2 authored by podarok's avatar podarok Committed by Andriy Podanenko
Browse files

Issue #1153032 by podarok, citlacom: Fixed Markers doesn't work in a view with...

Issue #1153032 by podarok, citlacom: Fixed Markers doesn't work in a view with the configuration: choose latitude and longitude fields.
parent e1b480ed
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ class gmap_plugin_style_gmap extends views_plugin_style {
else if ($this->options['datasource'] == 'fields') {
$lat_field_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;
$lat_field = $lat_field_obj->field_alias;
$lon_field = $lon_field_obj->field_alias;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment