Skip to content

Instantly share code, notes, and snippets.

@simondmorias
Created June 12, 2018 08:55
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 simondmorias/1a65e78189e9a150b0ec7a415869a07c to your computer and use it in GitHub Desktop.
Save simondmorias/1a65e78189e9a150b0ec7a415869a07c to your computer and use it in GitHub Desktop.
Sample geoJSON
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [[[ -0.144195556640625,52.019120643633386],
[-0.127716064453125,52.00052411347729],
[-0.10848999023437499,52.01193653675363],
[-0.12359619140625,52.02883848153626],
[-0.144195556640625,52.019120643633386]]]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [[-0.196380615234375,52.11283076186275],
[-0.1263427734375,52.07739600418385]]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [-0.1641082763671875, 52.06051241654061]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment