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

Split platforms with multiple DHIDs #9

Closed
Robbendebiene opened this issue May 24, 2023 · 0 comments · Fixed by #25
Closed

Split platforms with multiple DHIDs #9

Robbendebiene opened this issue May 24, 2023 · 0 comments · Fixed by #25

Comments

@Robbendebiene
Copy link
Member

Some platforms provide boarding places on both sides. Mappers sometimes then split these platforms in the middle into 2 platform elements to separate tags like ref. Others keep them as one element and instead add multiple values for the same tag. Example: https://www.openstreetmap.org/relation/3264414#map=18/52.12995/11.62747

For the DHID this looks like this:
ref:IFOPT=de:XXX;de:YYY

We should simply create two OSM elements out of this. They will have the same geometry and same tags, except when multiple values exist. Biggest challenge is how to handle their OSM ids, since keeping the id is important to reference them for relations and the like. It might be possible to stop using the ids as primary keys.

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 a pull request may close this issue.

1 participant