Skip to content

Commit

Permalink
FIx build error
Browse files Browse the repository at this point in the history
  • Loading branch information
p4ken committed May 26, 2024
1 parent 0373a9a commit 7f67194
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ mod par;

pub use coord::{Degree, LatLon, XY};
pub use crs::{Tokyo97, TokyoDatum, JGD2000, JGD2011};
pub use grid::{Grid, TKY2JGD};
pub use grid::Grid;
#[cfg(feature = "tky2jgd")]
pub use grid::TKY2JGD;

pub fn from_tokyo(p: impl Into<XY>) -> TokyoDatum {
todo!()
Expand Down

0 comments on commit 7f67194

Please sign in to comment.