Skip to content

Commit

Permalink
Quick fix: remove lakes and districts from ch.json because they are s…
Browse files Browse the repository at this point in the history
…caled differently when using projected coordinates
  • Loading branch information
jstcki committed Aug 23, 2013
1 parent 4d8faef commit 14577bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ topo/ch-lakes.json: shp/ch/lakes.shp
-p name=SEENAME \
-- lakes=$< | bin/topomergeids lakes > $@

topo/ch.json: topo/ch-country.json topo/ch-cantons.json topo/ch-districts.json topo/ch-municipalities.json topo/ch-lakes.json
topo/ch.json: topo/ch-country.json topo/ch-cantons.json topo/ch-municipalities.json
mkdir -p $(dir $@)
$(TOPOJSON) \
-p \
Expand Down

0 comments on commit 14577bb

Please sign in to comment.