--- On Thu, 2/7/09, John Smith <delta_foxt...@yahoo.com> wrote:
> > Step 1 is to pull the JOSM code from SVN:
> > 
> > svn co http://svn.openstreetmap.org
> /usr/src/osm

I cheated, I used the debian/rules file to rebuild it ;)

However I did seem to manage to get it to ignore where one of the tags is 
junction, not sure how to figure out if junction=roundabout yet still looking 
into it.

I also want to get it to ignore any railways that are abandoned since there is 
no track to connect with, and any level crossings have been ripped out etc.

The only change I've made so far is in tests/UntaggedWay.java on line 67

from:

if(highway != null && NAMED_WAYS.contains(highway))

to:

if(highway != null && NAMED_WAYS.contains(highway) && 
!tags.containsKey("junction"))

To download this rebuilt file, you can download it from:

http://sharebee.com/8d451bc4


      

_______________________________________________
Talk-au mailing list
Talk-au@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-au

Reply via email to