Skip to content

Instantly share code, notes, and snippets.

@bryantAXS
Last active August 29, 2015 13:59
Show Gist options
  • Select an option

  • Save bryantAXS/10918324 to your computer and use it in GitHub Desktop.

Select an option

Save bryantAXS/10918324 to your computer and use it in GitHub Desktop.

Revisions

  1. bryantAXS revised this gist Apr 16, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.json
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,7 @@
    {
    "src": "http://photourl.com/img.jpg",
    "caption": "A caption for a photo"
    },
    }
    ],
    "lat": "100.00",
    "lng": "100.00",
    @@ -41,6 +41,6 @@
    ],
    "regionalConnections": [
    "Connection 1",
    "Connection 2",
    "Connection 2"
    ]
    }
  2. bryantAXS created this gist Apr 16, 2014.
    46 changes: 46 additions & 0 deletions gistfile1.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,46 @@
    {
    "name": "Test Park Name",
    "address": "W 4th Ave and W Garnet St.",
    "city": "Broomfield",
    "videos": [
    "http://www.videourl.com"
    ],
    "photos": [
    {
    "src": "http://photourl.com/img.jpg",
    "caption": "A caption for a photo"
    },
    {
    "src": "http://photourl.com/img.jpg",
    "caption": "A caption for a photo"
    },
    ],
    "lat": "100.00",
    "lng": "100.00",
    "overview": "Overview Copy",
    "directions": "Directions Copy",
    "amenities": [
    "Historic Buildings",
    "Picnic Table"
    ],
    "features": [
    {
    "name": "Feature Name",
    "lat": "100.00",
    "lng": "100.00"
    },
    {
    "name": "Feature Name",
    "lat": "100.00",
    "lng": "100.00"
    }
    ],
    "nearby": [
    "Lac Amora Open Space",
    "The Field Open Space"
    ],
    "regionalConnections": [
    "Connection 1",
    "Connection 2",
    ]
    }