places_array = {
const data = {"Places":[
{'location':'South America','name':'Ushuaia','latitude':-54.805833,'longitude':-68.301947,'country':'Argentina'},
{'location':'Africa','name':'Aksum','latitude':14.132366,'longitude':38.738350,'country':'Ethiopia'},
{'location':'North America','name':'Crater Lake','latitude':42.942806,'longitude':-122.115580,'country':'United States'},
{'location':'Africa','name':'Abu Simbel','latitude':22.337222,'longitude':31.625413,'country':'Egypt'},
{'location':'Europe','name':'Alhambra','latitude':37.176534,'longitude':-3.588402,'country':'Spain'}
]};
return data;
}