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

Generalized relation_member tables are loosing records during update #293

Open
zdila opened this issue Feb 2, 2024 · 0 comments
Open

Generalized relation_member tables are loosing records during update #293

zdila opened this issue Feb 2, 2024 · 0 comments

Comments

@zdila
Copy link
Contributor

zdila commented Feb 2, 2024

generalized_tables:
  route_members_gen1:
    source: route_members
    tolerance: 50
tables:
  route_members:
    type: relation_member
      relation_types:
        - route
      mapping:
        route:
          - hiking
      columns:
        - name: osm_id
          type: id
        - name: member
          type: member_id
        - name: geometry
          type: geometry
        - name: role
          type: member_role
          key: role
        - name: type
          type: member_type

On initial import the table route_members_gen1 is correctly populated but during longer period of applying minutely updates the records from route_members_gen1 starts to disappear - all members of a (modified?) route at once.

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