mfedderly 25917d8b2e
Rework prettier setup (#2677)
* Upgrade hustky, lint-staged, and prettier.

Modify lint-staged and prettier configs
Add specific json/geojson formatting rules for prettier

* Apply prettier
2024-08-08 11:23:46 -04:00

55 lines
1.1 KiB
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[-97.881317, 22.466878],
[-97.867584, 22.299261],
[-97.820892, 22.17596],
[-97.619019, 21.87042]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 6
},
"geometry": {
"type": "LineString",
"coordinates": [
[-97.856495, 22.269978],
[-97.879944, 22.26241]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [-97.879944, 22.26241]
}
},
{
"type": "Feature",
"properties": {
"dist": 2.555507,
"multiFeatureIndex": 0,
"location": 22.141834,
"index": 1,
"marker-color": "#F0F"
},
"geometry": {
"type": "Point",
"coordinates": [-97.856495, 22.269978]
}
}
]
}