Tim Salera

Results 12 comments of Tim Salera

When I execute `yarn develop`, I have the same problem, my project has no special characters, what is the current solution? Thank you Using Strapi 4.3.4 node v16.16 windows11

我也存在这个问题,请问解决了吗

This is also one of the problems in my integration. Could you give me a perfect solution? For me, this is urgent, grateful!

Same error only in production environment,how to solve it?

作者还在更新吗 我可以提一些PR

I commit a PR for this issue, I really need this change to facilitate my implementation of a feature,Many thanks.

Oh, the ` parameters` may not be suitable. For example, I need to modify the BBox parameters because I will be performing a coordinate transformation, so supporting `customtags` would be...

Here is some pseudo-code: ``` const imageryProvider = new WebMapServiceImageryProvider({ parameters: { bbox: "{customBBox}", }, // @ts-ignore customTags: { customBBox: ( imageryProvider: ImageryProvider, x: number, y: number, level: number )...

I hope to make the most of some optimizations available in the existing WmsMapServiceImageryProvider, such as cache, which I find excellent! If I switch to using UrlTemplateImageryProvider, I might need...