Skip to content

Instantly share code, notes, and snippets.

@stdavis
Created October 8, 2012 13:49
Show Gist options
  • Select an option

  • Save stdavis/3852634 to your computer and use it in GitHub Desktop.

Select an option

Save stdavis/3852634 to your computer and use it in GitHub Desktop.
{
"displayFieldName": "",
"geometryType": "esriGeometryPoint",
"spatialReference": {
"wkid": 26912,
"latestWkid": 26912
},
"fields": [{
"name": "OBJECTID",
"type": "esriFieldTypeOID",
"alias": "OBJECTID"
}],
"features": "features": [
{
geometry: {x: 443905, y: 4500292, "spatialReference" : {"wkid" : 26912}},
attributes: {OBJECTID: 1}
},
{
geometry: {x: 443792, y: 4500443, "spatialReference" : {"wkid" : 26912}},
attributes: {OBJECTID: 2}
}
],
"exceededTransferLimit": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment