-
Updated
Oct 28, 2020 - Go
geojson
Here are 1,106 public repositories matching this topic...
-
Updated
Oct 12, 2020 - JavaScript
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 26, 2020 - JavaScript
-
Updated
Oct 26, 2020 - PHP
-
Updated
Oct 28, 2020 - TypeScript
-
Updated
Oct 1, 2020 - C++
-
Updated
Sep 2, 2020
-
Updated
Oct 31, 2020 - JavaScript
-
Updated
Oct 25, 2020 - Python
-
Updated
Nov 1, 2020 - JavaScript
-
Updated
Jul 22, 2020 - JavaScript
map_coords() has an obvious use case in transforming the geometry of features.
It should operate on Features and FeatureCollections, as well.
-
Updated
Oct 5, 2019 - Scala
-
Updated
Mar 17, 2020 - JavaScript
-
Updated
Nov 2, 2020 - Python
-
Updated
Jul 20, 2020 - JavaScript
-
Updated
Sep 11, 2020 - Jupyter Notebook
-
Updated
Nov 1, 2020 - TypeScript
Improve this page
Add a description, image, and links to the geojson topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the geojson topic, visit your repo's landing page and select "manage topics."
Unless I'm missing something, both benchmarks were already the same when they were added in #7761 by @peterqliu :
https://github.com/mapbox/mapbox-gl-js/blob/ff8e087b6e7cc9fe63eb4809a0895b38029a67e2/bench/benchmarks/remove_paint_state.js#L88-L100
https://github.com/mapbox/mapbox-gl-js/blob/ff8e087b6e7cc9fe63eb4809a0895b38029a67e2/bench/benchmarks/remove_paint_state.js#L102-L114
I haven't us