pub trait HasLayer { // Required method fn get_layer(&self) -> Option<String>; }
If a user creates metadata for a VectorFeature, it needs to define a get_layer function
Get the layer from metadata if it exists