You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to import a FeatureCollection from the URL by passing it to the ShapeSource but no success so far. When passing the content directly to the shape property, everything works as expected.
Mapbox Implementation
Mapbox
Mapbox Version
10.8.0
React Native Version
0.76.2
Platform
iOS, Android
@rnmapbox/maps
version10.1.33
Standalone component to reproduce
Observed behavior and steps to reproduce
I am trying to import a FeatureCollection from the URL by passing it to the ShapeSource but no success so far. When passing the content directly to the
shape
property, everything works as expected.It is also not working while using a code from the Dynamic URL example
Expected behavior
FeatureCollection is shown on the map.
Notes / preliminary analysis
fetch
and setting it toshape
also worksAdditional links and references
Dynamic URL example: https://github.com/rnmapbox/maps/blob/main/example/src/examples/Map/DynamicUrl.tsx
The text was updated successfully, but these errors were encountered: