-
Updated
Mar 3, 2022 - Java
map
Here are 4,764 public repositories matching this topic...
-
Updated
Feb 19, 2022 - Go
-
Updated
Mar 4, 2022 - TypeScript
-
Updated
Jan 22, 2022 - JavaScript
-
Updated
Jun 28, 2021 - Swift
Good first issue
Please respect the following template to report a new issue, otherwise your issue will be automatically closed.
Before submitting, search through existing open or closed issues reports and through blender.stackexchange.com to check whether the issue already exists.
If the issue concerns an operator that grab geodata from an external web service (Basemaps, OSM, SRTM), then it can be a network
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 5, 2022 - TypeScript
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
-
Updated
Feb 2, 2022 - JavaScript
-
Updated
Feb 28, 2022 - TypeScript
-
Updated
Mar 4, 2022 - Go
-
Updated
Mar 2, 2022
-
Updated
Aug 7, 2020 - JavaScript
-
Updated
Mar 7, 2022 - TypeScript
-
Updated
Feb 20, 2022 - JavaScript
-
Updated
Sep 6, 2021
-
Updated
Mar 1, 2022 - JavaScript
-
Updated
Mar 7, 2022 - PHP
-
Updated
Jan 10, 2022 - Java
-
Updated
Feb 26, 2022 - TypeScript
-
Updated
Jul 10, 2021 - Swift
-
Updated
Mar 6, 2022 - HTML
-
Updated
Mar 7, 2022 - Java
Improve this page
Add a description, image, and links to the map topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the map topic, visit your repo's landing page and select "manage topics."
mapbox-gl-js version:2.6.1
browser:Chrome
Steps to Trigger Behavior
1.create LngLatBounds as
bounds
2 .use
map.fitBounds
and pass thecenter
option to itLink to Demonstration
check out this link for more info:
https://jsbin.com/zodotod/edit?html,output
Expected Behavior
The
bounds
should be in the view and thecenter
of the map should be the `cen