Codebase list mkgmap / 75df9f4
New upstream version 0.0.0+svn4245 Bas Couwenberg 5 years ago
2 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 svn.version: 4244
1 build.timestamp: 2018-09-24T08:38:12+0100
0 svn.version: 4245
1 build.timestamp: 2018-10-19T06:22:23+0100
461461 // add a copy of this way to be able to draw it as a shape
462462 Way shapeWay = new Way(way.getOriginalId(), way.getPoints());
463463 shapeWay.setFakeId();
464 shapeWay.copyTags(way);
464465 // change the tag so that only special rules looking for it are firing
465466 shapeWay.deleteTag("natural");
466467 shapeWay.addTag("mkgmap:removed_natural",naturalVal);