Skip to content

Instantly share code, notes, and snippets.

@webapprentice
Last active December 30, 2015 04:29
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 webapprentice/7775890 to your computer and use it in GitHub Desktop.
Save webapprentice/7775890 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-122.3491667, 47.6202333]
},
"properties": {
"name": "Seattle Space Needle"
}
},
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[-122.34870, 47.6200], [-122.350, 47.6190], [-122.351, 47.6195], [-122.353, 47.6195]
]
},
"properties": {
"name": "Set of Lines"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-122.3510, 47.6215], [-122.3510, 47.6205], [-122.3500, 47.6205], [-122.3500, 47.6215]
]
]
},
"properties": {
"name": "Polygon",
"title": "Example of a Rectangular feature"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment