Skip to content

[Bug]: Map doesn't entirely correspond to the style URL #3820

@ABertaud

Description

@ABertaud

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.

rnmapbox Map:
Image

Styled Map URL:
Image

Preview URL of the styled map

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

No one assigned

    Labels

    bug 🪲Something isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions