[OSM-dev] [OSM-talk] JOSM query

Andreas Brauchli linux at elementarea.net
Mon Jan 29 16:01:08 GMT 2007


> > 
> > There is a segment with the node as both start and end. Try selecting a
> > box around the node and watch the selection window - it will contain a
> > node and a segment.
> 
> I found a lot of those when work has been done with the java applet. I 
> think it should be modified to stop making segment with both ends on the 
> same point.

those could be filtered out in one SQL query: DELETE FROM segs WHERE
start_node=end_node (i'm not familiar with the DB so the names probably
won't be right)

could result in a more leightweight DB (not much but still, we don't
need junk)





More information about the dev mailing list