New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

leaflet-edgebuffer

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leaflet-edgebuffer

A leaflet plugin for pre-loading map tiles that are outside the current viewport

latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

Leaflet.EdgeBuffer Bower version npm version

Leaflet v1 plugin to support pre-loading tiles outside the current viewport on L.GridLayer-based layers.

Usage

Include Leaflet.EdgeBuffer.js. By default, a 1 tile buffer will be added beyond the viewport. To define a different buffer size use the options below.

Options

  • edgeBufferTiles: (number) The number of tiles that should be loaded beyond the edge of the map viewport. This may be a fractional number. Defaults to 1.

Demos

This demo shows two maps, one without this plugin active and one with.

Limitations

This plugin does not currently work with the GoogleMutant plugin. See issues https://gitlab.com/IvanSanchez/Leaflet.GridLayer.GoogleMutant/issues/27 and https://github.com/TolonUK/Leaflet.EdgeBuffer/issues/10.

License

Leaflet.EdgeBuffer is free software and may be redistributed under the MIT License.

Keywords

leaflet

FAQs

Package last updated on 26 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts