-
I have a project where I want to keep streets and buildings visible at low zoom levels. Therefore I disabled the limits with -pf and -pk;
`tippecanoe -o out.mbtiles -Z9 -z9 -f -F -pf -pk in.geojso…
-
tippecanoe appears to never finish on the linked file (http://static.skysight.io/2200.gz) (or at least, my patience expired after 4 hours on a fast machine)
Yes, it's large and complex, but I've be…
-
You can select Chatham Island from Natural Earth with
```
➤ tippecanoe -zg -f -o foo.mbtiles --clip-bounding-box=-178.327,-45.644,-173.854,-42.663 ne_10m_admin_0_countries.json
```
but
```
…
e-n-f updated
5 years ago
-
It weird, this command generates the tiles in EPSG:3857 instead of 4326.
tippecanoe -s EPSG:4326 -o /home/project/output/output.mbtiles -f -pn /home/project/output/output_wgs84.json
Using the o…
-
While generating pbf tiles from the tippecanoe of the following Geojson file and viewing on mapbox-gl tiles distortion(breaking) is obseved at lower zoom levels.
[100_M_BUFFER.zip](https://github.co…
-
I am trying to install Tippecanoe on Ubuntu 22.04 in a DigitalOcean droplet with 1 CPU and 2 GB RAM. It is returning the following errors after `make -j`.
```
g++: fatal error: Killed signal termi…
-
## ソース
[東京都オープンデータカタログサイト](https://catalog.data.metro.tokyo.lg.jp/dataset/t000003d0000000093/resource/8953f129-328a-4dc0-a008-16aa86d570e4)
## geojson.ioで見るとこんな感じ
## ベクトルタイル化
```
tippecanoe -…
-
I am trying to switch my current map-based application from geojson type source to vector tile source.
As a proof of concept, I did a small experiment to visually compare the features drawn from geoj…
-
Currently Tippecanoe only supports Web Mercator output. Support for custom tiling schemas would enable Tippecanoe to be used for use cases where a specific (often obligated) tiling schema is desired.
…
-
# Motivation
Read PMTiles, particularly vector archives, from the cloud or local storage using QGIS.
Currently MBTiles works by "drag and drop" into QGIS, and may work through adding a Vector Ti…