diff --git a/src/mapbox/mapbox.ts b/src/mapbox/mapbox.ts index b97a3679c..02b9bf5bf 100644 --- a/src/mapbox/mapbox.ts +++ b/src/mapbox/mapbox.ts @@ -506,8 +506,9 @@ export default class Mapbox { map.once('styledata', () => map.fire('load')); } - // Force redraw - map.triggerRepaint(); + // Force reload + // @ts-ignore + map._update(); return that; }