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

Only the first of multiple entries for the same attribute is shown in GeoJSON #68

Open
josephbirkner opened this issue Jun 12, 2024 · 0 comments
Milestone

Comments

@josephbirkner
Copy link
Contributor

This applies to all objects which have multiple key-value pairs of the same key. An attribute layer is just a special object which has the same problem: Of e.g. multiple entries for SPEED_LIMIT_METRIC, only the first will be shown in GeoJSON.

To remedy this, we need to think of a strategy to present multi-value object keys. This could mean to render multi-value object fields as a key-list pair. However, this would make some queries harder. Any previous query for key.value would need to be written as key.value or key.*.value.

Alternatively, we can move to a JSON renderer which does not prohibit keys from being emitted redundantly - perhaps we go back to speedyj for this one.

@josephbirkner josephbirkner modified the milestones: 2024.3, 2024.4 Jun 14, 2024
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

No branches or pull requests

1 participant