Skip to content

Instantly share code, notes, and snippets.

@apfister
Last active November 8, 2017 21:44
Show Gist options
  • Save apfister/4c5636f2b2f000cba7ffddf19fe3e8f3 to your computer and use it in GitHub Desktop.
Save apfister/4c5636f2b2f000cba7ffddf19fe3e8f3 to your computer and use it in GitHub Desktop.
curl -X PUT \
http://localhost:3001/composite/sdgpoverty/mex \
-H 'content-type: application/json' \
-d '{
"url": "https://services8.arcgis.com/wvXNCrOBOObhsKqy/arcgis/rest/services/Inidicator_1_2_1_ok/FeatureServer/0/query",
"fieldMap": {
"obs_value": "y_2014",
"entity_name": "Entidad"
},
"extent": {
"xmin": -15805496.156624636,
"ymin": -520039.4837769512,
"xmax": -6344426.543601176,
"ymax": 5350324.288523024,
"spatialReference": {
"wkid": 102100
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment