Questions tagged [mapbox-studio]

Mapbox Studio Documentation

45 questions
0
votes
0 answers

Labelling multi polygons with the same geometry

In my dataset i have some polygons overlapped each other and I want to display their value in the label. In qgis we can do this as follows. first step Second step multi labeling results in qgis I am looking for a solution in mapbox studio to be able…
Reza
  • 3
  • 2
0
votes
1 answer

Mapbox GL cut off the layer when zooming

EDIT: After optimizing my GeoJson file and uploading the .mbtile created by Tippecanoe, I still have the same problem, to be more specific, depending on how much zoom I do the polygon is cut in one size or another. OK WRONG I have reproduced the…
canochaba
  • 1
  • 1
0
votes
1 answer

Filtering through Mapbox points with Mapbox GL JS by properties

I currently have Mapbox running on my site, data points and popups are function while using a dataset uploaded to Mapbox Studio. For the life of me, I cannot filter the points by properties in Javascript (within my html file script tag). I tried…
0
votes
1 answer

MapBox - Theme change on existing Style

Is there a way to change my existing style theme after I've created a theme in Mapbox Studio? For example: Clicked Mapbox studio Clicked Styles Clicked "New Style" button to create a new style Selected a theme(assume Basic theme) and created the…
0
votes
1 answer

Draw driving route in dataset editor

Is there an easy way to draw (or define by waypoints) a driving route that is snapped to road centerlines in Mapbox Studio dataset editor, like can be done in Google Maps (image)? I see how to draw points, lines and polygons, but no option for…
Greg
  • 11
  • 4
0
votes
1 answer

mapbox studio layer highlightening city formula

I would like to embed a static map on a HTML file, with an highlightening area. I am making it for a professional email using custom HTML for specific layout, so it doesn't support other langage than HTML. I only can use inline styling, and I need…
0
votes
2 answers

Mapbox change label for single point of interest

I'm trying to change the label on a single subway stop. Using Mapbox studio I just can't get the tool to recognize the condition by either the point of interest ID or name. I absolutely have the ID and name correct. The screenshots are below. This…
Matt Kaye
  • 465
  • 1
  • 5
  • 15
0
votes
1 answer

Android Mapbox SDK loading style failed: "HTTP status code 404"

couldn't find an answer for this problem in SO and github. I'm getting loading style failed: "HTTP status code 404 in onDidFailLoadingMap listener when I'm trying to load style with a URI i got from Mapbox Studio. I have double checked the URI and…
Ivan Yulin
  • 794
  • 7
  • 15
0
votes
0 answers

Mapbox Share Style - Make Public button not working?

I'm trying to transfer a style between Mapbox accounts, following Approach 1 on this Mapbox documentation: https://docs.mapbox.com/help/troubleshooting/transfer-styles-between-accounts/ However, when I click the Make Public button, and confirm that…
0
votes
1 answer

how to remove a ol-mapbox-style layer loaded with apply method

Since most of the times I add and remove layers by using addLayer() and removeLayer() OL methods, how can I handle a vector layer handled with ol-mapbox-style similarly? The following angular code is not working and I dont see a suitable way in…
0
votes
1 answer

Make contour labels point uphill: reverse direction of text label on line feature

I am designing a map in Mapbox Studio, using mapbox.mapbox-terrain-v2’s contour layer to determine the contour lines. This is based on the outdoors style. In the outdoors style, the contour labels are oriented so that the text is displayed between…
Charlie Harding
  • 653
  • 8
  • 22
0
votes
2 answers

Mapbox Studio: How can I use hoover effect on layer added in Mapbox Studio style?

I want to make hoover effect on my map created in Mapbox Studio. I've added a SHP feature as a fill with initial opacity set in "style editor" to 0.5. How can I make hoover effect that will change that opacity to 1 when mouseon? I've been using this…
Jan Schiffer
  • 41
  • 1
  • 3
0
votes
1 answer

Mapbox studio uploaded tiff displays a blank vertical line at the antimeridian and doesn't extend to the poles

I have a GeoTIFF file that I'm trying to display in Mapbox Studio, but it displays with a blank vertical line at the antimeridian (the dateline) and the raster doesn't extend to the poles as it should. The GeoTIFF file was created in Python from…
lee
  • 21
  • 2
0
votes
0 answers

Mapbox Studio : add label from uploaded layer

I have added district JSON in the basemap and removed the default label. Now I want the labels from the uploaded JSON. I am not able to add text field in style to show the label. Can anyone help me to add label from the uploaded file. enter image…
0
votes
1 answer

Adding image in Mapbox - what about the source?

I want to add an image in my map which I prepared in mapbox. I read the documentations but the problem is that I cannot find how to upload the image from my pc to mapbox as in all the examples seem to have some source through mapbox that gets to the…