Hi Felix, Not sure what you're trying to achieve but looking at the patch I see you have: + String onewayTag = currentWay.getTag("oneway1"); that's getting the value of the tag "oneway1" but then onewayTag doesn't seem to be used anywhere (unless I missed it). Err, don't you want to be setting that tag rather than reading it? Something like: oneway1.addTag("oneway1"); Cheers, Mark _______________________________________________ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev