vector-tiles
Here are 184 public repositories matching this topic...
-
Updated
Jan 22, 2022 - 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
Jan 16, 2022 - C++
-
Updated
Mar 1, 2022 - JavaScript
-
Updated
Mar 2, 2022 - PLpgSQL
-
Updated
Mar 6, 2022 - JavaScript
'react-autocomplete' (https://github.com/reactjs/react-autocomplete) is no longer maintained and causing warnings
react-dom.development.js:12357 Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
- Move code with side effects to componentDidMount, and set initial state in the constructor.
- R
When you try to use a column of type JSON, tegola fails:
util.go:155: 114 type is not supported. (Expected it to be a stringer type)
map.go:202: err fetching tile (z: 7, x: 64, y: 46) features: for layer (cities-point) unable to convert field [3] (string) of type (114 - json) to a suitable value: map[dates:map[2017:3044 2018:4] simplified:[]]
It would be awesome if it could be supported
-
Updated
Mar 1, 2022 - C++
-
Updated
Jan 23, 2022 - C++
-
Updated
Mar 8, 2022 - Rust
Describe the bug
adm0_{l,r} tags show up on regular boundaries at z5 but the demo shows them at z4 on maritime boundaries derived from OSM data and not natural earth.
To Reproduce
Steps to reproduce the behavior:
- Generate a world map with basemap profile including Z4
- Inspect the generated tiles
**Expected beh
-
Updated
Nov 30, 2021 - JavaScript
-
Updated
Mar 4, 2022 - Python
-
Updated
Jan 29, 2022 - Rust
-
Updated
Dec 23, 2021 - C++
-
Updated
Mar 7, 2022 - C++
-
Updated
Mar 3, 2022 - Go
-
Updated
Jan 11, 2022
-
Updated
Mar 2, 2022 - TypeScript
-
Updated
Feb 28, 2022 - Java
-
Updated
Jan 7, 2019 - JavaScript
-
Updated
Sep 21, 2017 - Python
The current distribution contains a bash script. The equivalent for windows systems should be created. Probably something like a baremaps.bat file containing:
@echo off
set dir=%~dp0%
set LIB="%dir%..\lib\*"
java -cp "$DIR/../lib/*" com.baremaps.cli.Baremaps %*
-
Updated
Jan 25, 2022 - C++
-
Updated
Feb 26, 2022 - JavaScript
Improve this page
Add a description, image, and links to the vector-tiles topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vector-tiles 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
bounds2 .use
map.fitBoundsand pass thecenteroption to itLink to Demonstration
check out this link for more info:
https://jsbin.com/zodotod/edit?html,output
Expected Behavior
The
boundsshould be in the view and thecenterof the map should be the `cen