Question

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

  • 1 April 2019
  • 1 reply
  • 3 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.


1 reply

Userlevel 4
Badge +30

Hi @essamadel

Its possible to share us the data?

 

Thanks,

Danilo

Reply