Replies: 2 comments
-
|
This is still an issue. I've been debugging in #1236 but it only happens intermittently |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I've figured it out — the issue was on my end. Cheers! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to generate berlin.mbtiles using the latest planetiler.jar (v0.8.0), but it consistently fails with the following error:
Exception in thread "main" java.lang.IllegalArgumentException: data\sources\lake_centerline.shp.zip does not exist. Run with --download to fetch it
Here’s what I’ve tried:
I downloaded ne_10m_rivers_lake_centerlines.zip directly from Natural Earth, renamed it to lake_centerline.shp.zip, and placed it in data/sources/.
I also tried running with --download=always, but it fails silently or returns AccessDenied for this S3 link: https://planetiler.s3.amazonaws.com/cache/lake_centerline.shp.zip
When I verify the SHA256 of the file I downloaded, it is not the same as the one Planetiler expects.
Questions:
Is there a way to bypass or override the SHA256 requirement for these support files?
Can the expected hash list be exposed or configurable in the .jar version?
Or should I maybe stick to v0.7.0 to avoid this restriction?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions