Skip to content

Instantly share code, notes, and snippets.

View Nachospt's full-sized avatar

Ignacio Sanchez Nachospt

  • Inycom
  • Madrid
View GitHub Profile
@peterlozano
peterlozano / Makefile
Last active April 25, 2020 16:31
Spain map.
all: es.json
es.json: subunits.json places.json provinces.json
topojson \
-o es.json \
--id-property SU_A3 \
--properties name=NAME \
-- \
subunits.json \
provinces.json \