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

Commit

Permalink
streamline traffic sign ids
Browse files Browse the repository at this point in the history
  • Loading branch information
rush42 committed Apr 17, 2024
1 parent 9b9b3a1 commit 33b0e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processing/topics/trafficSigns/trafficSigns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function osm2pgsql.process_node(object)
meta = Metadata(object),
geom = object:as_point(),
minzoom = 0,
id = DefaultId(object) .. i
id = DefaultId(object) .. '/' .. i
})
end
end
Expand Down

0 comments on commit 33b0e16

Please sign in to comment.