aboutsummaryrefslogtreecommitdiffstats
path: root/ipmap.html
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2012-09-26 03:30:48 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2012-09-26 03:30:48 +0000
commit839862cd087b89ead061343afced0b7a7f185849 (patch)
tree1a050f164cdc242dc5d75eba3720f9e6ef43719c /ipmap.html
parentc0c2466d00aac7d4b83c02f50ce43ee0c67bd066 (diff)
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
Diffstat (limited to 'ipmap.html')
-rw-r--r--ipmap.html4
1 files changed, 2 insertions, 2 deletions
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),