-
-
Notifications
You must be signed in to change notification settings - Fork 907
Closed
Labels
bug 🪲Something isn't workingSomething isn't working
Description
Mapbox Implementation
Mapbox
Mapbox Version
11.8.0
React Native Version
0.76.7
Platform
iOS
@rnmapbox/maps
version
10.1.33
Standalone component to reproduce
import React from 'react';
import {
MapView,
ShapeSource,
LineLayer,
Camera,
} from '@rnmapbox/maps';
class BugReportExample extends React.Component {
render() {
return (
<MapView style={{flex: 1}}>
<Camera bounds={{"ne": [139.778, 35.685201], "paddingBottom": 500, "paddingLeft": 60, "paddingRight": 60, "paddingTop": 300, "sw": [135.48112, 34.676707695652176]}} zoomLevel={12} />
</MapView>
);
}
}
Observed behavior and steps to reproduce
It's been almost 2 months I had released my app with a styled URL map without issue.
The 31th of March, my map suddenly stopped corresponding to the styled URL.
You can see the difference between to two images below, color saturation remains good, but the roads seems to be grey instead of white.
Expected behavior
The expected behavior is that rnmapbox's map should match the style from the url.
Notes / preliminary analysis
No response
Additional links and references
No response
Metadata
Metadata
Assignees
Labels
bug 🪲Something isn't workingSomething isn't working