How do I create a JSON compatible with dojo.data.ItemFileReadStore structure

607
1
06-26-2012 11:04 AM
BryanKaraffa
New Contributor III
Hi All,

We recently changed out map to a Geographic Projection System and I need to re-create the json files used with the new spatial reference. 

The old file is located: http://ags2.geog.ucsb.edu/icm/js/bldgs2.json.txt

I am not sure how the json file was created, but it is my understanding that it is in a structure that is compatible with dojo.data.ItemFileReadStore (since that's what we use in our map to import the file).  Any clues how this json file was created will point me into the right direction regarding recreating it with the updated data.....

Thanks in advance!
0 Kudos
1 Reply
HemingZhu
Occasional Contributor III
Hi All,

We recently changed out map to a Geographic Projection System and I need to re-create the json files used with the new spatial reference. 

The old file is located: http://ags2.geog.ucsb.edu/icm/js/bldgs2.json.txt

I am not sure how the json file was created, but it is my understanding that it is in a structure that is compatible with dojo.data.ItemFileReadStore (since that's what we use in our map to import the file).  Any clues how this json file was created will point me into the right direction regarding recreating it with the updated data.....

Thanks in advance!


ItemFileReadStore should be able to read or store any JSON structured contents
0 Kudos