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

[FEATURE] disable caching for TileLayer #1974

Open
timur-harin opened this issue Oct 1, 2024 · 1 comment
Open

[FEATURE] disable caching for TileLayer #1974

timur-harin opened this issue Oct 1, 2024 · 1 comment
Labels
feature This issue requests a new feature

Comments

@timur-harin
Copy link

What do you want implemented?

I did not find how to disable caching or specify age of cache for TileLayer

What other alternatives are available?

No response

Can you provide any other information?

I already tried something like, but it does not work

tileProvider: NetworkTileProvider(
                silenceExceptions: true,
                headers: {
                  'Cache-Control': 'max-age=1',
                },
              ),

Severity

Obtrusive: No workarounds are available, and this is essential to me

@timur-harin timur-harin added the feature This issue requests a new feature label Oct 1, 2024
@timur-harin

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue requests a new feature
Projects
Status: To do
Development

No branches or pull requests

1 participant