-2

I'm using mapbox map-gl-js as the mapping solution for one of my projects and right now using a custom map style designed in mapbox studio. When I zoom in up to some level, the map's road layers becomes pixalated like in the attached photo. Sometimes, rarely it works fine, but most of the time it's like this. Earlier I've using default map styles by mapbox itself, and the problem was there - so can't be an issue with the custom map style. Anyone has any solution for this?

P.S. - I'm actually using react-map-gl as the mapbox wrapper for react.

Pixalated Map

Kavinda Jayakody
  • 705
  • 1
  • 13
  • 25

1 Answers1

0

It isn't "pixellated". It looks like the style has been modified to make those lines much thicker (line-width) than you expect. Note the labels are still the right size.

Steve Bennett
  • 114,604
  • 39
  • 168
  • 219
  • Hmm no, the design is all fine. Sometimes this works fine, sometimes not. If it's an issue on the design, then it should be always like that IMO – Kavinda Jayakody Jul 26 '22 at 07:50