-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Add bbox_cache.properties per SQLFeatureStore #1477
Add bbox_cache.properties per SQLFeatureStore #1477
Conversation
...-featurestore-commons/src/main/java/org/deegree/feature/persistence/FeatureStoreManager.java
Show resolved
Hide resolved
Add information about the change to the configuration in https://github.com/deegree/deegree3/wiki/Upgrading-deegree-webservices |
According to the TMC, a use case should be added for better understanding of the PR. Furthermore the wiki should be updated regarding breaking changes in deegree 3.5-SNAPSHOT. |
The current existing behaviour shall be kept. The new behaviour shall be only applied if a file with the proposed name such as |
And perhaps also when no cache exists yet for a feature type present in multiple feature stores? |
The newly added changes were successfully tested on a local deegree build. |
…/deegree3 into bboxCachePerFeatureStore-16-8821
This PR replaces the current bbox_cache.properties with
bbox_cache_<SQLFeatureStoreId>.properties
, therefore enabling the configuration of an individual spatial extend of FeatureTypes with the same name configured in different SQLFeatureStore.This PR does not solve issue #824!