logo separator

[mkgmap-dev] Commit: r1278: Add ability to set a road's class and speed from a CoordPOI.

From Mark Burton markb at ordern.com on Sun Oct 18 15:49:26 BST 2009

OK, let's try again. The attached patch adds a duplicate() method to
the Way class.

It's only really needed when using the continue patch. You will have to
edit StyledConverter.class in the do while loop where it's
looping around until foundType.isFinal() and in the body of the loop
it is calling addRoad() or addLine(). In there, if the foundType is not
final you want to pass a duplicate of the way rather than the original.

so instead of: addRoad(way, foundType)

you have: addRoad(way.duplicate(), foundType)

If foundType.isFinal() is true, you don't need to duplicate the way
(although if you do, no harm should come of it, just wastes a little
time).

Mark


-------------- next part --------------
A non-text attachment was scrubbed...
Name: mb-duplicate-way-v1.patch
Type: text/x-patch
Size: 822 bytes
Desc: not available
Url : http://lists.mkgmap.org.uk/pipermail/mkgmap-dev/attachments/20091018/a115453d/attachment.bin 


More information about the mkgmap-dev mailing list