Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
Clean up transportation whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorman committed Jun 28, 2017
1 parent 1fddb55 commit d429c72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions transportation.lua
Expand Up @@ -108,9 +108,9 @@ end

function accept_road_point (tags)
return tags["highway"] and (
tags["highway"]== "crossing" or
tags["highway"]== "traffic_signals" or
tags["highway"]== "motorway_junction")
tags["highway"] == "crossing" or
tags["highway"] == "traffic_signals" or
tags["highway"] == "motorway_junction")
end

function accept_road_area (tags)
Expand Down

0 comments on commit d429c72

Please sign in to comment.