Skip to content

Instantly share code, notes, and snippets.

View rveciana's full-sized avatar
🐢

Roger Veciana i Rovira rveciana

🐢
View GitHub Profile
@rveciana
rveciana / .block
Last active May 9, 2016 06:33 — forked from martgnz/.block
Playing with spam.js
license: mit
border: none
height: 1000
@rveciana
rveciana / README.md
Last active May 12, 2016 10:28
spam.js error with d3-composite-projections

The following code gives

TypeError: ring[0] is undefined

when clicking on the prefactures.

The code is taken from this example

The error was solved using the

@rveciana
rveciana / README.md
Last active May 10, 2016 21:15
spam.js + d3-composite-projections boundaries
@rveciana
rveciana / README.md
Last active May 22, 2016 17:20
spam.js with d3-composite-projections

Finally, I got how to create a ZoomableCanvasMap with a custom projection.

Currently, only the latest spam.js at the master branch supports the

parameters.map.settings()

function.

@rveciana
rveciana / .block
Last active May 15, 2019 17:04
Path in a map, animated with scroll
scrolling: yes
@rveciana
rveciana / README.md
Last active May 26, 2016 12:24
spam.js with authomatic color selection
@rveciana
rveciana / .block
Last active May 31, 2016 09:00
graph-scroll modification test
scrolling: yes
licence: mit
@rveciana
rveciana / .block
Last active May 31, 2016 09:00
graph-scroll modification complex example
scrolling: yes
licence: mit
@rveciana
rveciana / README.md
Last active June 2, 2016 13:47
Calendar race

Representation of the different speed of the Gregorian and Hijri calendars.

The date conversion is taken from this StackOverflow question

@rveciana
rveciana / README.md
Last active June 3, 2016 12:40
Calendar race: canvas

Representation of the different speed of the Gregorian and Hijri calendars.

The date conversion is taken from this StackOverflow question