Skip to content

Conversation

@cportele
Copy link
Contributor

@cportele cportele commented Aug 6, 2025

No description provided.

import org.slf4j.LoggerFactory;

// TODO: how to handle name collisions for id or geometry
// TODO: how to handle name collisions for id, geometry, or place
Copy link

@github-actions github-actions bot Aug 6, 2025

Choose a reason for hiding this comment

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

A new Todo was discovered. If it is not a priority right now,consider marking it for later attention.
TODO: how to handle name collisions for id, geometry, or place

  • Ignore

Copy link
Contributor Author

Choose a reason for hiding this comment

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

revisit when extending CRUD to JSON-FG

@azahnen
Copy link
Collaborator

azahnen commented Aug 14, 2025

@cportele
I reviewed the code and especially the design changes, this makes a lot of sense to me. So please go ahead.
I didn't do any testing, I will do that when this is ready for review.

Base automatically changed from issue-1397 to master August 14, 2025 12:30
... after the unit test has been migrated
Using NaN is the typical way to encode POINT EMPTY in WKB (see, e.g., GeoPackage), so we will use it also for GML. NaN is a valid double value in XML Schema.
there is probably not much benefit by converting the classes to visitors. It just adds internal complexity.
Tests already exist; move tests to xtraplatform-geometries to the encoder/decoder
@cportele cportele marked this pull request as ready for review August 18, 2025 07:40
@cportele cportele requested a review from azahnen as a code owner August 18, 2025 07:40
@ldproxy ldproxy deleted a comment from github-actions bot Sep 8, 2025
@ldproxy ldproxy deleted a comment from github-actions bot Sep 8, 2025
@ldproxy ldproxy deleted a comment from github-actions bot Sep 8, 2025
@cportele cportele merged commit 4b62e37 into master Sep 9, 2025
3 checks passed
@cportele cportele deleted the geometries branch September 9, 2025 07:34
cportele added a commit that referenced this pull request Nov 27, 2025
The changes in #392 did not fully handle the new `onGeometry()` event introduced in #382. In `FeatureTokenStatsCollector` the event was not passed downstream.

Closes ldproxy/ldproxy#1519.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants