Closed dabreegster closed 1 year ago
Build succeeded!
The publicly hosted instance of bors-ng is deprecated and will go away soon.
If you want to self-host your own instance, instructions are here. For more help, visit the forum.
If you want to switch to GitHub's built-in merge queue, visit their help page.
[X] I added an entry to
CHANGES.md
if knowledge of this change could be valuable to users.As discussed in Discord, this is more convenient than
let gj = geojson::GeoJson::from(features.into_iter().collect::<geojson::FeatureCollection>());
orlet gj:GeoJson = FeatureCollection::from_iter(vec_of_geojson_features.into_iter()).into();
or similar