-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Fixing build time warnings #9
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…peration in capabilities
http://tracker.deegree.org/deegree-services/ticket/452: Refactored geometry validator subsystem to use event classes to improve testability and usability.
http://tracker.deegree.org/deegree-services/ticket/452: Merged ring intersection and touches events to a single event. Fixed evaluation. Added test cases.
ticket-452 Conflicts: deegree-core/deegree-core-base/src/test/java/org/deegree/geometry/validation/GeometryValidatorTest.java deegree-core/deegree-core-geometry/src/main/java/org/deegree/geometry/validation/GeometryValidator.java deegree-core/deegree-core-geometry/src/main/java/org/deegree/geometry/validation/event/InteriorRingIntersectsExterior.java deegree-core/deegree-core-geometry/src/main/java/org/deegree/geometry/validation/event/InteriorRingsIntersect.java
….deegree.org/deegree-services/ticket/470. Added Tile#getFeatures(...) and implemented it for WMSTileStore. Improved WMSClient.
….deegree.org/deegree-services/ticket/470. Added GetFeatureInfo handling to WMTS. WMSClient should use dynamic schema parsing.
….deegree.org/deegree-services/ticket/470. Added GetFeatureInfo-flag to RemoteWMSTileStore config. Added TileStore#isGetFeaturesSupported().
….deegree.org/deegree-services/ticket/470. Added GetFeatureInfo config option to MapOptions. Added integration tests for GetFeatureInfo-operation in RemoteWMTS
….deegree.org/deegree-services/ticket/470. Added GetFeatureInfo config option to MapOptions. Added integration tests for GetFeatureInfo-operation in RemoteWMTS
….deegree.org/deegree-services/ticket/470. Merged Andreas changes.
….deegree.org/deegree-services/ticket/470. Fixed compilation errors.
….deegree.org/deegree-services/ticket/470. Removed FeatureInfo config option from RemoteWMSTileStore.
….deegree.org/deegree-services/ticket/470. Adapted config in deegree-wmts-tests
….deegree.org/deegree-services/ticket/470. Added test cases for valid GetFeatureInfo-responses (GML)
….deegree.org/deegree-services/ticket/470. Implemented GetFeatureInfo for CachingTileStore.
Sorry, wrong branch... |
stempler
added a commit
to stempler/deegree3
that referenced
this pull request
Apr 18, 2018
configure for publishing in wetransform artifactory
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This fixes annoying maven build warnings when the assembly plugin is used.