codeforamerica / MuniciPal

:speech_balloon: Consulting city-dwellers about legislation near them.
22 stars 14 forks source link

Integrate City of Mesa provided RESTful map service #44

Closed vancefsmithmesa closed 10 years ago

vancefsmithmesa commented 10 years ago

Contact Dee McKenzie for any questions on the service and its usage.

tbuckl commented 10 years ago

@vancefsmithmesa thanks, we're doing this in a branch and hope to merge it soon:

https://github.com/codeforamerica/MuniciPal/tree/refactor-addresses-controller

vancefsmithmesa commented 10 years ago

Please change the "Deploy to Heroku" button (in the ReadMe.md) to use the "free database" option. Assuming that this can only occur when PostGis is removed...

techieshark commented 10 years ago

That assumption is correct; the PostGIS extension isn't available on Heroku's free Postgres DB. We can update the app.json to use the free version when we close this issue.

tbuckl commented 10 years ago

this is solved now as of this branch: https://github.com/codeforamerica/MuniciPal/tree/master-merge-refactor-2

the upshot is we can host on the hobby db.

the downside is we've lost some map UI stuff, but thats resolvable. here's an example of what it looks like without it: http://munifree.herokuapp.com/

vancefsmithmesa commented 10 years ago

Cool…Is this merged into Master?

Vance F Smith | IT Engineer III | Information Technology | O: 480-644-3243

From: Tom Buckley [mailto:notifications@github.com] Sent: Thursday, November 06, 2014 11:55 AM To: codeforamerica/MuniciPal Cc: Vance Smith Subject: Re: [MuniciPal] Integrate City of Mesa provided RESTful map service (#44)

this is solved now as of this branch: https://github.com/codeforamerica/MuniciPal/tree/master-merge-refactor-2

the upshot is we can host on the hobby db.

the downside is we've lost some map UI stuff, but thats resolvable. here's an example of what it looks like without it: http://munifree.herokuapp.com/

— Reply to this email directly or view it on GitHubhttps://github.com/codeforamerica/MuniciPal/issues/44#issuecomment-62030772.

tbuckl commented 10 years ago

not merged into master yet. @techieshark should we merge it now or wait until the map ui stuff is fixed?

techieshark commented 10 years ago

@buckleytom I think we should hold off. I'll work on the map UI today.