access to way-context vars from (no caching) node-context

This commit is contained in:
Arndt Brenschede 2017-07-02 22:55:54 +02:00
parent 313592ebd3
commit d4f592732f
41 changed files with 4695 additions and 3 deletions

View file

@ -0,0 +1,9 @@
package btools.mapdecoder;
import java.util.List;
public class OsmRelationMember extends OsmObject
{
public OsmWay way;
public String role;
}