-
Notifications
You must be signed in to change notification settings - Fork 19
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
Explain in CONTRIBUTING how to get started in conjunction with tileserver #218
Comments
Bump! |
Just to get started, the easiest way would be to configure local implementations of Excerpt: queue:
type: file
name: tiles-queue
store:
type: directory
name: tiles Seed:
Process:
Hopefully that can help get you started. |
Quick question when storing to s3, it currently stores to
How do we get rid of the |
Hhmm, that's in there as an optimization for working with s3. Having key prefixes differ earlier on is friendlier for it, see https://docs.aws.amazon.com/AmazonS3/latest/dev/request-rate-perf-considerations.html If you really want it off, I'm afraid that there isn't a way to configure it off at the moment, but it's not a lot of work to add in support for it. Want to create an issue for it? If you're up for it, we'd gladly accept a pr as well. Here's the relevant bit of code. |
Thanks. We'll submit a pr. |
Question about that, i am trying to run the tileque seed with the config that was mentioned above but i get an error saying that |
A lot of people (or at least myself) will come to tilequeue because it's used as a component of tileserver. IIt would be good to explain how to contribute to tilequeue when you're using it this way and don't run it independently.
The text was updated successfully, but these errors were encountered: