Questions tagged [mapbox-gl]

A client-side map rendered with implementations in native platforms utilizing OpenGL.

Mapbox GL is an open-source framework and API being developed by Mapbox. Mapbox GL differs from Mapbox as it downloads vector map data and renders the map image on the client.

1207 questions
-1
votes
1 answer

Tapping MGLPolygon should forward tap to MGLAnnotation at same coordinates

I have a MGLAnnotation with a MGLPolygon added below it to give a circular shape around the annotation. However, when I tap the annotation, the mapView:didSelectAnnotation: method will return a MGLPolygon when I really want to be tapping the…
Nic Hubbard
  • 41,587
  • 63
  • 251
  • 412
-1
votes
2 answers

polygon label displying duplicate in mapbox studio style editor

I have uploaded polygon shape zip file in mapbox tileset and created layer name as polygon_label but layer labels are showing duplicate inside polygon area. So there is any way to centroid the polygon geometry or restrict to display duplicate…
cj devin
  • 1,045
  • 3
  • 13
  • 48
-1
votes
1 answer

mapbox map does not show up in electron app

I am learning Electron development and would like to integrate mapbox into a dummy applicaton. I use electron-forge to initialize the application. It works fine before I add the mapbox in. With mapbox, the map does not show up in the main area of…
XoXo
  • 1,560
  • 1
  • 16
  • 35
-1
votes
1 answer

Mapbox Source Build Doesn't Run or Debug

I've been working for a long long... time attempting to build the most basic project on Android with Mapbox that I can, but so far no luck. There 2 restrictions on how I build it. 1) Build from source 2) App must be debuggable into C++/C source I…
Mitch
  • 1,716
  • 3
  • 25
  • 41
-1
votes
1 answer

RMMapView or MGLMapView

Should I be using Mapbox-iOS-SDK or Mapbox. I ask because I cannot seem to find much information on MGLMapView Currently It crashes randomly on startup without any consistency (issues related to threading and pointers)and when I am able to load the…
kdgwill
  • 2,129
  • 4
  • 29
  • 46
-1
votes
1 answer

Get the geopoint from Elastic Seach (data source) based on Bounding box of the map

Use case - Get the geopoint from Elastic Seach (data source) based on Bounding box of the map. and then those geopoint render as marker in the map. Context- As the map first time load , we get the markers on the map based on the…
Nripa
  • 1
-2
votes
0 answers

Is there a way to predictably set the size of all of the labels in Mapbox at once without a custom style?

Mapbox does some stuff internally to decide what size to show labels. The size of the map, the pixel density of the client, the zoom level, etc, all play a factor (I think?). I'd like to have the label size be a bit more predictable because I am…
Keith Carter
  • 422
  • 1
  • 6
  • 18
-2
votes
1 answer

Mapbox: Create a Rectangle with border-radius (Layer)

I've been trying to get the same layer as you can see here. But I can't find a right type and options for it. For now I was only using a circle, but I can't give a different padding to X and Y axis. This is the expected layer (For…
rediz
  • 53
  • 5
-2
votes
1 answer

MapBox crashes on the latest Flutter version

MapBox map isn't working on the latest Flutter version (Flutter 3.3.2, Dart 2.18.1), but it works for my colleague but he is using v3.3.1. and Dart v2.18.0 How can I downgrade to that version? When I do flutter downgrade v.3.3.1 in the terminal, it…
Gryva
  • 297
  • 1
  • 11
-2
votes
1 answer

Mapbox - FAILURE: Build failed with an exception. (Flutter)

I am using mapbox gl demo for my flutter application and getting below error at the time of running my flutter application in Android device : FAILURE: Build failed with an exception. What went wrong: Execution failed for task…
Jaimin Modi
  • 1,530
  • 4
  • 20
  • 72
-2
votes
1 answer

How do I remove Mapbox sources from Mapbox studio?

I've got a message for limitation of max resources. So, I want to remove some unused Mapbox sources from Style Studio. How Can I remove it?
YkPark
  • 7
  • 1
-2
votes
1 answer

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 configuration changes I made to enable this, and I can't…
-2
votes
1 answer

Is there a way to make Mapbox popups resizable?

I would like to make the Mapbox popup resizable so if the user clicks and drags on the corner/side, they can make the popup bigger or smaller and the content automatically adjusts. Is this possible?
-2
votes
1 answer

Printing Mapbox on Power Bi?

I can't print my report on power bi which includes Map Box visuals because map box isn't certified by power bi. Can we get it certified please? Limitations on printing reports As you can see that uncertified Power Bi visuals can't be printed.
-2
votes
1 answer
1 2 3
80
81