Last active
August 29, 2015 13:59
-
-
Save bryantAXS/10918324 to your computer and use it in GitHub Desktop.
Revisions
-
bryantAXS revised this gist
Apr 16, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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" ] } -
bryantAXS created this gist
Apr 16, 2014 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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", ] }