Skip to content

Instantly share code, notes, and snippets.

@dbouwman
Created July 26, 2013 13:46
Show Gist options
  • Save dbouwman/6088984 to your computer and use it in GitHub Desktop.
Save dbouwman/6088984 to your computer and use it in GitHub Desktop.
Example of a json fixture
{
"layers":[
{
"id": "RedFlagWarnings",
"url": "http://svinetfc3.fs.fed.us/ArcGIS_NPSG/rest/services/NPSG/Fire_Watches_Warnings/MapServer",
"visibleLayers": [1],
"visible": true,
"opacity": 0.8
},
{
"id": "MODISThermal",
"url": "http://wildfire.cr.usgs.gov/ArcGIS/rest/services/geomac_dyn/MapServer",
"visibleLayers": [2],
"visible": true,
"opacity": 0.8
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment