map-gl-utils icon indicating copy to clipboard operation
map-gl-utils copied to clipboard

A utility library that makes Mapbox GL JS or Maplibre GL a bit more convenient to work with.

Results 16 map-gl-utils issues
Sort by recently updated
recently updated
newest added

using throws this error: ``` map-gl-utils:1 Uncaught ReferenceError: regeneratorRuntime is not defined at map-gl-utils:1:17623 at map-gl-utils:1:19350 at map-gl-utils:1:192 at map-gl-utils:1:196 (anonymous) @ map-gl-utils:1 (anonymous) @ map-gl-utils:1 (anonymous) @ map-gl-utils:1 (anonymous)...

``` map.U.addCircleLayer('trees-circle', 'trees', { circleColor: 'green', // paint property circleRadius: ['interpolate', ['zoom'], 12, 3, 15, 5], // paint property circleSortKey: ['get', 'tree-sort-key'], // layout property filter: ['!=', 'type', 'stump'], //...

A quick test of the beta release indicates some breaking changes. Will an update to map-gl-utils be required?

Hello! This seems like a great library to use together with maplibre-gl that I've started implementing in a project. But there doesn't seem to be any typescript definitions(?), which makes...

For your consideration, I needed to add in an additional argument to `hoverPopup` to allow me to change the mouse event for showing the popup to `mousemove`. When working with...

I am using a vector tile source that includes frequent url query updates. Currently I am using the recommendation from this [mapbox-gl issue 2941](https://github.com/mapbox/mapbox-gl-js/issues/2941). Is there a way to manage...

Hello! It looks like the published version on NPM is about a year old - do you have intentions of pushing an update at some point? You've fixed the bug...

I'm trying to use [clickPopup](https://stevage.github.io/map-gl-utils/#clickpopup) on a layer with line features and am receiving the following error: *Uncaught Error: `LngLatLike` argument must be specified as a LngLat instance, an object...