Skip to content

Instantly share code, notes, and snippets.

@mgiraldo
mgiraldo / merged.geojson
Last active March 9, 2016 18:08
every place name consensus in http://buildinginspector.nypl.org (as of 2/10/2015)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mgiraldo
mgiraldo / a-web-maps-101.md
Last active August 22, 2018 11:34
A web maps primer

#A web maps primer

I was invited to the National Library of Colombia's 2nd Digital Book Week as a speaker and to give a workshop on digital mapping tools. I thought it would be useful to share that workshop since it encompasses a lot of different processes and tools that make digital cartography today very accessible. It is a primer on working with various free web mapping tools so you can make your own awesome maps.

##TL;DR You will make [this][result]. This tutorial assumes you have a digitized map and some data you want to overlay on it. The general steps covered are:

  1. geo-referencing the scanned map so that web tiles can be generated
  2. generating GeoJSON data to be overlaid
  3. creating a custom base map (to serve as reference/present day)
@wboykinm
wboykinm / index.html
Created May 28, 2014 18:15
mapbox.js - importing and clustering GeoJSON with a chart popup
<!doctype html>
<html>
<head>
<script src='https://api.tiles.mapbox.com/mapbox.js/v1.6.3/mapbox.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox.js/v1.6.3/mapbox.css' rel='stylesheet' />
<style>
body {
padding: 0;
margin: 0;
}