Skip to main content
Question

Convert from gdb to osm (why relation members and tags are partially missing)?

  • April 1, 2019
  • 1 reply
  • 39 views

I've a file GDB contains Line feature (ways), and Point feature (nodes) and tables for relation contains members and tags. i would like to convert GDB data to osm xml format.

I've loaded the tags and members in lists as needed by OSM writer (member{}.type, member{}.role, member{}.ref) and (tag{}.k, tag{}.v) respectively.

member list

tag list

all nodes and ways are written successfully in the .osm output file (xml format) .. all id(s) and ref(s) are correct. the only thing i miss in the xml is part of the relation, as following

that output miss the member type=node with role=via and also miss the tag of k=restriction and v=no_right_turn. the expected output should be as following

appreciate you help and/or explanation.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • April 6, 2019

Hi @essamadel

Its possible to share us the data?

 

Thanks,

Danilo