⚠️ Changed cooperative gesture config and removed the strings from it in favor of the locale variable (#3621) ⚠️ Changed the terrain enable disable locale key to match the other keys' styles, updated the typings to allow using locale with more ease (#3621) Add "opacity" option ...
locale); this._clickTolerance = options.clickTolerance; this._overridePixelRatio = options.pixelRatio; this._maxCanvasSize = options.maxCanvasSize; this.transformCameraUpdate = options.transformCameraUpdate; this._imageQueueHandle = ImageRequest.addThrottleControl(() => this.isMoving()); @@ -...
Note the display of U+FA10 塚 may look unusual, this is my browser's locale setting and is not relevant to this issue.↩ 👍4yuiseki, Yukaii, nyurik, and hfu reacted with thumbs up emoji 👍 Collaborator ContributorAuthor bdoncommentedAug 16, 2023• ...
⚠️ Changed the terrain enable disable locale key to match the other keys' styles, updated the typings to allow using locale with more ease (#3621) Add "opacity" option and "setOpacity" method to Marker (#3620) 4.0.0-pre.5 ✨ Features and improvements ⚠️ Remove all global ge...
⚠️ Changed the terrain enable disable locale key to match the other keys' styles, updated the typings to allow using locale with more ease (#3621) Add "opacity" option and "setOpacity" method to Marker (#3620) 4.0.0-pre.5 ✨ Features and improvements...
⚠️ Changed the terrain enable disable locale key to match the other keys' styles, updated the typings to allow using locale with more ease (#3621) Add "opacity" option and "setOpacity" method to Marker (#3620) 4.0.0-pre.5 ✨ Features and improvements ⚠️ Remove all global ge...
⚠️ Changed cooperative gesture config and removed the strings from it in favor of the locale variable (#3621) ⚠️ Changed the terrain enable disable locale key to match the other keys' styles, updated the typings to allow using locale with more ease (#3621) Add "opacity" option ...
⚠️ Changed the terrain enable disable locale key to match the other keys' styles, updated the typings to allow using locale with more ease (#3621) ⚠️ Add the ability to import a script in the worker thread and call addProtocol and removeProtocol there (#3459) - this also cha...
⚠️ Changed cooperative gesture config and removed the strings from it in favor of the locale variable (#3621) ⚠️ Changed the terrain enable disable locale key to match the other keys' styles, updated the typings to allow using locale with more ease (#3621) Add "opacity" option ...
locale?: Partial<typeof defaultLocale>; width?: number; renderWorldCopies?: boolean; } }; function createMap(options: MapOptions = {}) { const container = window.document.createElement('div'); Expand Down Expand Up @@ -980,7 +980,7 @@ describe('marker', () => { .addTo(map); ...