access to way-context vars from (no caching) node-context
This commit is contained in:
parent
313592ebd3
commit
d4f592732f
41 changed files with 4695 additions and 3 deletions
|
|
@ -0,0 +1,9 @@
|
|||
package btools.mapdecoder;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class OsmRelationMember extends OsmObject
|
||||
{
|
||||
public OsmWay way;
|
||||
public String role;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue