Skip to content

Instantly share code, notes, and snippets.

View neveldo's full-sized avatar

Vincent Brouté neveldo

View GitHub Profile
@neveldo
neveldo / france_departments.js
Created November 28, 2016 20:32
Map of France with Luxembourg country (for mapael)
/*!
*
* 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
@neveldo
neveldo / Logger.gs
Last active November 5, 2020 18:25
Google Apps Script : send server logs to the browser console
/**
* 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() {
/**
*
* 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($) {