-
To enable per-layer o per-feature blending modes as multiply, lighten, darken and so on.
References:
* The stalled issue at Mapbox repo: https://github.com/mapbox/mapbox-gl-js/issues/6818
* Luma…
-
I'm trying to set up a simple map that automatically loads directions on the load of the map. Here is my HTML & JS:
```
mapboxgl.accessToken = …
-
[Bing Maps for Enterprise](https://learn.microsoft.com/bingmaps) is deprecated and will be retired. Enterprise account customers can continue to use Bing Maps for Enterprise services until June 30th,…
-
(This is probably not something that users request a lot but I thought I would suggest anyways - and I take no offense if its not considered a high priority..)
I assembled a collection of urls (lay…
-
I'm having trouble using the SDK in Next.js
I'm trying to (only) use the Geocoding service to retrieve Coordinates:
```
import geocodingClient from "@mapbox/mapbox-sdk/services/geocoding-v6"
```…
-
Hi everyone I'm developing apps with nextjs but I have a connection problem. How can i solve this issue?
```
//api/dbCheck
import { Connection, Database } from "duckdb-async";
import path from "…
-
When I use a Mapbox map (with a free account this is https://api.mapbox.com/v4/mapbox.outdoors/#Z/#Y/#X.jpg90?access_token=...key) https://docs.mapbox.com/help/glossary/raster-tiles-api/
for the tile…
-
### Clear and concise description of the problem
There is no built-in way to compare images in the browser mode.
### Suggested solution
Implement a snapshot-style assertion to compare previou…
-
Tell me please. Why do I receive this error: `Error: "An API access token is required to use Mapbox GL. See https://www.mapbox.com/api-documentation/#access-tokens-and-token-scopes"`
Any other token …
-
#### Description
Error: update of Tile3DLayer({id: 'my-scatterplot'}): Tile3DLayer: Failed to render layer of type cmpt
#### JS Code
const {MapboxLayer, Tile3DLayer} = deck;
// Get a…