pub type MvtLineString = LineString<i32>;
pub struct MvtLineString(pub Vec<Coord<i32>>);
0: Vec<Coord<i32>>