Skip to content

Instantly share code, notes, and snippets.

@mbostock
mbostock / type.js
Created December 11, 2012 17:59
GeoJSON Transforms
function d3_geo_type(types) {
for (var type in d3_geo_typeDefaults) {
if (!(type in types)) {
types[type] = d3_geo_typeDefaults[type];
}
}
return types;
}
var d3_geo_typeDefaults = {
@loschke
loschke / Bootstrap-3_Carousel-Collection
Last active August 4, 2025 13:45
Bootstrap 3 - Carousel Collection Pack