Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel mode fails with multiple -L inputs #231

Open
ZeLonewolf opened this issue Apr 19, 2024 · 0 comments
Open

Parallel mode fails with multiple -L inputs #231

ZeLonewolf opened this issue Apr 19, 2024 · 0 comments

Comments

@ZeLonewolf
Copy link

When merging multiple GeoJSON in parallel mode using -L, I get weird errors like Found ] at top level: and the resulting PMTiles drops most of the input data (only one layer actually had data.

Sample command:

tippecanoe --force -P --no-tile-size-limit -o out.pmtiles --single-precision --extend-zooms-if-still-dropping --buffer=0 \
-L'{"file":"merged_1.geojson", "layer":"layer1", "description":"Layer 1"}' \
-L'{"file":"merged_2.geojson", "layer":"layer2", "description":"Layer 2"}' \
-L'{"file":"merged_2.geojson", "layer":"layer3", "description":"Layer 3"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant