mirror of
https://github.com/Turfjs/turf.git
synced 2026-02-01 16:57:21 +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>
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"factor": 1.5,
|
|
"stroke": "#F00",
|
|
"stroke-width": 4
|
|
},
|
|
"geometry": {
|
|
"type": "LineString",
|
|
"coordinates": [
|
|
[11.222188, 44.472567],
|
|
[11.235574, 44.478813],
|
|
[11.241747, 44.505261],
|
|
[11.263371, 44.530966],
|
|
[11.292726, 44.533536],
|
|
[11.322082, 44.545284],
|
|
[11.354014, 44.541246],
|
|
[11.393669, 44.52399],
|
|
[11.404996, 44.510035],
|
|
[11.405509, 44.501221],
|
|
[11.421984, 44.483589],
|
|
[11.443609, 44.474037]
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"factor": 1.5
|
|
},
|
|
"geometry": {
|
|
"type": "LineString",
|
|
"coordinates": [
|
|
[11.259269714355469, 44.48450449695473],
|
|
[11.268196105957031, 44.48866833139464],
|
|
[11.272315979003906, 44.5063000997406],
|
|
[11.286735534667969, 44.52343698529045],
|
|
[11.306304931640625, 44.52515039667307],
|
|
[11.325874328613281, 44.53298249265435],
|
|
[11.347160339355469, 44.5302903284497],
|
|
[11.37359619140625, 44.51878604321948],
|
|
[11.381149291992186, 44.50948304524639],
|
|
[11.381492614746094, 44.503606702401854],
|
|
[11.392478942871094, 44.49185223953622],
|
|
[11.406898498535156, 44.48548424944496]
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"marker-color": "#00F",
|
|
"marker-symbol": "circle"
|
|
},
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [11.333456039428711, 44.50837878425054]
|
|
}
|
|
}
|
|
]
|
|
}
|