Skip to content

Commit

Permalink
Fix tag for bridge and tunnel names (#82)
Browse files Browse the repository at this point in the history
Fixes #70
  • Loading branch information
wolfy1339 authored Aug 1, 2024
1 parent 4604572 commit b4eba68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions import/openrailwaymap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,9 @@ function osm2pgsql.process_way(object)
public_transport = tags['public_transport'],
construction = tags['construction'],
tunnel = tags['tunnel'],
tunnel_name = tags['tunnel_name'],
tunnel_name = tags['tunnel:name'],
bridge = tags['bridge'],
bridge_name = tags['bridge'],
bridge_name = tags['bridge:name'],
maxspeed = tags['maxspeed'],
maxspeed_forward = tags['maxspeed:forward'],
maxspeed_backward = tags['maxspeed:backward'],
Expand Down

0 comments on commit b4eba68

Please sign in to comment.