Questions tagged [mapbox-api-vectortiles]
7 questions
1
vote
0 answers
Vector tileset not accurate at lower zoom levels
I am creating a web map that will allow users to click on a polygon and have information about the polygon displayed (the polygon also gets highlighted).
I have 4000+ polygons displayed on the map. The issue is when a polygon is clicked, the map is…

nmandiveyi
- 11
- 2
1
vote
0 answers
Mapbox Vector Tile generated in GeoServer cuts off labels on tile edges when using OpenLayers but not when using MapLibre-gl
I have some MVT service generated in GeoServer that are being rendered using OpenLayers 6.
The labels are cut off on the edges of the tiles.
This is an example of the MVT request I did in OpenLayers:
new VectorTileLayer({
className:…

Falcoa
- 2,612
- 1
- 20
- 30
0
votes
0 answers
How to copy a pbf file with source layer name different?
I am using mapbox to visualise the data but i want to copy a pbf file(already generated by tippecannoe) from one source to another source with a different source layer so that it can be visualised by mapbox.
`
Some of my attempt looks like below
var…

Divyanshu Sen
- 71
- 9
0
votes
1 answer
ulimit different between ubuntu terminal and call from R
I am trying to create mapbox tiles using mapboxapi::tippecanoe() in R. Unfortunately, my work computer runs Windows 10, which greatly complicates what I am trying to do. Tippecanoe is a Unix executable, so I downloaded and installed Ubuntu and am…

Sean McKenzie
- 707
- 3
- 13
0
votes
1 answer
How to use Ordance Survey vector tiles with React-Leaflet?
I'm unsure of the correct syntax to add Ordnance Survey vector tiles to a React-Leaflet application.
The example code at https://labs.os.uk/public/os-data-hub-examples/os-vector-tile-api/vts-3857-basic-map loads some vector tile libraries from…

Stephen Lead
- 1,904
- 5
- 23
- 46
0
votes
1 answer
Convert mbgl-offline db to mbtiles
I'm trying to implement mapbox offline in my flutter application... until now I'm using the repository https://github.com/mapbox/mapbox-gl-native to get the map but this map comes in format *.db which is a SQLite format.
Now if I want to use that…

Daniel Alexander
- 130
- 2
- 8
-1
votes
0 answers
2 Tilesets with same bounds and precision but different square km
I have two tilesets with exactly the same bbox bounds limiting to the continental US. Both tilesets cover the same area. They were both created using the MTS API are are billed at the 1m precision. One is saying 16 million km and the other 8…