React Native Maps 渲染 2 个背景层 - 模糊效果
我有一个 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你是说,如果不提供一个,你就会得到两层?
否则,当您使用不同的提供程序时,对于某个图层并希望隐藏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".