Skip to content

Instantly share code, notes, and snippets.

@darklilium
Last active May 23, 2017 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darklilium/9f7a7ba6e51dfbe8d604e5d3df2aed24 to your computer and use it in GitHub Desktop.
Save darklilium/9f7a7ba6e51dfbe8d604e5d3df2aed24 to your computer and use it in GitHub Desktop.
Estadísticas por atributo arcgis rest srv
//Referencia: http://resources.arcgis.com/en/help/rest/apiref/query.html
{
output.statistics: [
{
"statisticType": "count",
"onStatisticField": "zona",
"outStatisticFieldName": "cantidad"
}
],
groupByFields: 'zona'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment