Closed glappsi closed 2 days ago
Please fix the errors in your code example - More info.:
error: 'name' is missing in props validation (react/prop-types) at example.jsx:23:3:
21 |
22 | const TileLayer = ({
> 23 | name
| ^
24 | }) => {
25 | return (
26 | <RasterSource
1 error found.```
Mapbox Implementation
Mapbox
Mapbox Version
10.19.1
React Native Version
0.74.5
Platform
iOS
@rnmapbox/maps
version10.1.33
Standalone component to reproduce
Observed behavior and steps to reproduce
When zooming in with my custom RasterLayer being rendered, after a certain threshold, artifacts start to appear (s. screenshots). It only affects certain of my custom layer (big, red circles), others (green, smaller polygons) are not affected. It gets worse the bigger the circles get. For smaller circles it starts between zoom 15 and 16, for larger ones between 14 and 15. The larger the zoom the bigger the artifacts. I also built this feature for a web application using leaflet.js, where this issue does not appear, so I figured it must be MapBox related.
Expected behavior
No response
Notes / preliminary analysis
No response
Additional links and references
No response