easherma / mapextractor

3 stars 1 forks source link

data should be passed/written as GEOJSON #3

Open easherma opened 8 years ago

easherma commented 8 years ago

{ "type": "FeatureCollection", "features": [{ "type": "Feature", "geometry": { "type": "Point", "coordinates": [response data longitude, response data latitude ] }, "properties": { response data returned from factual api } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [-80.83775386582222, 35.24980190252168 ] }, "properties": { "name": "DOUBLE OAKS CENTER", "address": "1326 WOODWARD AV" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [-80.83827000459532, 35.25674709224663 ] }, "properties": { "name": "DOUBLE OAKS NEIGHBORHOOD PARK", "address": "2605 DOUBLE OAKS RD" }

}]

}

easherma commented 8 years ago

Current output of API results: https://gist.github.com/easherma/37eae8e8aed42e2192cc0b22cad52cba