Skip to content

Instantly share code, notes, and snippets.

View xEviL's full-sized avatar

Kirill Zhuravlev xEviL

  • Zurich, Switzerland
View GitHub Profile
@xEviL
xEviL / L.D3SvgOverlay.js
Last active August 24, 2016 09:08 — forked from ResidentMario/L.D3SvgOverlay.js
New York City Sample Bike Path (D3)
/**
* Copyright 2015 Teralytics AG
*
* @author Kirill Zhuravlev <kirill.zhuravlev@teralytics.ch>
*
*/
(function (factory) {
if (typeof define === 'function' && define.amd) {
define(['leaflet', 'd3'], factory);