Skip to content

Instantly share code, notes, and snippets.

@muziejus
Created November 16, 2017 01:02
Show Gist options
  • Save muziejus/57fb53d18df7d0a5a8dc4e180725ef70 to your computer and use it in GitHub Desktop.
Save muziejus/57fb53d18df7d0a5a8dc4e180725ef70 to your computer and use it in GitHub Desktop.
Crashing geojson on turf
Display the source blob
Display the rendered blob
Raw
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [10, -10]
},
"properties": {
"crasher": null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment