Skip to content

Instantly share code, notes, and snippets.

@whyvez
Created January 6, 2016 15:40
Show Gist options
  • Save whyvez/043fd45bf4ed782ee6cc to your computer and use it in GitHub Desktop.
Save whyvez/043fd45bf4ed782ee6cc to your computer and use it in GitHub Desktop.
simple esri point feature set
{
"displayFieldName": "",
"geometryType": "esriGeometryPoint",
"spatialReference": {
"wkid": 26912,
"latestWkid": 26912
},
"fields": [
{
"name": "OBJECTID",
"type": "esriFieldTypeOID",
"alias": "OBJECTID"
}
],
"features": [
{
"attributes": {
"OBJECTID": 1
},
"geometry": {
"x": 471966.36629999988,
"y": 6291609.5373
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment