moodle/iplookup
Jake Dallimore b145fe216c MDL-67593 core_iplookup: use MaxMind test database in unit tests
Instead of downloading a live database (now not available publicly)
use a local test database.
2019-12-31 15:01:51 +08:00
..
tests MDL-67593 core_iplookup: use MaxMind test database in unit tests 2019-12-31 15:01:51 +08:00
earth.jpeg MDL-12796 iplookup rewrite 2008-01-02 16:47:57 +00:00
index.php MDL-48766 iplookup: Update to geoip2 db to support ipv6 2016-09-19 08:59:39 +01:00
lib.php MDL-48766 iplookup: Update to geoip2 db to support ipv6 2016-09-19 08:59:39 +01:00
marker.gif MDL-17037 ran all GIF images through gifsicle and PNG through optipng 2009-04-05 23:33:00 +00:00
module.js MDL-34960 drop deprecated Google Maps API V2 2012-08-19 20:07:27 +02:00
README.txt MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 16:48:45 +00:00

iplookup info
-------------

1/ old plugins are not supported anymore

2/ general information in admin settings "Site Administration/Location/Location settings"

3/ technical info:

xplanet commadline
  xplanet -projection rectangular -latitude 0.00  -longitude 0.00  -num_times 1  -geometry 620x310  -output earth.jpeg -quality 90 -config config.txt

config.txt
  [earth]
  shade=100

original Earth map from:
  http://www.radcyberzine.com/xglobe/

marker.gif
  custom made in Inkscape

Petr Skoda (skodak), January 2008