Skip to main content

Questions tagged [tippecanoe]

1 vote
0 answers
39 views

When polygon spans 2 tiles, OpenLayers creates 2 labels, one for each tile. How to prevent it? MRE polygons in PBF tiles rendered by OpenLayers In empty directory create these two files: geom.geojson ...
Podbrushkin's user avatar
0 votes
0 answers
34 views

I wanted to overlay layer of vector tiles build in Stereo 80 (Pulkovo) over the ArcGIS map. Because I cannot do it on the fly I was trying to convert it using a few CLI tools ... my code looks as ...
Wowzaaa's user avatar
  • 101
1 vote
0 answers
334 views

I want to show about 120,000 unevenly distributed points worldwide in MapLibre GL JS, filtered on user-selected values - about 20 boolean attributes and a year. I had hoped to cluster the filtered ...
Ed Staub's user avatar
  • 131
0 votes
0 answers
96 views

I have an issue with the MVT-Tippecanoe provider in PyGeoAPI. I linked my MVT directory to the PyGeoAPI provider, but nothing is displayed when I visit the collection. Possible Solution: I believe the ...
jflabbe's user avatar
  • 19
0 votes
1 answer
184 views

I am trying and failing to successfully use Natural Earth data to make leaflet maps. Here is what I tried $ curl -L -O https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/50m/...
punkish's user avatar
  • 287
0 votes
0 answers
157 views

I've recently downloaded a mbtiles (vector tiles) layer from Ordnance Survey. But the problem is I'm unable to view it using QGIS (I have to view it there as all other layers I need to use for my ...
Sam's user avatar
  • 91
0 votes
1 answer
330 views

I have a huge geojson with electric lines and columns. So I need to convert the file into vector tiles for displaying on my OpenLayers map. I use this sequence of commands: tippecanoe --no-feature-...
Marek Strop's user avatar
1 vote
1 answer
126 views

I use tippecanoe to convert geojson file to pbf tiles using this command tippecanoe -e output_dir -zg -Z10 --drop-densest-as-needed --no-tile-compression --extend-zooms-if-still-dropping -l features ...
user2260554's user avatar
1 vote
1 answer
283 views

I know this might be a duplicate question but I wasn't able to find any solution. I'm working on a tool with the help of this package which is actually a platform to convert a geojson file to mbtiles ...
msc's user avatar
  • 31
2 votes
1 answer
1k views

I'm trying to do the following: Determine what pbf files are needed for a certain user-defined bbox (DONE) Download these files for all zoomlevels. (DONE) Combine these pbf files into a new mbtiles ...
TomGeoTom's user avatar
1 vote
0 answers
374 views

Is this normal when converting GeoJSON or shape files to MBTiles? Where it seen like the MBTiles will always have this offset when viewed up close. I think it viewed at zoom 23. https://github.com/...
Er Re's user avatar
  • 123
3 votes
1 answer
377 views

I am trying to use tippecanoe to convert my GeoJSON into mbtiles like so tippecanoe -o c:/users/path/to/newfile.mbtiles -Z 0 -z 8 c:/users/path/to/file.geojson However, I keep getting the error ...
guest_20230125's user avatar
2 votes
1 answer
811 views

I created a Mapbox Vector Tile collection in .mbtiles format using tippecanoe. Using the QGIS browser I can add the .mbtiles file as a layer and I see the data as expected, so I know the .mbtiles file ...
tomfumb's user avatar
  • 3,706
2 votes
0 answers
6k views

I am trying to open an example.mbtiles file in QGIS, but I cannot get it to work. Reproducible setup below. Create example input file Using geopandas and shapely, I create an example.geojson file: ...
zabop's user avatar
  • 3,380
1 vote
0 answers
1k views

I have a shapefile with around 14 millions points that I want to display in MapBox on a web application. The only documentation around displaying points I can see is by using MapBox tiling service, ...
sobmortin's user avatar

15 30 50 per page