Download 您所在的位置:网站首页 leaflel Download

Download

2023-05-11 05:06| 来源: 网络整理| 查看: 265

Download Leaflet Version Description Leaflet 1.9.3 Stable version, released on November 18, 2022. Leaflet 1.8.0 Previous stable version, released on April 18, 2022. Leaflet 2.0-dev In-progress version, developed on the main branch.

View Changelog

Note that the main version can contain incompatible changes, so please read the changelog carefully when upgrading to it.

Using a Hosted Version of Leaflet

The latest stable Leaflet release is available on several CDN’s — to start using it straight away, place this in the head of your HTML code:

Note that the integrity hashes are included for security when using Leaflet from CDN.

Leaflet is available on the following free CDNs: unpkg, cdnjs, jsDelivr.

Disclaimer: these services are external to Leaflet; for questions or support, please contact them directly.

Using a Downloaded Version of Leaflet

Inside the archives downloaded from the above links, you will see four things:

leaflet.js - This is the minified Leaflet JavaScript code. leaflet-src.js - This is the readable, unminified Leaflet JavaScript, which is sometimes helpful for debugging. (integrity=”sha256-V8Wsw6bWrfTsX9YUzIjKtnIoiUhBdulszoxf177/XjU=”) leaflet.css - This is the stylesheet for Leaflet. images - This is a folder that contains images referenced by leaflet.css. It must be in the same directory as leaflet.css.

Unzip the downloaded archive to your website’s directory and add this to the head of your HTML code:

Using a JavaScript package manager

If you use the npm package manager, you can fetch a local copy of Leaflet by running:

npm install leaflet

You will find a copy of the Leaflet release files in node_modules/leaflet/dist.

Leaflet Source Code

These download packages above only contain the library itself. If you want to download the full source code, including unit tests, files for debugging, build scripts, etc., you can download it from the GitHub repository.

Building Leaflet from the Source

Leaflet build system is powered by the Node.js platform, which installs easily and works well across all major platforms. Here are the steps to set it up:

Download and install Node Run the following command in the command line: npm install

Now that you have everything installed, run npm run build inside the Leaflet directory. This will combine and compress the Leaflet source files, saving the build to the dist folder.



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有