hackoregon / teamHomelessness-frontend

2016-2017 Homelessness Project Team - frontend code-staging site
http://hacko-homelessness-staging.s3-website-us-west-2.amazonaws.com/
MIT License
1 stars 10 forks source link

Sleeping location card #7

Open meganmckissack opened 7 years ago

meganmckissack commented 7 years ago

connects to issue #34 in the main repo.

sleeping location mobile

meganmckissack commented 7 years ago

we need to determine if this is an interactive map/static image and if we can find geo data to visualize this map. We currently have an endpoint with the area names but not any type of shape files. If it's to be clickable, we'll need svg/images for each bounding area.

outerpress commented 7 years ago

Grabbing this one so I can update the specs.

clemf commented 7 years ago

I'm working on this now. I'm almost done with the hardest part which is getting the location boundaries:

image

meganmckissack commented 7 years ago

I looked around for this earlier and couldn't find the specs but I feel like it has to exist somewhere or maybe there's a way to turn these into shapefiles/geoJSON?

clemf commented 7 years ago

@meganmckissack I couldn't find an existing resource so I created the boundaries myself by georeferencing this map and tracing them out by hand. Here's a bl.ocks link.

meganmckissack commented 7 years ago

Dang, nice work!