Skip to content

Instantly share code, notes, and snippets.

@mcwhittemore
Created July 5, 2016 23:05
Show Gist options
  • Select an option

  • Save mcwhittemore/9944bce82fce056a9f5b5fd364f6ff0d to your computer and use it in GitHub Desktop.

Select an option

Save mcwhittemore/9944bce82fce056a9f5b5fd364f6ff0d to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [{
"type":"Feature",
"properties":{
"id":"d6c679524d8c921960f8605fb3680159",
"meta":"feature",
"meta:type":"Polygon",
"active":"true",
"mode":"draw_polygon"
},
"geometry":{
"coordinates":[[[0,0],[15,15],[30,30],[0,0]]],
"type":"Polygon"
}
}, {
"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[43,43],[47,43],[47,47],[43,47],[43,43]]]}}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment