Skip to content

Instantly share code, notes, and snippets.

View csobier's full-sized avatar

csobier

  • Brooklyn, New York
View GitHub Profile
@csobier
csobier / index.html
Last active January 13, 2016 16:49 — forked from Xatpy/index.html
CartoDB - Available Basemaps
<!DOCTYPE html>
<html>
<head>
<title>Basemaps | CartoDB.js</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="http://cartodb.com/assets/favicon.ico" />
<style>
html, body, .map {
height: 200px;
@csobier
csobier / index.html
Last active December 3, 2015 16:57 — forked from javisantana/index.html
Torque with a Custom Time Slider
<!DOCTYPE html>
<html>
<head>
<title>Easy example | CartoDB.js</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="http://cartodb.com/assets/favicon.ico" />
<style>
html, body, #map {
height: 100%;