Вы не можете просто взять необработанные данные. Вы должны изменить его так, чтобы он выглядел так.
[ {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
52.743356,
-111.546907
]
},
"properties": {
"dealerName": "Smiths Equipment Sales (Smiths Hauling)",
"address": "HWY 13 - 5018 Alberta Avenue",
"city": "Lougheed",
"state": "AB",
"zip": "T0B 2V0",
"country": "Canada",
"website": "http://smithsequipsales.com/",
"phone": "780-386-3842",
"dealerCode": "SMI06",
"tractor": true,
"utv": false,
"hp": false
} }, {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [36.16876,-84.07945]
},
"properties": {
"dealerName": " Tommy's Motorsports",
"address": "2401 N Charles G Seivers Blvd",
"city": "Clinton",
"state": "TN",
"statename": "United States",
"zip": "37716",
"phone": "865-494-6500",
"website": "https://www.tommysmotorsports.com/",
"dealerCode": "TOM08",
"tractor": true,
"utv": false,
"hp": false
}
}
]