-
Updated
Dec 8, 2020 - Jupyter Notebook
mapbox
Here are 1,028 public repositories matching this topic...
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
Oct 17, 2019 - JavaScript
-
Updated
Dec 4, 2020 - TypeScript
-
Updated
Mar 1, 2020 - Java
-
Updated
Jul 29, 2020 - JavaScript
When I edit a polygon with a zoom level low and I snap this polygon to another one, it's very common the created snap point is not exactly on the line / point.
For me, it's a problem regarding I control if these polygons are not intersecting.
Text customize
There is some text on the page, but it is hard coding in your index.js.
The better way is to make it customizable by parsing markdown or reading from the config file.
But, I think Gatsby is not as convenient as next.js in terms of reading data.... so do you consider changing the page framework?
-
Updated
Dec 20, 2019 - Kotlin
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Nov 9, 2020 - Java
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Dec 7, 2020 - Rust
-
Updated
Sep 3, 2020 - Swift
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Dec 8, 2020 - Java
-
Updated
Dec 9, 2020 - R
-
Updated
May 29, 2020 - JavaScript
-
Updated
Jan 11, 2019 - JavaScript
No translation
This word does not appear in the translation into Transifex:
- Nextcloud additional settings
https://github.com/nextcloud/maps/blob/10aa2edd4882f27dfcbeb7a4d3d387a725a766e0/js/script.js#L986
App:
Maps 0.1.4
-
Updated
Nov 4, 2020 - C++
-
Updated
Oct 16, 2020 - JavaScript
-
Updated
Nov 24, 2020 - TypeScript
-
Updated
Dec 3, 2020 - JavaScript
Improve this page
Add a description, image, and links to the mapbox topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mapbox topic, visit your repo's landing page and select "manage topics."
When
map.fitBounds(...)
is called with a bearing option passed in, it seems like the bearing is not taken into the account on calculating the appropriate zoom, resulting in part of the bounded area to not be in view.mapbox-gl-js version: 1.12.0
browser: Chrome
Steps to Trigger Behavior
map.fitBounds(...)
wi