Skip to content

Instantly share code, notes, and snippets.

@maptastik
Last active January 25, 2017 16:19
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 maptastik/fbebc7d0c4f6b5eebd5bc07be5fc4a06 to your computer and use it in GitHub Desktop.
Save maptastik/fbebc7d0c4f6b5eebd5bc07be5fc4a06 to your computer and use it in GitHub Desktop.
Points of Interest in Raleigh
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"Place": "Raliegh Little Theatre",
"Address": "301 Pogue St",
"City": "Raleigh",
"State": "NC",
"Zip": 27607
},
"geometry": {
"type": "Point",
"coordinates": [
-78.66818726062775,
35.79131343872112
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment