pub fn build_boundary<T: Borrow<OsmObj>>(
    relation: &Relation,
    objects: &BTreeMap<OsmId, T>
) -> Option<MultiPolygon<f64>>