network and access checks on cycle relations

This commit is contained in:
Arndt 2014-04-21 12:26:06 +02:00
parent 2b70d8a862
commit 1b8c3ccea8
10 changed files with 409 additions and 10 deletions

View file

@ -64,7 +64,7 @@ public class WayLinker extends MapCreatorBase
this.borderFileIn = borderFileIn;
this.dataTilesSuffix = dataTilesSuffix;
// read lookup file to get the lookup-version
// read lookup + profile for lookup-version + access-filter
expctxWay = new BExpressionContext("way");
expctxWay.readMetaData( lookupFile );
lookupVersion = expctxWay.lookupVersion;