turf/packages/turf-buffer/test/out/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

58 lines
1.4 KiB
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"radius": -200,
"units": "miles",
"stroke": "#F00",
"fill": "#F00",
"marker-color": "#F00",
"fill-opacity": 0.3
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[134.489191, -17.811384],
[130.181752, -20.673464],
[131.393542, -25.655566],
[135.201218, -27.922057],
[141.183829, -27.956599],
[141.724503, -26.12273],
[141.388146, -19.483057],
[134.489191, -17.811384]
]
]
}
},
{
"type": "Feature",
"properties": {
"radius": -200,
"units": "miles",
"stroke": "#00F",
"fill": "#00F",
"marker-color": "#00F",
"fill-opacity": 0.3
},
"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]
]
]
}
}
]
}