This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* | |
* Jquery Mapael - Dynamic maps jQuery plugin (based on raphael.js) | |
* Requires jQuery and Mapael | |
* | |
* Map of metropolitan France by department | |
* Equirectangular projection | |
* | |
* @author Vincent Brouté | |
* @source http://fr.m.wikipedia.org/wiki/Fichier:France_location_map-Departements.svg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Set of function that allow log messages to be retrieved from the view in order to be displayed | |
* into the regular JS console | |
*/ | |
/** | |
* Push one or several objects into the log stack | |
* @param obj1 ... objN A list of JavaScript objects to log. | |
*/ | |
function log() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* | |
* Jquery Mapael - Dynamic maps jQuery plugin (based on raphael.js) | |
* Requires jQuery and raphael.js | |
* | |
* Map of USA by state | |
* | |
* @source http://the55.net/_11/sketch/us_map | |
*/ | |
(function($) { |