Get the JSON and geoJSON into a standard format and order
Something like
{
"name": "200 Degrees Coffee",
"location": "Heston House, Meadow Lane, Nottingham, NG2 3HE",
"established":"2020-01-01",
"closed":"2021-01-01",
"open": true,
"url": "https://www.coffee.com/",
"social": {"twitter":"@coffee","facebook":"coffee"},
"coord": [52.942, -1.1361]
}
"closed" should only have a date is "open" is false
Get the JSON and geoJSON into a standard format and order
Something like
{ "name": "200 Degrees Coffee", "location": "Heston House, Meadow Lane, Nottingham, NG2 3HE", "established":"2020-01-01", "closed":"2021-01-01", "open": true, "url": "https://www.coffee.com/", "social": {"twitter":"@coffee","facebook":"coffee"}, "coord": [52.942, -1.1361] }"closed"should only have a date is"open"isfalse