React Native Maps 渲染 2 个背景层 - 模糊效果

发布于 2025-01-12 17:19:58 字数 330 浏览 2 评论 0原文

我有一个 React Native 应用程序,其中包含一个(react-native-maps)地图视图,其中包含根据 http 请求数据创建的几个不同的折线和多边形。问题是地图渲染背景两次,正如您在附图中看到的那样。第二层总是比实际层更大并且更失焦(多边形/线与明确定义的层上的坐标相匹配)。我想知道第二个背景是如何产生的以及如何防止它渲染。

亲切的问候

在此输入图像描述

I have a React Native application that contains a (react-native-maps) mapview with several different polylines and polygons created from http request data. The problem is that the map renders the background twice as you can see in the attached picture. This second layer is always a bit larger and more out of focus than the actual layer (the polygon/lines match with coordinaates on the clear defined layer). Im wondering how this second background came to be and how to prevent it from rendering.

Kind regards

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一江春梦 2025-01-19 17:19:58

你是说,如果不提供一个,你就会得到两层?

否则,当您使用不同的提供程序时,对于某个图层并希望隐藏Google提供的图层,您应该将mapType设置为“none”。

Are you saying, that without providing an you are getting two layers?

Otherwise, when you use a different provider, for a layer and want to hide the layer provided by google, You should set mapType to "none".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文