Skip to content

Commit

Permalink
Merge pull request #645 from patochectp/remove_netexidf_reader
Browse files Browse the repository at this point in the history
[tech] remove netexidf reader
  • Loading branch information
ArnaudOggy authored Jun 11, 2020
2 parents 7f75ff2 + b168c12 commit 06081c4
Show file tree
Hide file tree
Showing 41 changed files with 33 additions and 6,595 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ walkdir = "2.1"
wkt = "0.5"
zip = "0.5"

[[test]]
name = "netexidf2ntfs"
path = "tests/netexidf2ntfs.rs"
required-features = ["proj"]

[[test]]
name = "write_netex_france"
path = "tests/write_netex_france.rs"
Expand Down
4 changes: 1 addition & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ pub mod merge_stop_areas;
pub mod model;
#[cfg(feature = "proj")]
pub mod netex_france;
#[cfg(feature = "proj")]
pub mod netex_idf;
mod netex_utils;
pub mod netex_utils;
pub mod ntfs;
pub mod read_utils;
pub mod report;
Expand Down
47 changes: 0 additions & 47 deletions src/netex_idf/accessibility.rs

This file was deleted.

131 changes: 0 additions & 131 deletions src/netex_idf/attribute_with.rs

This file was deleted.

Loading

0 comments on commit 06081c4

Please sign in to comment.