Stephan Plänitz
Stephan Plänitz
Hello, like i also desribe in [deck.gl](https://github.com/visgl/deck.gl/discussions/5493#discussioncomment-378087) i would like to interact with the features of a Tiles3DLoader source. This means: - set and change filter depending on feature property...
Hey, really cool work! i have some basic questions: - is this a fork of a mapbox version, or like a plugin? - Could i use it with any mapbox...
## Motivation we want to update our refresh token only on map request. But for this asynchron function is needed on the `transformRequest` callback. Also we need to wait until...
Here are different layers (Image, Line, Circle, Marker(rotation-Icon)). All lines and circles should be lying on the same borders and edges of the image. In this example i move them...
We want to show separeted clusters depending by feature property for example yellow for cars and green for bikes. For now we do it by creating different sources and layers....
We would like to show a different marker (like a pin) on mapbox when all geometries have same location. When zoom out and features with different locations we would like...
Hello, like i ask here https://gis.stackexchange.com/questions/462384/how-to-convert-pixel-of-image-to-lnglat-and-vica-versa, i've a georeferenced image in 4326 by given the 4 edge coordinates. Also i have a polygon in 4326. Now i want to have...
Hello again, after i asked the same question for over 2,5 years https://github.com/visgl/deck.gl/discussions/5493 i want to know if filtering and styling (like coloring) by feature properties is now possible on...
## Motivation instead of mbtiles, pmtiles can be run from a cloud-web-space without any additional service. This would make it more easily to use vector-tiles for small projects. It`s a...
Im interested into the experimental vector-icons which are described here https://docs.mapbox.com/mapbox-gl-js/example/custom-colorized-vector-icons/. Like it is described in the example, the color `flag_color` is defined in the `m:metadata` which is in the...