turf/packages/turf-intersect/test/out/multilinestring.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

57 lines
1.7 KiB
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"fill-opacity": 0.5,
"fill": "#F00"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[4.8618364334106445, 45.784404601286774],
[4.86544132232666, 45.78434474634739],
[4.88217830657959, 45.78745711798122],
[4.886684417724609, 45.78691845071048],
[4.888958930969238, 45.78494329284938],
[4.876770973205566, 45.782100139729486],
[4.874668121337891, 45.77934663219167],
[4.865655899047851, 45.77904732970034],
[4.859733581542969, 45.77976565298041],
[4.860033988952637, 45.78213006841216],
[4.8618364334106445, 45.784404601286774]
]
]
}
},
{
"type": "Feature",
"properties": {
"fill-opacity": 0.5,
"fill": "#00F"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[4.86544132232666, 45.78434474634739],
[4.88217830657959, 45.78745711798122],
[4.8838090896606445, 45.79044961914028],
[4.880805015563965, 45.79257419743464],
[4.875955581665039, 45.78808555655138],
[4.869647026062012, 45.78742719215828],
[4.863724708557129, 45.78575132043314],
[4.860978126525879, 45.78572139369446],
[4.860033988952637, 45.78213006841216],
[4.8618364334106445, 45.784404601286774],
[4.8618364334106445, 45.78503307427041],
[4.86544132232666, 45.78434474634739]
]
]
}
}
]
}