Skip to content

Instantly share code, notes, and snippets.

@aaronpdennis
Last active August 29, 2015 14:24
Show Gist options
  • Save aaronpdennis/35958e66970a9f1787aa to your computer and use it in GitHub Desktop.
Save aaronpdennis/35958e66970a9f1787aa to your computer and use it in GitHub Desktop.
generate hdm mbtiles
tippecanoe \
-z 14 -Z 13 \
-d12 -D12 \
-b 20 \
-pc -f \
-o hdm.mbtiles \
hdm-data/hdm_label.json\
hdm-data/water_source.json \
hdm-data/communication.json \
hdm-data/electric_utility.json \
hdm-data/sanitation.json \
hdm-data/emergency.json \
hdm-data/medical.json \
hdm-data/building_condition.json \
hdm-data/road_condition.json \
hdm-data/site.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment