Skip to content

Commit

Permalink
preserve props
Browse files Browse the repository at this point in the history
  • Loading branch information
bradoyler committed Oct 12, 2016
1 parent bdff795 commit 611a510
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions us-congress/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ all: topo/us/congress.json csv/us/congress.csv
all-states:
for i in ${STATES} ; do make topo/$$i/congress.json ; done

all-states-with-counties:
all-states-with-counties: all-states
for i in ${STATES} ; do make topo/$$i/counties-congress.json ; done

.SECONDARY:
Expand Down Expand Up @@ -138,17 +138,17 @@ topo/%/congress.json: shp/%/congress.shp

topo/%/counties-congress.json:
../node_modules/.bin/topojson \
-o $@ \
-o $@ -p \
-- congress=topo/$*/congress.json counties=../us-counties/topo/$*/counties.json

topo/%/towns-congress.json:
../node_modules/.bin/topojson \
-o $@ \
-o $@ -p \
-- congress=topo/$*/congress.json towns=../us-towns/topo/$*/towns.json

topo/%/countysubs-congress.json:
../node_modules/.bin/topojson \
-o $@ \
-o $@ -p \
-- congress=topo/$*/congress.json countysubs=../us-towns/topo/$*/countysubs.json


Expand Down

0 comments on commit 611a510

Please sign in to comment.