Questions tagged [tippecanoe]

A command line tool for building vector tilesets, for web maps, primarily from GeoJSON data.

Tippecanoe [GitHub] is a command line tool from Mapbox for building vector tilesets, for web maps, primarily from GeoJSON data.

This tag, then, is for questions pertaining to usage of Tippecanoe itself, or tilesets produced with it.

30 questions
1
vote
1 answer

Incorrect coordinates in mbtiles generated with Tippecanoe

I generated an mbtiles file using Tippecanoe with just -zg and --drop-densest-as-needed as extra parameters. I uploaded the file to Mapbox Studio and everything works well, both in Studio and when loading the tiles through a mobile app. I then tried…
Jukurrpa
  • 4,038
  • 7
  • 43
  • 73
1
vote
1 answer

Unable to generate the vector tiles from geoJson using tippecanoe

I am trying to convert the geoJson files into vector files using mapbox/tippecanoe. I have build the tippecanoe image as mention in the document. But when I run the below command nothing happens. docker run -it --rm \ -v /tiledata:/data \ …
bhushan patil
  • 103
  • 11
0
votes
1 answer

Installing felt / tippecanoe

I trying to installing felt /tippecanoe in windows 10. I followed the installation steps but got a problem with "make -j". Error message I get is below. C:\tippecanoe>make -j process_begin: CreateProcess(NULL, uname -s, ...) failed. Makefile:18:…
Er Re
  • 1
  • 2
0
votes
0 answers

tippecanoe: assign random uuids to clusters, preserve ids for non-clusters

I have a large geographic dataset, including lots of points, that I'm creating an Mapbox vector tileset from using tippecanoe. Rather than dropping points, I'm clustering points. Separately, the original GeoJSON features have a unique id that I want…
ebbishop
  • 1,833
  • 2
  • 20
  • 45
0
votes
0 answers

Offset in tile_row using addProtocol in Maplibre-gl-js

I am developing an application in Apache Cordova that uses vector layers in mbtiles, created with tippecanoe, and I need it to be fully accessible offline. To achieve this, I am using maplibre-gl-js, using addProtocol("custom"), as indicated here I…
0
votes
0 answers

Run Tippecanoe with docker. Zero knowleage

I am trying to use Tippecanoe to output shape files to mbtiles. I running on windows and I know Tippecanoe runs on linux. Can anyone tell me the step by step process to run and use tippecanoe on windows? I had install docker and pulled…
Er Re
  • 1
  • 2
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…
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…
0
votes
1 answer

Changing zoom extent of streets in Mapbox

Mapbox has limitations (such as zoom level 11 for road-street). I'm wondering how I can change that to 10. I want to use the same Mapbox-Streets-v8 tileset, just change that one zoom extent. I have seen a bunch of answers involving MTS/tippecanoe,…
0
votes
1 answer

Estimating Mapbox tile processing costs

We're using ogr2ogr and tippecanoe to generate MBTILES files and then uploading them to Mapbox. This incurs Mapbox's recent-ish tile processing and hosting costs. We've been hit by a couple of surprise bills. We can work around this by following the…
Sam Crawford
  • 311
  • 4
  • 16
0
votes
2 answers

Display Vector Tile (PBF) in Azure Maps

I am using Azure Maps, and want to display vector tiles that I have generated with tippecanoe. I was initially getting an error in Azure Maps in the frontend javascript, which was basically complaining the generated pbf were not acceptable, because…
msuzuki
  • 105
  • 2
  • 15
0
votes
0 answers

Vector CANoe error while running the config file

I am getting Rx error while running the configuration file for CANoe.I am not understanding the reason behine this. Vector CANoe which supports Ethernet. I am pasting the actual error. Please help me in fixing this issue.
user3867504
  • 71
  • 1
  • 7
0
votes
1 answer

Mapbox not able to change the style of vector tiles at run time

I am using tippecanoe command line utility to create my application vector tileset. This is creating a directory structure as per the z/x/y coordinates which is perfectly fine. I have a certain group of features(allocated with a layer) which do not…
Amit Gore
  • 421
  • 4
  • 12
0
votes
1 answer

What is the best options for tippecanoe to process line string features?

I have a GeoJSON file with a FeatureCollection (more than 300 000 features) of LineStrings. It is a road traffic records. I need to convert it to the MVT format using Tippecanoe. I'm trying to convert the GeoJSON with this params: tippecanoe…
Jack Owels
  • 149
  • 1
  • 9
-1
votes
1 answer

how to avoid polygon being clipped with tileset?

I am generating a layer UK scale, it is composed for several polygons, the idea for the layer is to display it fully and then the user can zoom to most specific area. The main problem is because the number of polygons when I create the .mbtile it…
gcj
  • 280
  • 2
  • 12
1
2