Skip to content

Instantly share code, notes, and snippets.

@craigds
Last active December 15, 2015 02:09
Show Gist options
  • Save craigds/15a5aeffe3e831018547 to your computer and use it in GitHub Desktop.
Save craigds/15a5aeffe3e831018547 to your computer and use it in GitHub Desktop.
{
"crs": "EPSG:4326",
"name": "my-export",
"items": [
{
"timestamp": "2013-01-01T00:00:00",
"type": "layer",
"id": 123
},
{
"timestamp": "2013-01-01T00:00:00",
"style": "topo50",
"type": "set",
"id": 234
},
{
"timestamp": "2013-01-01T00:00:00",
"type": "file",
"id": 345
},
{
"to_timestamp": "2013-01-01T00:00:00",
"type": "layer-changeset",
"id": 456,
"from_timestamp": "2012-12-01T00:00:00"
}
],
"delivery": {
"method": "download"
},
"extent": {
"type": "Box",
"coordinates": [
[
170,
-38
],
[
174,
-42
]
]
},
"formats": {
"raster": "image/jpeg",
"vector": "application/x-zipped-shp",
"grid": "image/tiff;subtype=geotiff",
"table": "text/csv"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment