Skip to content

Instantly share code, notes, and snippets.

@iriberri
iriberri / index.html
Last active August 31, 2015 09:50
CartoDB createLayer basemap+labels sandwich
<!DOCTYPE html>
<html>
<head>
<title>Annotation element (no ball) | 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%;
@iriberri
iriberri / index.html
Created August 21, 2015 10:06
Change map with selector generated from data
<!DOCTYPE html>
<html>
<head>
<title>Search 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: 95%;
@iriberri
iriberri / index.html
Created August 14, 2015 13:03
Changing CartoCSS of hovered feature
<!DOCTYPE html>
<html>
<head>
<title>Leaflet 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%;
@iriberri
iriberri / index.html
Created July 21, 2015 16:40
Change basemap createVis
<!DOCTYPE html>
<html>
<head>
<title>Basemap 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: 90%;
@iriberri
iriberri / index.html
Created July 15, 2015 11:12
Get coordinates from geometry click
<!DOCTYPE html>
<html>
<head>
<title>Get coordinates of geometry | 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%;
@iriberri
iriberri / index.html
Created July 14, 2015 09:10
Set maxZoom (createVis)
<!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%;
@iriberri
iriberri / index.html
Created July 9, 2015 12:22
Hexgrid with table values
<!DOCTYPE html>
<html>
<head>
<title>Client side hexgrid | 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%;
@iriberri
iriberri / index.html
Last active August 29, 2015 14:23
Data library
<!DOCTYPE html>
<html>
<head>
<title>Data Library</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: 300px;
@iriberri
iriberri / index.html
Last active August 29, 2015 14:23
Stopping Torque before reproduction
<!DOCTYPE html>
<html>
<head>
<title> 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%;
@iriberri
iriberri / index.html
Created June 19, 2015 14:08
Add attribution createVis
<!DOCTYPE html>
<html>
<head>
<title>Add attribution| 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%;