1.0 preparations
This commit is contained in:
parent
55717c6e71
commit
8fa82633d4
34 changed files with 742 additions and 462 deletions
|
|
@ -18,8 +18,9 @@ public class EncodeDecodeTest
|
|||
File lookupFile = new File( profileDir, "lookups.dat" );
|
||||
|
||||
// read lookup.dat + trekking.brf
|
||||
BExpressionContext expctxWay = new BExpressionContext("way");
|
||||
expctxWay.readMetaData( lookupFile );
|
||||
BExpressionMetaData meta = new BExpressionMetaData();
|
||||
BExpressionContext expctxWay = new BExpressionContext("way", 4096, meta );
|
||||
meta.readMetaData( lookupFile );
|
||||
expctxWay.parseFile( new File( profileDir, "trekking.brf" ), "global" );
|
||||
|
||||
String[] tags = { "highway=residential", "oneway=yes", "reversedirection=yes" };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue