Create Standard Geographies for the Whole US

1237
2
04-21-2011 04:58 PM
PrashanthSukumaran
New Contributor II
Hi

I am passing the following parameters to create the Standard Geographies for the WholeUSA.

http://localhost/ArcGIS/baserver/REST/services/DefaultMap/BAServer/CreateStdGeographies/execute?comp...{%22levelID%22%3A%22US%2EWholeUSA%22%2C%22featureID%22%3A%5B%22US%22%5D}%5D&IsFullErrorMessage=true&f=HTML

I guess there is something wrong with the featureID i am passing.
[{"levelID":"US.WholeUSA","featureID":["US"]}]

My code works fine for everything but the WholeUSA.
0 Kudos
2 Replies
MehakSujan
New Contributor
The feature ID for the US is '01'. You can get this value by the StdGeographiesByAttributes task:

http://localhost/ArcGIS/baserver/REST/services/DefaultMap/BAServer/StdGeographiesByAttributes/execut...
0 Kudos
PrashanthSukumaran
New Contributor II
Thank you Mehak.
0 Kudos