python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How do I prevent layers from rendering in 3d with Mapbox?
Layers are being rendered in 3d, making them difficult to click, and look bad in general.
As you can see in the image, the dots are rendered about 500 ft off the ground. I'm not aware of any configur...
Eliot Hertenstein
Votes: 0
Answers: 1
Remove added symbol from mapbox_gl flutter
I want to remove added symbol from map and I'm using mapbox
and mapbox_gl latest package.
await controller.addSymbol(
SymbolOptions(
draggable: true,
geometry: LatLng(selec...
Jay Parmar
Votes: 0
Answers: 1
How to code split Map component in react-map-gl?
I'm trying to codesplit a react-map-gl Map component into its own chunk using Lazy,Suspense.
This is my component.
import 'mapbox-gl/dist/mapbox-gl.css'
import React, {lazy, Suspense} from 'react'
con...
straylightrunner
Votes: 0
Answers: 0
How to pass ref to draw control in react-map-gl
Following the Mapbox draw example I can use the draw variable to access all features that are drawn on a map.
const draw = new MapboxDraw({
// ...
});
map.addControl(draw);
// ...
function updateArea...
Drejc
Votes: 0
Answers: 3