Skip to content

Instantly share code, notes, and snippets.

@antonioortegajr
Last active August 29, 2015 14:26
Show Gist options
  • Save antonioortegajr/14de19138b521c035fe1 to your computer and use it in GitHub Desktop.
Save antonioortegajr/14de19138b521c035fe1 to your computer and use it in GitHub Desktop.
json sample for GEOjson file
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.995962,
40.705329
]
},
"properties": {
"marker-color": "#CC0000",
"marker-symbol": "danger",
"title": "Death of Gwen Stacy",
"Place": "Brooklyn Bridge",
"City": "New York",
"State": "NY",
"Significance": "The location of Gewn Stacy death at the hads of the Green Goblin",
"Issues": "Amazing Spider-Man Vol 1 Issues 122 - 123",
"Digital Comic": "<a id=\"6507\" href=\" target=\"_blank\">Get the digital comic</a>"
}
}
]
}
@antonioortegajr
Copy link
Author

sample geojson from Spidey project https://github.com/antonioortegajr/Spidey-Map

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment