JSVG-MAP
Find below the documentation for the latest version of jsvg-map
If you need to add any comment for other, use the contact form.
Get the jsvg-map.tgz file from download section and uncompress in the web folder.
Create a Database and import the jsvg-map.sql into your mysql server.
Modifify the file ./config/config.inc.php.
in particular fill the database connection information.
Just modify the config.inc.php $db_map to point to your own map. A map is a table which contain 3 fields : area_id, area_name and map. The map field is just an SVG path definition. (check SVG website for more information).