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

remove mvt_cache reference; create mvt query #1013

Merged
merged 9 commits into from
Nov 22, 2023

Conversation

dbauszus-glx
Copy link
Member

@dbauszus-glx dbauszus-glx commented Nov 20, 2023

MVT tiles are now generated by the mvt query template.

mvt_cache has been disabled.

The mvt query as well as the vector query will take an array of fields. This allows for custom theme queries without the need to update the layer in the workspace.

style.cache:null will prevent the style from the feature to be returned from the style method.

The value_only template param returns the first value only from a response.

@dbauszus-glx dbauszus-glx marked this pull request as ready for review November 22, 2023 10:08
@dbauszus-glx dbauszus-glx added Feature New feature requests or changes to the behaviour or look of existing application features. Code Issues related to the code structure and performance. labels Nov 22, 2023
@dbauszus-glx dbauszus-glx linked an issue Nov 22, 2023 that may be closed by this pull request
Copy link

sonarcloud bot commented Nov 22, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor

@RobAndrewHurst RobAndrewHurst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice!

The performance is excellent!

@RobAndrewHurst RobAndrewHurst merged commit 60f11fc into GEOLYTIX:main Nov 22, 2023
6 checks passed
@dbauszus-glx dbauszus-glx deleted the mvt-query branch January 29, 2024 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Issues related to the code structure and performance. Feature New feature requests or changes to the behaviour or look of existing application features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MVT format fields, filter and cache
2 participants