Re: [josm-dev] openstreetmap.de down

2010-05-12 Thread Raphaël Jacquot
On Wed, 2010-05-12 at 08:44 -0400, Matthias Julius wrote:
 The whole openstreetmap.de domain is not reachable at the moment.  It
 seems to have disappeared completely from DNS.  Are there issues with
 the provider?
 
 Matthias

it appears the denic is having problems with it's sub-root servers


___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


[josm-dev] bug in 'select' mode

2009-02-23 Thread Raphaël Jacquot
when you have 2 or more ways that share one or more segments, and use 
the 'add node from the middle of the segment' function by drag/dropping 
the '+', it only adds a node to one of the ways, instead of adding that 
node to all of them.

___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] JOSM Mappaint - major improvements

2009-01-13 Thread Raphaël Jacquot
Sascha Silbe wrote:
 On Tue, Jan 13, 2009 at 12:58:38PM +0100, Rolf Bode-Meyer wrote:
 
 What I don't understand - with your change and before - is that paint
 speed seems to depend on the amount of data in the layer even if it's
 outside the view.
 That's to be expected. Even with a spatial index (AFAIK josm still 
 doesn't use one yet), looking up the objects inside a give bounding box 
 (the view) is dependant on the total number of objects. For example, a 
 2D-PR-Tree lookup is about O(sqrt(n)) [1], with n being the total number 
 of objects stored in the tree.

imho, we should use one, as O(sqrt(n)) is still much better than the 
linear O(n) that josm currently requires to go through the entire set of 
things that are available to be drawn

 If some genius invents a spatial index with lookup in O(1), I'm sure 
 we'll hear about it. :)
 
 
 [1] http://www.cse.ust.hk/~yike/prtree/pr.pdf
 
 CU Sascha
 
 
 
 
 ___
 josm-dev mailing list
 josm-dev@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/josm-dev


___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


[josm-dev] feature request

2008-04-19 Thread Raphaël Jacquot
Hi there
considering that now roads can have a specified width in meters, how 
about using this value when mappaint.useRealWidth=true ?

___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/josm-dev


Re: [josm-dev] Geometry stuff committed

2008-04-18 Thread Raphaël Jacquot
On Thu, 2008-04-17 at 03:14 +0200, Frederik Ramm wrote:
 - new extrude mode allows creation of rectangular shapes
 - new AlignInRectangle function
 - additional information in status bar about length, heading, and
   angle of segment being drawn
 - helper line from last node to mouse cursor (disable with
   edit.helper-line=false) 

next features in the queue :

* rotate an object about a point
* have a function to generate a circle with a certain number of points 
  for easier generation of round abouts (click on all the exits, and
  poof, a circle appears)



___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/josm-dev