Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Roads: Add ref to main roads
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans committed May 15, 2024
1 parent 6595972 commit d76e840
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions processing/topics/roads_bikelanes/roads_bikelanes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ function osm2pgsql.process_way(object)
id = DefaultId(object)
})
else
-- The `ref` (e.g. "B 264") is used in your map style and only relevant for higher road classes.
results.name_ref = tags.ref
roadsTable:insert({
tags = results,
meta = Metadata(object),
Expand Down

0 comments on commit d76e840

Please sign in to comment.