Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSM points loaded into db #206

Merged
merged 9 commits into from
Mar 18, 2016
Merged

OSM points loaded into db #206

merged 9 commits into from
Mar 18, 2016

Conversation

bleucitron
Copy link
Contributor

This PR adds a OSMplace table in 6element database.
This table is queried along with regular place table when the user wants to display alternatives, or is moving over the map.

For now, you still need to manually load the OSM data into the db manually (with node server/loadOSMtoDb.js), but it will be updated on a daily basis soon (see #203)

@@ -22,7 +21,7 @@ module.exports = function(){
if(err){
console.error("Couldn't connect to db", conString, err);
if(attempts >= MAX_ATTEMPTS)
reject(err);
reject("Couldn't connect: " + err);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

es-lint unadapted :-)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll clean my own lint mess :p

SergeBredin added a commit that referenced this pull request Mar 18, 2016
OSM points loaded into db
@SergeBredin SergeBredin merged commit 4d960c9 into anthill:alpha Mar 18, 2016
@bleucitron bleucitron mentioned this pull request Mar 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants