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

#587 COMPOSITE_TILE_DIR_STORE_MAX_AGE_MS and per layer refreshIntervals #588

Merged
merged 4 commits into from
Sep 26, 2024

Conversation

tariqksoliman
Copy link
Member

Closes #587

Adds:

  • ENV: COMPOSITE_TILE_DIR_STORE_MAX_AGE_MS=
    • "When using composited time tiles, MMGIS queries the tileset's folder for existing time folders. It caches the results of the these folder listings every COMPOSITE_TILE_DIR_STORE_MAX_AGE_MS milliseconds. Defaults to requerying every 30 minutes. If 0, no caching. If null or NaN, uses default. | number | default 1800000"
  • refreshIntervalEnabled configuration option for Raster and Vector Layers
    • "If 'Time Enabled' and 'Refresh Interval Enabled', this layer will automatically refresh/requery its data every 'Refresh Every N Seconds'. This is useful when the layer's data updates at some uniform cadence. Be aware that this may be an expensive operation depending on the amount of data a layer needs and the number of layers that have this enabled."
  • refreshIntervalAmount configuration option for Raster and Vector Layers
    • "If 'Time Enabled' and 'Refresh Interval Enabled', this layer will automatically refresh/requery its data every n seconds."

@tariqksoliman tariqksoliman added the new feature New feature or request label Sep 26, 2024
@tariqksoliman tariqksoliman self-assigned this Sep 26, 2024
@tariqksoliman tariqksoliman merged commit 843b72d into development Sep 26, 2024
1 check passed
@tariqksoliman tariqksoliman deleted the ts-587 branch September 26, 2024 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[New Feature]: Configurable Interval Refreshes for Raster and Vector Time Layers
1 participant