mirror of
https://github.com/Turfjs/turf.git
synced 2026-01-25 16:07:00 +00:00
* 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>
23 lines
548 B
JSON
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]
|
|
]
|
|
]
|
|
}
|
|
}
|