Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
On second thought, we want some pre-quantization.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Sep 8, 2014
1 parent 0367696 commit ec1b02c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -72,8 +72,7 @@ shp/ne_%_admin_1_states_provinces_lakes.shp: zip/ne_%_admin_1_states_provinces_l
topo/world-%.json: shp/ne_%_admin_0_countries.shp
mkdir -p $(dir $@)
$(TOPOJSON) \
--no-pre-quantization \
--post-quantization 1e5 \
--quantization 1e5 \
--id-property=+iso_n3 \
-- countries=shp/ne_$*_admin_0_countries.shp \
| $(TOPOMERGE) \
Expand Down

0 comments on commit ec1b02c

Please sign in to comment.