mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Add comment
This commit is contained in:
parent
e2c08a5eeb
commit
0316991558
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user