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

Issue #2079433 by hutch, stefan.korn: Fixed Enable Overview Map without...

Issue #2079433 by hutch, stefan.korn: Fixed Enable Overview Map without function - OverviewMapControl.
parent 84d4231d
No related branches found
No related tags found
No related merge requests found
......@@ -359,6 +359,11 @@ Drupal.gmap.addHandler('gmap', function (elem) {
if (obj.vars.behavior.nocontzoom) {
opts.disableDoubleClickZoom = true;
}
// Overview Map
if (obj.vars.behavior.overview) {
opts.overviewMapControl = true;
opts.overviewMapControlOptions = {opened: true};
}
});
......
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