@bewithjonam/mapbox-gl

42.2.3 • Public • Published

Publish npm publish --access public --scope @bewithjonam

Mapbox

Fork Versions:

Fork Version Mapbox version
0.0.1 0.42.2

Fork Modifications:

  • Get Pins in Cluster: Expose getLeaves in superCluster via an interface, so that we can get the pins in a cluster and spiderfy them.
  • Aggregate Cluster By: Allow clusters to aggregated using a field. If a field is specified, each cluster will have a sum value which will be the sum of field values (pin[field]) of all pins in the cluster. Super cluster has built in support for it. But mapbox interface has not exposed it.
  • Geojson tiles: Provide geojson endpoints for VectorTileSource. Every fetched geojson will converted to vector tiles and handed back to the original workflow.

Mapbox GL JS is a JavaScript library for interactive, customizable vector maps on the web. It takes map styles that conform to the Mapbox Style Specification, applies them to vector tiles that conform to the Mapbox Vector Tile Specification, and renders them using WebGL.

Mapbox GL JS is part of the cross-platform Mapbox GL ecosystem, which also includes compatible native SDKs for applications on Android, iOS, macOS, Qt, and React Native. Mapbox provides building blocks to add location features like maps, search, and navigation into any experience you create. To get started with GL JS or any of our other building blocks, sign up for a Mapbox account.

In addition to GL JS, this repository contains code, issues, and test fixtures that are common to both GL JS and the native SDKs. For code and issues specific to the native SDKs, see the mapbox/mapbox-gl-native repository.

Mapbox GL gallery

License

Mapbox GL JS is licensed under the 3-Clause BSD license. The licenses of its dependencies are tracked via FOSSA:

FOSSA Status

Dependencies (32)

Dev Dependencies (52)

Package Sidebar

Install

npm i @bewithjonam/mapbox-gl

Weekly Downloads

10

Version

42.2.3

License

SEE LICENSE IN LICENSE.txt

Last publish

Collaborators

  • bewithjonam