Shane Saunders
Shane Saunders
Storing the fonts within the vendors directory doesn't seem right to me, this should be a folder that we shouldn't touch. We should also be able to set the fonts...
### Mapbox Implementation Mapbox ### Mapbox Version default ### Platform iOS ### `@rnmapbox/maps` version #main ### Standalone component to reproduce ```javascript import React from 'react'; import { MapView, CircleLayer, ShapeSource,...
## Description Adds setFeatureState / getFeatureState / removeFeatureState to Mapbox v10 for example: ``` this._map.setFeatureState('customShapeSource', 'customSourceLayer', 'square', { active: true } ); ``` Added working Example for iOS I'll admit...
## New Feature How can I replicate the HillshadeLayer to create my own coloured shaded layers using DEM data ? There could be some nice effects produced by doing this,...
Asking to allow us to apply a shader to a specific raster layer. This would open up a lot of possibilities that are not currently possible. This would work how...
### Platform macOS ### Operating system version MAx OSX Sonoma 14.5 (23F79) ### System architecture Intel (x86) ### Herd Version 1.9.1 ### PHP Version 8.2.21 ### Bug description Following on...
## Description Fixes the DEM raster source layer in Mapbox V11 from being used Fixes #3567 ## Checklist - [x] I've read `CONTRIBUTING.md` - [x] I updated the doc/other generated...
I updated my Satellite map style and I am using the 3D Terrain layer to display this. Now when I pitch to 0 (or viewing directly downward) the map does...
I'm getting an error of `zsh: bad CPU type in executable:` when running the [v0.21.0+](https://github.com/go-spatial/tegola/releases/tag/v0.21.0) Darwin builds of Tegloa on my Intel 2019 Mac book pro. Prior versions v0.20.0 and...
## Description Adds download observers for OfflineLegacyModule maps which includes timeouts and throwing errors for max tiles exceeded. I have this in production for a few months via my own...