Skip to content

Commit

Permalink
set major city limit to 600k
Browse files Browse the repository at this point in the history
  • Loading branch information
bradoyler committed Dec 18, 2016
1 parent 08dd89a commit 82c174f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion us-cities/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ shp/us/cities-over-150k.shp: shp/us/cities.shp
shp/us/major-cities.shp: shp/us/cities.shp
mkdir -p $(dir $@)
rm -f $@
ogr2ogr -f 'ESRI Shapefile' -where "POP_2010 > 750000" $@ $<
ogr2ogr -f 'ESRI Shapefile' -where "POP_2010 > 600000" $@ $<

shp/us/cities-over-100k.shp: shp/us/cities.shp
mkdir -p $(dir $@)
Expand Down

0 comments on commit 82c174f

Please sign in to comment.