6,498 questions
0
votes
0
answers
38
views
Raster tiles not rendering colors correctly on map
I am working on rendering raster tiles on a web map, but I'm encountering an issue where the tiles do not display the expected colors. Instead, they appear either blank, black or incorrectly styled.
...
Tooling
0
votes
2
replies
103
views
How to implement an interactive alumni map with clustering and sidebar in React (Leaflet or Mapbox)?
I am building an alumni networking web application where I want to display alumni locations on a global map along with a sidebar list.
I want to implement the following features:
A world map with ...
Advice
0
votes
3
replies
36
views
Mapbox attribution report
I would like to know how I can report a breach of Mapbox’s attribution policy?
I am an OpenStreetMap contributor, and I have noticed that my “work” is being used
I have contacted the website owner and ...
Tooling
1
vote
4
replies
193
views
What is the difference between these mapping libraries
I want to transition from Google Maps to OpenStreetMap and overwhelmed by the number of library options out there. What is the difference between leafletjs, MapLibre, MapBox, OpenFreeMap, OpenTiler, ...
2
votes
1
answer
58
views
How to handle Mapbox GL JS popup click events with custom HTML
I'm building a map application with Mapbox GL JS and need help with popup click events.
Here's my current code:
const popup = new mapboxgl.Popup() ...
1
vote
0
answers
61
views
Maps not displaying in CarPlay Instrument Cluster
Is anyone else using the Mapbox iOS SDK with CarPlay — specifically the instrument cluster display? With the latest Navigation/Maps SDK releases (Navigation 3.17.0, Maps 11.17.0), the instrument ...
0
votes
3
answers
438
views
Token Setup for @rnmapbox/maps in an Expo Project
I'm currently really struggling to correctly setup the token I need in my Expo project for @rnmapbox/maps.
The Documentation lacks any explanation regarding the tokens. It only mentions:
Before ...
Best practices
0
votes
0
replies
37
views
Implementing sdk-agnostic callbacks in fragments
My question is not Android specific, it is rather more design-specific.
Previously I had a BaseFragment that many child fragments were derived from. base fragment had objects of mapbox map to handle ...
1
vote
0
answers
44
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
49
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
52
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
31
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
101
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
85
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
32
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 ...