6,514 questions
1 vote
0 answers
40 views
Mapbox 3.16.0 js gl - returns two objects on click event with some missing properties in first one
I am experiencing some very weird results and I cannot begin to understand why 2 objects of [0] and [1] are returned on a single click. I load three layers of pistes (ski runs), a solid line layer, a ...
0 votes
0 answers
37 views
Mapbox gljs map in Flutter issues with any kind of sheet/overlay
I'm using Mapbox in my Flutter app and am having some issues with building out UI the way I want to because of all of the hacks I need to put in place to have bottom sheets and any kind of overlay ...
0 votes
1 answer
44 views
Mapbox Android V10 OnMapClickListener/OnMapLongClickListener not detecting clicks when AnnotationManger is added
I am using com.mapbox.maps:android-ndk27:10.19.0, and I seem to have found a bug. Bug When I create an AnnotationManager, the OnMapClickListener does not detect clicks. class MainActivity : ...
1 vote
0 answers
29 views
Mapbox tileset : Points appear aligned on a grid at low zoom levels
I’ve created a tileset with point data that I’d like to display around zoom levels 11–12. It works perfectly at higher zoom levels, but when I zoom out below 12, the points start appearing aligned on ...
0 votes
1 answer
78 views
mapbox gl : SVG in symbol layer
I have an SVG hard-coded in JavaScript: fr = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 2"><path fill="#EC1920" d="M0 0h3v2H0z"/><...
0 votes
1 answer
57 views
Change cluster icon in Mapbox compose for Android
I would like to set a specific icon for my clusters in mapbox but I can't find how to do this in compose. I found some tutorials to do this in classic Java but can't find how to adapt it to the ...
0 votes
0 answers
39 views
Is it possible to create a map only made of islands or islets through mapbox?
I want to create a map only made of islands or islets have "place":"island" property. But it's a bit troublesome if i need to download data from osm regulaly to keep my geo data ...
0 votes
0 answers
20 views
Why the layer fill-extrusion-height changes when I enable terrain layer on mapbox?
In this example, I have a Mapbox map where I draw a cube on top of it. When I enable an online terrain service to add a terrain layer, I notice that the fill-extrusion-height appears visually ...
1 vote
1 answer
382 views
Expo Mapbox build EAS fail
I'm trying to build my React Native Expo app for Android using EAS Build. The iOS build works perfectly, but the Android build consistently fails with a Mapbox dependency resolution error. Build ...
0 votes
0 answers
31 views
Style using coordinates in Mapbox GL JS
I have a map loaded with a large geojson feature collection and would like to apply some fading (opacity) of the geometries that are near a certain latitude. All of the feature collections are ...
4 votes
2 answers
161 views
Why does @mapbox/polyline decode differently than Google’s Routes API polyline decoder?
I have an encoded polyline string: ivgfAw_}bNaAfMwBjZk@IUrCGlC?jBFjCDbAV~B^xBVdAJFbB~EpApClAzBfC~DfAbBvDxGFZvDxGtAzBpDbHp@hAbDdG|EhH@d@bEbGlDnFl\fi@lIfN~OlWvFbJ|BpDg@~x@bDdFtHfMvZ~f@hDvF|EzHhDxFxTj^...
0 votes
0 answers
57 views
Mapbox for MAUI Pulsing dot marker
I'm tryng to implement Mapbox in MAUI App using Mapbox.Maui 10.11.1.1 package. I'm currently displaying marker as circle with fixed color. I would like to display some point in a map using a pulsing ...
0 votes
0 answers
29 views
Is there a way to know the maximum pitch/zoom to prevent having the camera inside mountains?
I'm using Mapbox GL JS with terrain and exaggeration, and would like to adjust maximum pitch dynamically based on what's visible on the map. More specifically, I would like to prevent the user from ...
2 votes
0 answers
132 views
How to install NATIVE iOS mapbox navigation SDK in EXPO
Is there any way to use the native iOS mapbox navigation sdk in an expo module WITHOUT using a third party expo or react-native package? I'm following this expo guide on how to Wrap third-party native ...
1 vote
0 answers
55 views
Why are features not retained in unclustered layer during Mapbox tileset creation?
I am trying to create/publish a tileset on Mapbox. When I upload the geojson into Mapbox's dataset the locations properly retain their properties. However, when I try to create the tileset thru the ...