diff --git a/src/plugins/lib/libhtmlconst.py b/src/plugins/lib/libhtmlconst.py
index 1b0eb27a5..fd7a3f791 100644
--- a/src/plugins/lib/libhtmlconst.py
+++ b/src/plugins/lib/libhtmlconst.py
@@ -139,7 +139,8 @@ openstreet_jsc = """
map.addLayers([osm, markers]);
- setMapLayers("M");
+ // add overview control
+ map.addControl(new OpenLayers.Control.OverviewMap());
// add a layer switcher
map.addControl(new OpenLayers.Control.LayerSwitcher());