Skip to content

Instantly share code, notes, and snippets.

@s2t2
Created January 7, 2015 18:30
Show Gist options
  • Save s2t2/3b1f215f788ae26739a2 to your computer and use it in GitHub Desktop.
Save s2t2/3b1f215f788ae26739a2 to your computer and use it in GitHub Desktop.
source: mapbox.com/mapbox.js/assets/data/eastcoast_cities.geojson
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"marker-color": "#f76565",
"title": "DC"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.038879394531,
38.89530825492
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#f76565",
"title": "Baltimore"
},
"geometry": {
"type": "Point",
"coordinates": [
-76.632385253906,
39.302424560415
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#f76565",
"title": "Philadelphia"
},
"geometry": {
"type": "Point",
"coordinates": [
-75.140991210938,
39.962385549176
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment