[OSM-dev] Latest daily diff (20100701-20100702)

2010-07-02 Thread Ciprian Talaba
As we are in read-only mode in order to upgrade the HW I wonder if there will be 20100701-20100702 daily diff available today? Thanks, Ciprian ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Nearest way for a location

2010-07-02 Thread Stephan Plepelits
On Mon, Jun 28, 2010 at 12:06:04PM -0400, Matthias Julius wrote: Stephan Plepelits sk...@xover.htu.tuwien.ac.at writes: On Sun, Jun 27, 2010 at 07:11:53PM -0500, Nolan Darilek wrote: 3. In dusting off my disused (and never that good to begin with :) math skills from over a decade in my

Re: [OSM-dev] Latest daily diff (20100701-20100702)

2010-07-02 Thread Brett Henderson
If the database is down the diffs will be delayed. But they will get produced sometime after the database comes up again. On 02/07/2010, at 16:28, Ciprian Talaba cipriantal...@gmail.com wrote: As we are in read-only mode in order to upgrade the HW I wonder if there will be 20100701-20100702

Re: [OSM-dev] Nearest way for a location

2010-07-02 Thread Marc Schütz
Example: Your coordinates (G): (2, 3) Your road segment (AB): (1, 1) - (4, 5) Therefore you get: Function for all points on AB: (1, 1) + t*(3, 4) (for 0=t=1) Normal vector to AB (n): (-4, 3) Unified normal vector to AB (n0): (-4/5, 3/5) = (-0.8, 0.6) You can use the

Re: [OSM-dev] Nearest way for a location

2010-07-02 Thread Stephan Plepelits
On Fri, Jul 02, 2010 at 11:24:19AM +0200, Marc Schütz wrote: Distance form: | AG * n0 | ( * being a scalar product ) Our distance: | (1, 2) * (-0.8, 0.6) | = | -0.8 + 1.2 | - distance: 0.4 The length of a vector (a,b) is sqrt(a^2 + b^2), not abs(a+b)! Thus |(1,2) * (-0.8,0.6)|

[OSM-dev] Status of PHPRoute?

2010-07-02 Thread Nick Whitelegg
Hello everyone, I am potentially going to be involved with a work project which will involve using routing, however we are going to need custom functionality, so wish to deploy a routing engine and a copy of the OSM database for our city on our own server and, crucially, modify it for our

Re: [OSM-dev] OSM and CouchDB/GeoCouch

2010-07-02 Thread Andreas Kalsch
The web frontend is mainly for searching - it needs fast reads, horizontal scaling across several servers. In the backend it needs functions that check for geometric relations or that compute new geometries. It must be able to handle huge, complex geometries. Fast geo indexes for both frontend

Re: [OSM-dev] OSM and CouchDB/GeoCouch

2010-07-02 Thread Serge Wroclawski
Similarly, Ian Dees and I have written a server using MongoDB, which also provides functionality such as auto-sharding and built in map/reduce. - Serge On Fri, Jul 2, 2010 at 12:58 AM, Lars Francke lars.fran...@gmail.com wrote: were there any successful attempts to read OSM data into CouchDB

Re: [josm-dev] Does Caching WMS work?

2010-07-02 Thread Dirk Stöcker
On Fri, 2 Jul 2010, M∡rtin Koppenhoefer wrote: I have the idea that caching actually doesn't work, at least my cache-Folder is completely empty (but I have pictures on the screen right now). Can anyone confirm that it works? What is the meaning of the caching-variable in prefs.? For me it

[OSM-dev] map application showing vector layer, clustering and editor

2010-07-02 Thread Stephan Knauss
Hello list, someone might find my sample implementation useful. I did it for Markus B who wanted to use it to illustrate this: http://de.wikipedia.org/wiki/Volksbegehren_%E2%80%9EF%C3%BCr_echten_Nichtraucherschutz!%E2%80%9C Basically it is a sample implementation for a special purpose map. It

[josm-dev] Does Caching WMS work?

2010-07-02 Thread M∡rtin Koppenhoefer
I have the idea that caching actually doesn't work, at least my cache-Folder is completely empty (but I have pictures on the screen right now). Can anyone confirm that it works? What is the meaning of the caching-variable in prefs.? cheers, Martin ___