From 839862cd087b89ead061343afced0b7a7f185849 Mon Sep 17 00:00:00 2001 From: Chris Maynard Date: Wed, 26 Sep 2012 03:30:48 +0000 Subject: Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5016 - No markers show up when maps are displayed. #BACKPORT(1.8, 1.6) svn path=/trunk/; revision=45146 --- ipmap.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ipmap.html') diff --git a/ipmap.html b/ipmap.html index 0ea1864236..c1686206ce 100644 --- a/ipmap.html +++ b/ipmap.html @@ -55,9 +55,9 @@ new OpenLayers.Control.ZoomBox(), new OpenLayers.Control.ScaleLine(), new OpenLayers.Control.MousePosition(), - new OpenLayers.Control.MouseDefaults(), + new OpenLayers.Control.Navigation(), new OpenLayers.Control.Attribution() - ], + ] //projection: new OpenLayers.Projection("EPSG:900913"), //displayProjection: new OpenLayers.Projection("EPSG:4326"), //maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34, 20037508.34, 20037508.34), -- cgit v1.2.3