Skip to content

Commit

Permalink
Merge pull request #295 from HSLdevcom/disallow-private
Browse files Browse the repository at this point in the history
Disallow highway=service & access=private
  • Loading branch information
vesameskanen authored Mar 28, 2019
2 parents e828045 + 7213a43 commit 3466c15
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ public class FinlandWayPropertySetSource implements WayPropertySetSource {

@Override
public void populateProperties(WayPropertySet props) {
// Allow routing on highway=service & access=private
props.setProperties("highway=service;access=private", StreetTraversalPermission.ALL);

// Replace existing matching properties as the logic is that the first statement registered takes precedence over later statements
props.setProperties("highway=trunk_link", StreetTraversalPermission.ALL, 2.06,
2.06);
Expand Down

0 comments on commit 3466c15

Please sign in to comment.