Skip to content
Snippets Groups Projects
Commit aec1c5ae authored by pounard's avatar pounard Committed by Andriy Podanenko
Browse files

Issue #2039533 by pounard: Fixed Views plugin display does not export geofield option.

parent 64892b84
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ class gmap_plugin_style_gmap extends views_plugin_style { ...@@ -31,6 +31,7 @@ class gmap_plugin_style_gmap extends views_plugin_style {
$options['latfield'] = array('default' => ''); $options['latfield'] = array('default' => '');
$options['lonfield'] = array('default' => ''); $options['lonfield'] = array('default' => '');
$options['markerfield'] = array('default' => ''); $options['markerfield'] = array('default' => '');
$options['geofield'] = array('default' => '');
$options['enablermt'] = array('default' => FALSE); $options['enablermt'] = array('default' => FALSE);
$options['rmtfield'] = array('default' => ''); $options['rmtfield'] = array('default' => '');
......
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