-
- [ ] **Streaming support.** tippecanoe should accept a stream of FlatGeobuf on stdin just like GeoJsonSeq.
- [ ] **tippecanoe extensions**. The tippecanoe GeoJSON extension is used to specify speci…
-
Hi,
Is there a way to generate tiles with no feature limit and no tile size limit (f.ex. --no-feature-limit --no-tile-size-limit in tippecanoe)?
Thnak you.
-
I have a 120GB raster dataset, split into 2600 geotiffs. Extracting a `.pmtiles` from it hasn't been easy 🙃
Would you consider adding a `pmtiles merge` CLI command?
See below for the different a…
-
Hello, I'm currently learning how to use CMake and pybind11 with this project. As part of the installation process, I need to build and install a C++ source file. To ensure that everything is clear, I…
-
[Here are some produced tiles](https://pmtiles.io/?url=https%3A%2F%2Fmap-tiles.prolexia.eu%2Fbathymetry.polys.0-6.pmtiles#map=2.37/31.62/-3.63)
The main issue is not the tile size but the extreme a…
-
From Github Actions:
```
Cloning into 'tippecanoe'...
g++ -MMD -I/usr/local/include -I. -g -Wall -Wshadow -Wsign-compare -Wextra -Wunreachable-code -Wuninitialized -Wshadow -O3 -DNDEBUG -std=c++1…
-
Hello
I want to convert a 100mb geojson file stored on disk with tippecanoe, I pass the -P param and set the TIPPECANOE_MAX_THREADS env to 8 but it takes around 20-30 seconds to generate the output…
-
I have a gzipped file `positions.json.gz` with one geojson object representing one point per line:
```json
{"type":"Feature","geometry":{"type":"Point","coordinates":[-88.55666,30.10603]},"propert…
-
Hi
We have used tippecanoe to convert geojson to mbtiles. In few cases, where tippecanoe will run for more than 8 hours. During those scneario, the "-journal" file is not getting deleted and so, th…
-
Hello
I'm glad to discuss Tippecanoe with you. I use Tippecanoe to output PBF folder and load it with ArcGIS API for JS. I define the coordinate system as EPSG: 4326, but after the map is displayed…