Skip to content

Commit 59d89b4

Browse files
committed
Merge branch 'master' of github.com:Schwanksta/python-arcgis-rest-query
2 parents 433d118 + af20b81 commit 59d89b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The utilitiy downloads in batches of 1000, so while this will only need to hit t
5757
You can also download multiple layers into the same file from the command line. For example, if you wanted to combine the Tennessee congressional districts for the 114th and 113th congress into the same file:
5858

5959
```bash
60-
$ arcgis-get http://tigerweb.geo.census.gov/arcgis/rest/services/TIGERweb/Legislative/MapServer 0 12 --where="STATE = 47" --layer_name_field='source_layer' > ca_distrcits_2013_2014.geojson
60+
$ arcgis-get http://tigerweb.geo.census.gov/arcgis/rest/services/TIGERweb/Legislative/MapServer 0 12 --where="STATE = 47" --layer_name_field='source_layer' > tn_distrcits_2013_2014.geojson
6161
```
6262

6363
# API

0 commit comments

Comments
 (0)