Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Oct 28, 2023
1 parent fcdcda5 commit 91b5cef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pbf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ function tag(osm, element, table, key_id, value_id)
tag(osm, element, table[key_id + 1], table[value_id + 1])
end

function process_elements(::OSMData, ::Nothing, _, _, _, _) end

function process_elements(osm::OSMData, nodes::OSMPBF.DenseNodes, table, lat_offset, lon_offset, granularity)
ids = nodes.id
cumsum!(ids, ids)
Expand Down

0 comments on commit 91b5cef

Please sign in to comment.