aboutsummaryrefslogtreecommitdiffstats
path: root/ipmap.html
Commit message (Collapse)AuthorAgeFilesLines
* Remove the endpoint "Map" feature.Gerald Combs2018-03-021-106/+0
| | | | | | | | | | | | | | | | | | | | Remove the endpoint map and its button from the Qt and GTK+ UIs. It depends on GeoIP Legacy for coordinate information and those databases are being deprecated in favor of MaxMind DB. We *could* upgrade the code to use mmdbresolve, but according to https://dev.maxmind.com/geoip/geoip2/geolite2/ they're also going to remove coordinate information from GeoLite2: "In addition, in 2019, latitude and longitude coordinates in the GeoLite2 databases will be removed.* Latitude and longitude coordinates will continue to be provided in GeoIP2 databases. Please check back for updates." Change-Id: I43e1593d282a0f1aae897b1f4724117d1496b21e Reviewed-on: https://code.wireshark.org/review/26229 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
* Add wrapDateLine to support continuous longitudinal panning.Chris Maynard2012-09-291-1/+2
| | | | svn path=/trunk/; revision=45213
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5016 - No markers ↵Chris Maynard2012-09-261-2/+2
| | | | | | | | show up when maps are displayed. #BACKPORT(1.8, 1.6) svn path=/trunk/; revision=45146
* Instead of loading our coordinates from a separate text file viaGerald Combs2012-04-051-21/+80
| | | | | | | | | | OpenLayers.Layer.Text, insert them into a JSON array and load them using OpenLayers.Layer.Vector + OpenLayers.Format.GeoJSON. This should fix the endpoint map feature on modern browsers. Switch OpenStreetMap to a simpler map from OSGeo. svn path=/trunk/; revision=41967
* Use a unique data file name for our OpenStreetMap data. Print an errorGerald Combs2009-06-141-1/+5
| | | | | | if we don't have data for any hosts. Fixes bug 3530. svn path=/trunk/; revision=28728
* Make XHTML compliant.Jaap Keuter2009-02-171-17/+18
| | | | | | Clean up indentation. svn path=/trunk/; revision=27472
* add support for a simple GeoIP based IP Location Map, more details will ↵Ulf Lamping2009-02-111-0/+41
follow on the dev-list svn path=/trunk/; revision=27433