-
Notifications
You must be signed in to change notification settings - Fork 0
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
Release 2024.5.0 #80
Release 2024.5.0 #80
Conversation
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
* Enhanced Validity class with geometry offset and description types. * Added new methods in Validity for managing offset points, ranges, and simple geometry. * Updated StringPool with new static keys for geometry-related attributes. * Adjusted serialization logic for Validity data.
… clarity and consistency. * Add methods in TileFeatureLayer to create and resolve Validity and ValidityCollection objects. * Update Validity to support ValidityCollection handling with initial capacity setting. * Adjust serialization and data management to include validities in the model structure. * Enhance cloning and resolution in TileFeatureLayer to handle validity structures and collections.
…in meters. * Enhance Validity with computeGeometry method for handling geometries based on validity's geometryName. * Refactor and improve validity handling logic in TileFeatureLayer::clone. * Integrate error handling and extend geometry processing in computeGeometry. * Introduce helper functions projectPointOnLine and calcLineLengthInM for geometry processing. * Update geometryFromPositionBound and geometryFromLengthBound methods for detailed geometry manipulation.
…ty, renamed const accessors to xOrNull, renamed AbsoluteLengthOffset to MetricLengthOffset.
2af1713
to
ec9c7e4
Compare
@@ -34,11 +34,14 @@ struct QualifiedSourceDataReference { | |||
/** | |||
* Proxy node that represents an array of Qualifier-String + SourceDataReference tuples: | |||
* SourceDataAddressNode. | |||
* | |||
* 8b column id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tbr
config: Avoid race with loader/watcher thread in apps that use mapget.
…ON representation
Quality Gate passedIssues Measures |
Minimum allowed line rate is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good!
Closes #63