Created
January 13, 2014 02:18
-
-
Save adkatrit/8393680 to your computer and use it in GitHub Desktop.
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 characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-104.8497428, | |
39.3884551, | |
1897.4 | |
] | |
}, | |
"properties": { | |
"name": "Castle Rock Rec Center", | |
"description": "2301 Woodlands Blvd." | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-104.8601483, | |
39.3703589, | |
1891.2 | |
] | |
}, | |
"properties": { | |
"name": "Castle Rock Town Hall", | |
"description": "100 Wilcox St." | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-104.8582411, | |
39.3732685, | |
1856.8 | |
] | |
}, | |
"properties": { | |
"name": "Castle Rock Bike and Ski", | |
"description": "411 4th St." | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-104.8860743, | |
39.403975800000005, | |
1843.6 | |
] | |
}, | |
"properties": { | |
"name": "Castle Rock Adventist Health Campus", | |
"description": "2350 Meadows Blvd." | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment