Re: [OSM-dev] OAuth down

2011-11-17 Thread Pierre GIRAUD
Hi, I had a look at the oauth-plugin code (https://github.com/pelle/oauth-plugin) which is supposed to be used in OSM website to find where there could be an issue. I suspect something goes wrong in the "oauth1_authorize" method: https://github.com/pelle/oauth-plugin/blob/master/lib/oauth/control

Re: [OSM-dev] [Building Lane Model for OSM]How can I get multiple gpx from osm for repeated roads?

2011-11-17 Thread Matt Amos
On Thu, Nov 17, 2011 at 4:47 PM, donglai wrote: > Hi all: > > I'm thinking to build the lane model for OSM using machine learning > techniques. How can I get multiple gpx files from osm database for certain > roads? the GPX tracks in the OSM database are not explicitly related to the roads - it i

[OSM-dev] [Building Lane Model for OSM]How can I get multiple gpx from osm for repeated roads?

2011-11-17 Thread donglai
Hi all: I'm thinking to build the lane model for OSM using machine learning techniques. How can I get multiple gpx files from osm database for certain roads? Thanks in advance for any advice or feedback. Best D. Below are my half-baked ideas: 1) Motivation: a) According to Sebastian Thrun,

Re: [OSM-dev] tirex-backend-manager doesn't work

2011-11-17 Thread Christian Chelius
Hi, I have now switched from Tirex to mod_tile/Renderd and everything seems be working well. However, the processing of tiles take very long, how would you evaluate this or why is that? Nov 16 23:24:17 osm renderd[8237]: DEBUG: DONE TILE default 6 24-31 16-23 Nov 16 23:24:17 osm renderd[8237]

Re: [OSM-dev] OAuth down

2011-11-17 Thread Tom Hughes
On 17/11/11 08:58, Andy Allan wrote: On 17 November 2011 06:59, Pierre GIRAUD wrote: Can you point me to urls to show me what changed recently ? (commits, diffs) https://github.com/openstreetmap/openstreetmap-website/network The "what changed recently" was that we upgraded from rails 2.x to

Re: [OSM-dev] OAuth down

2011-11-17 Thread Andy Allan
On 17 November 2011 06:59, Pierre GIRAUD wrote: > Can you point me to urls to show me what changed recently ? (commits, diffs) https://github.com/openstreetmap/openstreetmap-website/network The "what changed recently" was that we upgraded from rails 2.x to 3.1 - so many things needed changing. Y