Questions tagged [mapbox-studio]
45 questions
3
votes
2 answers
Mapbox GL JS Set Paint property on specific Feature in Layer
I am using Mapbox Studio as basis for mapping and styling and then using HTML for additional map features.
One of the features is to change Icon opacity when hovering or mouse enter. I've checked other examples and all other refer to feature when…

Jan Schiffer
- 41
- 1
- 3
2
votes
1 answer
Mapbox - Show point of interest markers regardless of zoom level
I'm filtering on the 'poi-label' layer on the default Mapbox Streets V8 data source. What I'd like to have is that certain maki or class labels like 'fitness-centere' to always be visible (both icon and label) regardless of the zoom level.
I see no…

Matt Kaye
- 465
- 1
- 5
- 15
1
vote
0 answers
Mapbox - Issue with elements disappearing at certain zoom level
First time posting here.
I am using Mapbox to create styles for maps. I have set Buildings layer to have a constant color and opacity across all zoom levels but the buildings still disappear when I zoom out past 15. What am I missing?
I want the…

Pio Shelby
- 11
- 1
1
vote
2 answers
Mapbox Studio feature Z-ordering
I would like to order "circle" features in a layer in Mapbox studio. The entire Style, including this layer and other layers, is added to a map using GL.JS, and symbology for the layers are set in studio.
I see the documentation for circle-sort-key…

JMers
- 175
- 8
1
vote
1 answer
Errors loading GeoJSON exported from R's sf package into Mapbox Studio
I am trying to learn how to use Mapbox Studio, but I can't figure out how to upload GeoJSON files that I export from R's sf package using the st_write() function. For example, see the R code below:
library(tigris)
states <- states()
states <-…

Casey
- 93
- 1
- 6
1
vote
1 answer
Mapbox style not updating
I am not sure why but the mapbox style is not updating or showing properly in the client side map? Also how come I am not able to make labels show from my data set and can only have them show using the place labels or point of interest…

gravatrax
- 11
- 2
1
vote
1 answer
Mapbox GL JS: updating polygon fill color on layer built in Studio
I am using Mapbox Studio for mapping/styling and the GL JS for adding user interactivity. I want to be able to change individual polygon color on mouseenter that is part of 44 polygons total in one layer.
I've checked the Mapbox…

Melissa DeMund
- 11
- 1
1
vote
1 answer
Mapbox studio : how to display building at any zoom level
I'm using mapbox studio to customize a map and I haven't found the way to display building-outline layer at any zoom level.
If I'm under of 16 zoom level, this layer disappears... even if I force opacity to 1.
Any idea ?
Thank you in advance

Vallica
- 161
- 1
- 1
- 9
1
vote
2 answers
How can I create a style with directional lines in Mapbox Studio?
I've noticed that Mapbox Studio doesn't seem to support directional lines, but was able to get around this by creating a custom arrow icon and using it as the pattern style property. This looks pretty nice in the mapbox studio editor
But when I go…

ecounihan
- 11
- 4
1
vote
1 answer
Mapbox studio - png labels layer - transparency showing up as black
I have created some custom styles in mapbox studio. They are essentially just the mapbox outdoors style and the mabpox satellite style, each customized, separated out into 2 styles each: the basemap with no labels at all, and only the labels…

Seth Lutske
- 9,154
- 5
- 29
- 78
0
votes
0 answers
Black spot void when using raster as tileset in mapbox studio
While trying to use raster tileset on globe in Mapbox Studio I got black spot on the top and bottom of globe which is not part of the raster. Raster extent is [-180,180,-85,85].
Any idea anyone how to get rid of this black spot?

David Ndckr
- 87
- 9
0
votes
0 answers
Tileset ID and Source layer not centering map on India in Power BI with Mapbox
When I copy and paste the Tileset ID, Source layer and field into Power BI with Mapbox installed it does not show the map centered on India. It only shows the world map. I have tried this using Mapbox in Power BI.
I tried out as in the documentation…
0
votes
1 answer
Mapbox SDK v10 Filter Layer with Swift
i working on map project with swift . i created a dataset,tileset and style on studio and its working perfectly fine right now. ı need to add some filters on map so i create 2 layer for ac and dc. but i couldnt change layers with button. i tried…

Observer23
- 29
- 6
0
votes
1 answer
How to clear fonts cache in mapbox studio?
I've uploaded my font to mapbox studio. The font has a couple of glyphs added in normally unused uncode ranges. It all worked (works) perfectly in Mapbox GL JS.
Then the requirements have changed, so I changed and re-uploaded the font.
Tried…

entio
- 3,816
- 1
- 24
- 39
0
votes
0 answers
Polygon features don't appear at higher than tileset's maxzoom level after MTS upload
I have uploaded a Mapbox tileset using MTS with the following recipe:
{
"version": 1,
"layers": {
"layer-name": {
"source": "mapbox://tileset-source/...",
"minzoom": 13,
"maxzoom": 14,
"tiles": {
"layer_size":…

David
- 3,075
- 3
- 26
- 36