Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Add geojson support #20

Open
bschoenfeld opened this issue Mar 6, 2015 · 3 comments
Open

Add geojson support #20

bschoenfeld opened this issue Mar 6, 2015 · 3 comments

Comments

@bschoenfeld
Copy link
Member

Tools like Google Maps and Cartodb support loading geojson data. The JSON generated by the API is great, but if you just want to map the points geojson would be more useful.

@ttavenner
Copy link
Contributor

What is actually needed is to reconcile the way the data looks in the database with the API search interface. That means digging into this ticket: openva/vabusinesses.org#25

@waldoj
Copy link

waldoj commented Mar 6, 2015

I barely know what I'm doing with geosearches. At the moment, on the site, you can't even search for a term and a place at the same time. You can do one or the other, but not both. I have no idea why that doesn't work. I'd be very happy to add GeoJSON support, but I don't know how to do it. :)

@bschoenfeld
Copy link
Member Author

Ok. I'll look into it. For now, I've got a Python script that converts the
CSV to GeoJSON. I'll see if I can get it worked into the site.

On Fri, Mar 6, 2015 at 5:07 PM, Waldo Jaquith [email protected]
wrote:

I barely know what I'm doing with geosearches. At the moment, on the site,
you can't even search for a term and a place at the same time. You can
do one or the other, but not both. I have no idea why that doesn't work.
I'd be very happy to add GeoJSON support, but I don't know how to do it. :)


Reply to this email directly or view it on GitHub
#20 (comment)
.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants