winnow
Version:
Apply sql-like filters to GeoJSON
75 lines (74 loc) • 1.55 kB
JSON
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"hello": "world"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
42.1435546875,
-84.52880552038334
],
[
43.76953125,
-84.68370154320046
],
[
44.615478515625,
-84.59440248355662
],
[
43.956298828125,
-84.55597291606101
],
[
44.263916015625,
-84.49729053339422
],
[
43.472900390625,
-84.48780079490464
],
[
43.341064453125,
-84.52671013086785
],
[
43.06640625,
-84.5004501588002
],
[
42.857666015625,
-84.52041916074552
],
[
42.615966796875,
-84.49412909829431
],
[
42.220458984375,
-84.45711162636019
],
[
41.3525390625,
-84.45498886430919
],
[
42.00073242187499,
-84.53717908388636
],
[
42.1435546875,
-84.52880552038334
]
]
]
}
}
]
}