Upgraded to use Node JS 20 and removed the dependency of gl package from the tests to allow easier development setup. (#3452) 🐞 Bug fixes Fix wheel zoom to be into the same direction above or under the horizon (#3398) Fix _cameraForBoxAndBearing not fitting bounds properly when using...
The Mapbox GL JS equivalent of this is one of the few things I worked on post-fork, so I think I need to stay a little bit at arms-length from this, but just to share a few bits of perspective from that effort: It's really hard to communicate the difference in quality to non-...
下記はMapLibre GL JSで上記のサンプルデータを読み込んで、基本的なシンボルレイヤ設定を行った例となります。'text-field': ['get', '名称'] の部分で各フィーチャの「名称」の属性値を読み込んで表示します。なお、単一の属性項目であれば'text-field': '{名称}'という記述でもOKです。
8 + - Immediately redraw the map after setting pixel ratio ([#2674](https://github.com/maplibre/maplibre-gl-js/pull/2673)) 9 + - Add maxCanvasSize option to limit canvas size. It can prevent reaching the GL limits and reduce the load on the devices. Default value is [4096, 4096]...
{ + "analytics": false, + "MapboxPageShell": false + } +} diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..a85f621 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,65 @@ +Mapbox GL JS has [API documentation](#writing-api-documentation)...
Upgraded to use Node JS 20 and removed the dependency of gl package from the tests to allow easier development setup. (#3452) 🐞 Bug fixes Fix wheel zoom to be into the same direction above or under the horizon (#3398) Fix _cameraForBoxAndBearing not fitting bounds properly when using...
Upgraded to use Node JS 20 and removed the dependency of gl package from the tests to allow easier development setup. (#3452) 🐞 Bug fixes Fix wheel zoom to be into the same direction above or under the horizon (#3398) Fix _cameraForBoxAndBearing not fitting bounds properly when using...
Upgraded to use Node JS 20 and removed the dependency of gl package from the tests to allow easier development setup. (#3452) 🐞 Bug fixes Fix wheel zoom to be into the same direction above or under the horizon (#3398) Fix _cameraForBoxAndBearing not fitting bounds properly when using...
⚠️ Add the ability to import a script in the worker thread and call addProtocol and removeProtocol there (#3459) - this also changed how addSourceType works since now you'll need to load the script with maplibregl.importScriptInWorkers. Upgraded to use Node JS 20 and removed the de...
Breadcrumbs maplibre-gl-js / CHANGELOG.mdTop File metadata and controls Preview Code Blame 3926 lines (2821 loc) · 300 KB Raw main ✨ Features and improvements Now only adds aria-label on the Marker's element if it does not already has one (#5298) ...Add new stuff here... 🐞...