Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<style>
#map-canvas { width:1200px; height:800px; }
</style>
<script type="text/javascript"
src="http://maps.google.com/maps/api/js?sensor=false">
</script>
<script type="text/javascript">
@wsvekla
wsvekla / index.html
Last active December 16, 2015 02:39
<!DOCTYPE html>
<html>
<head>
<style>
#map-canvas { width:960px; height:500px; }
</style>
<script type="text/javascript"
src="http://maps.google.com/maps/api/js?sensor=false">
</script>
<script type="text/javascript">
@wsvekla
wsvekla / README.md
Last active December 11, 2015 17:49
Mouseover Philly Streets

Mouseover streets in this D3.js-driven visualization that allows users to visualize the citywide extent of a given street. The City of Philadelphia Streets Department maintains and distributes geospatial data representing and describing the city's street network. The data along with more information is availabe at Open Data Philly. Street location and name data is stored in a CartoDB table. A merge by attribute operation, street name in this case, achieved improvements over the previous file size that approached 3MB.

@wsvekla
wsvekla / README.md
Last active October 3, 2016 17:47
2010 Census Geography with D3 and TopoJSON

Mapping and ID-ing Philadelphia 2010 Census Tracts with D3 and TopoJSON

@wsvekla
wsvekla / README.md
Last active December 10, 2015 19:58
Datos de Guatemala con D3 y CartoDB

Estos límites municipales de Guatemala se extraen de un archivo GeoJSON guardado en una tabla en CartoDB. Shapefile original fue recogido de GADM, la base de datos de global áreas administrativas.

@wsvekla
wsvekla / README.md
Last active October 24, 2018 16:40
Guatemala TopoJSON