This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset=utf-8 /> | |
<title>A Simple Map</title> | |
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' /> | |
<script src='https://api.tiles.mapbox.com/mapbox.js/v1.6.2/mapbox.js'></script> | |
<link href='https://api.tiles.mapbox.com/mapbox.js/v1.6.2/mapbox.css' rel='stylesheet' /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>rectangulos en tematizados en CartoDB y MapBox</title> | |
</head> | |
<body> | |
<!-- probando con iframe's --> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset=utf-8 /> | |
<title>Choropleth</title> | |
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' /> | |
<script src='https://api.tiles.mapbox.com/mapbox.js/v1.6.2/mapbox.js'></script> | |
<link href='https://api.tiles.mapbox.com/mapbox.js/v1.6.2/mapbox.css' rel='stylesheet' /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Leaflet (faja 1 a 7) Bounds</title> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link rel="stylesheet" href="http://leafletjs.com/dist/leaflet.css" /> | |
</head> | |
<body> | |
<div id="map" style="width: 600px; height: 400px"></div> |

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset=utf-8 /> | |
<title>Población de Argentina por provincia (censo 2010)</title> | |
</head> | |
<body> | |
<canvas id="myCanvas" width="600" height="400" style="border:1px solid #aaa;"> | |
</canvas> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>ciudades con mas de 50,000 habitantes</title> | |
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css" /> | |
<script src="http://cdn.leafletjs.com/leaflet-0.7/leaflet.js"></script> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link rel="stylesheet" href="http://leaflet.github.io/Leaflet.markercluster/example/screen.css" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>UBA, Sub16</title> | |
<style type="text/css"> | |
body { font-family: "Ubuntu Mono, Courier New"; background-color: #fff; text-align: left; font-size: 1em; margin: 1em } | |
</style> | |
<script type="text/javascript" src="http://omnipotent.net/jquery.sparkline/contrib/jquery/jquery-1.7.2.min.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var addressPoints = [ | |
[-34.6133, -58.3888, 'ciudad de buenos aires ( / ciudad de buenos aires)'], | |
[-34.625, -58.3844, 'constitucion (comuna 1 / ciudad de buenos aires)'], | |
[-34.6127, -58.3797, 'monserrat (comuna 1 / ciudad de buenos aires)'], | |
[-34.6092, -58.3564, 'puerto madero (comuna 1 / ciudad de buenos aires)'], | |
[-34.5884, -58.3759, 'retiro (comuna 1 / ciudad de buenos aires)'], | |
[-34.6037, -58.3805, 'san nicolas (comuna 1 / ciudad de buenos aires)'], | |
[-34.6215, -58.3715, 'san telmo (comuna 1 / ciudad de buenos aires)'], | |
[-34.5859, -58.395, 'recoleta (comuna 2 / ciudad de buenos aires)'], | |
[-34.6091, -58.4031, 'balvanera (comuna 3 / ciudad de buenos aires)'], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<script src="http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script> | |
<style> | |
#scatterplot | |
{ |