logo separator

[mkgmap-dev] Need Help with osm5XmlHandler File

From Mark Burton markb at ordern.com on Sun May 31 19:39:16 BST 2009

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



More information about the mkgmap-dev mailing list