Last active
November 8, 2017 21:44
-
-
Save apfister/4c5636f2b2f000cba7ffddf19fe3e8f3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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