Julien Collard
Julien Collard
When using the protocol config to load features in a FeatureStore and then load the features form the FeatureStore to a Vector Layer, the features are not added. Example :...
I actually work with the "FeatureStore" class and I need to filter my features depending on many attributes but not just just one. So I decided to override the "onLoad"...
I am working on a POC on my own and it seems like `web-component-analyzer` is considering `static styles` as a component property. Example: `my-element.ts` ```ts ... @customElement('my-element') export class MyElement...
Some informations I need to mock are only existing in the response headers. I thus implemented a simple way to support that in this addon. Here is how it should...