Skip to content

Instantly share code, notes, and snippets.

@dbouwman
Created May 28, 2014 17:00
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 dbouwman/89f744f336e13adf3e68 to your computer and use it in GitHub Desktop.
Save dbouwman/89f744f336e13adf3e68 to your computer and use it in GitHub Desktop.
Example Site w/ Links for Groups, Themes and Layouts
{
"links": {
"sites.groups": "http://opendata.arcgis.com/admin/sites/{sites.id}/groups",
"theme": "http://opendata.arcgis.com/admin/themes/{theme.id}",
"layout": "http://opendata.arcgis.com/admin/layouts/{layout.id}",
},
"sites":[
{
"title": "Boston Open Data",
"org_id": "abc123xfh123",
"subdomain":"openboston",
"internal_url": "openboston.dcdev.opendata.arcgis.com",
"custom_domain": "<custom url>",
"public": true,
"map": {
"homepage": {
"visible": false,
"datasets": [
"abc123", "def432", "xyz987"
],
"basemap":{
"name": "<well known name>",
"copyright": "<custom copyright>"
"url": "<url for custom basemap>",
"service_type": "<ArcGISTiledMapService | WebTiledService>"
},
"satellite":{
"name": "<well known name>",
"copyright": "<custom copyright>"
"url": "<url for custom basemap>",
"service_type": "<ArcGISTiledMapService | WebTiledService>"
},
"extent": [-104,38,-102,45]
},
"links": {
"groups": [{
"3cfdba546f1e40b0b430127c7cefd384",
"72c19e0ed89641ac83045a4597a6c9dc"
],
"theme": "1",
"layout": "1"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment