turf/packages/turf-buffer/test/in/negative-buffer.geojson
mfedderly 2e9d3d51f7
Add Prettier and ESLint to the builds (#1965)
* Configure ESlint and Prettier
- Disable all eslint rules that trigger
- Build's lint step now runs monorepoint, prettier, and eslint
- Remove all tslint references

* [auto] run prettier on everything

Co-authored-by: Matt Fedderly <mfedderly@palantir.com>
2020-12-08 19:24:15 -05:00

23 lines
548 B
JSON

{
"type": "Feature",
"properties": {
"radius": -200,
"units": "miles"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[133.90136718749997, -14.647368383896618],
[126.73828125, -19.352610894378625],
[128.49609375, -27.371767300523032],
[134.1650390625, -30.789036751261136],
[143.7890625, -30.789036751261136],
[144.9755859375, -26.391869671769022],
[144.31640625, -17.14079039331664],
[133.90136718749997, -14.647368383896618]
]
]
}
}