Skip to content

Commit

Permalink
Merge pull request #1 from nside/pbf
Browse files Browse the repository at this point in the history
Add PBF file support to importer
  • Loading branch information
dfyz authored Mar 22, 2021
2 parents 0ef1338 + 6ae6dc0 commit 79a5d05
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 19 deletions.
157 changes: 156 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ anyhow = "*"
byteorder = "*"
memmap = "*"
num_cpus = "*"
osmpbf = { version = "*", optional = true }
owning_ref = "*"
png = "*"
tini = "*"
Expand All @@ -18,6 +19,7 @@ indexmap = "*"

[features]
perf-stats = []
pbf = ["osmpbf"]

# So that we have line numbers in backtraces with RUST_BACKTRACE=1.
[profile.release]
Expand Down
Loading

0 comments on commit 79a5d05

Please sign in to comment.