Questions tagged [mapbox-api-rastertiles]

4 questions
2
votes
2 answers

What happened to this Mapbox Tile image?

So I'm attempting to get Mapbox working with my Leaflet implementation (using React Leaflet), and my spidey sense is telling me something is off. The…
Jeff
  • 340
  • 1
  • 4
  • 16
1
vote
1 answer

Mapbox raster tiles disappearing despite setting maxzoom

I use raster tiles in my Mapbox application, which I integrate as follows: map.addSource('sourceID', { type: 'raster', tiles: ['URL_TO_TILES'], maxzoom: 22, minzoom: 0, }); map.addLayer({ id: 'layerID', type:…
1
vote
1 answer

Raster tiles building extrusion

Is there any possible way to extrude all building at a certain zoom level on mapbox using raster tiles or is it a requirement to be using vector tiles for this task? Currently im assuming this as the example on how to produce 3D building in mapbox…
MacaScull
  • 161
  • 1
  • 10
1
vote
2 answers

How i make animation for radar raster like a rainviewer on mapbox

I'm using rainviewer tiles for the radar data. https://tilecache.rainviewer.com/v2/radar/1568251200/256/{z}/{x}/{y}/3/0_0.png And i want update the tiles raster with the timestamp to make animation for a radar, like https://rainviewer.com. I get the…