Add comment

This commit is contained in:
Maximilian Ammann 2021-12-29 14:06:21 +01:00
parent e2c08a5eeb
commit 0316991558

View File

@ -204,6 +204,7 @@ impl Decode<Geometry> for ProtoFeature {
}
/// Decode a Feature
// FIXME: Decoding is very slow right now on development builds of wasm: (Development: 15s, Production: 60ms)
impl Decode<Feature> for (&mut ProtoLayer, ProtoFeature) {
fn decode(mut self) -> Feature {
let (layer, feature) = self;