Enabled ol.control.OverviewMap interactive option on example page

This commit is contained in:
Félix VEYSSEYRE
2016-09-15 15:10:41 +02:00
parent 2b7ed7381f
commit ac99b5011a

View File

@@ -20,7 +20,8 @@ var overviewMapControl = new ol.control.OverviewMap({
],
collapseLabel: '\u00BB',
label: '\u00AB',
collapsed: false
collapsed: false,
interactive: true
});
var map = new ol.Map({