-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Seems like in some cases geozero cannot read the MVT it generated.
Simple example:
#[test]
fn render_rect() {
let shape = Rect::new(Coord { x: 0., y: 0. }, Coord { x: 1., y: 1. });
let feature = Geometry::Rect(shape).to_mvt_unscaled().expect("mvt");
let mut writer = GeoWriter::new();
geozero::mvt::process_geom(&feature, &mut writer).expect("read MVT");
}
Dunno if the issue is in the encoder or the decoder.
Or maybe I'm doing something wrong?
Metadata
Metadata
Assignees
Labels
No labels