maps
Here are 3,258 public repositories matching this topic...
-
Updated
Feb 13, 2022 - Objective-C
-
Updated
Feb 23, 2022 - JavaScript
-
Updated
Jan 7, 2022 - Jupyter Notebook
-
Updated
Jan 30, 2022
The current implementation of the maps API lacks support for the snapshot() functionality.
This is a requirement for location sharing in Signal messenger.
MGLTilePyramidOfflineRegion should have a countOfTiles method that returns the number of tiles included in the tile pyramid. The implementation would rely on the mbgl::util::tileCount() function added in #9906.
This is the iOS/macOS equivalent to #11108 for Android. It would serve as a built-in alternative to mapbox/turf-swift#47 for applications already using the map SDK, including applica
-
Updated
Feb 19, 2022 - Python
Shared WebGL context
maptalks's version and what browser you use?
v0.43.0, chrome
Issue description
Layers do not share WebGL context, which creates glitches when a map has more than one 3d layer. For example a buildings layer with a 3D line will not hide the line behind the buildings.
In particular, I am implementing a 3D terrain layer but this layer will not hide (behind mountains) any other 3d element
It would be better to display it in a more compact way, near the next direction sign, like some other nav apps are doing. And ideally also make it more recognizable by a driver.
The alternative opinion is to completely remove it because many drivers can't see the small street's name anyway.
Or draw it only if the physical screen dimensions are big enough (like on tables or phablets).


In the docs of the map, there are different describtions for the same option (
animate) and the pointsZoom options,Pan optionsare also in theZoom/pan options. I think there should be only one of them.https://leafletjs.com/reference.html#zoom-options-animate
Also the