osmlab / field-data-collection

A mobile application for collecting both OSM & private data in the field.
10 stars 7 forks source link

WIP! address indexing issues that result in empty export from desktop app #321

Open sethvincent opened 6 years ago

sethvincent commented 6 years ago

This switches observations to use doc.nodeId for tracking the related osm node in the app.

Also this fixes the issue where osm.createNode was not being called when needed.

I've verified that observation-link documents are created with the correct values with both nodes that were imported from OSM and nodes that were created in the mobile app.

When I sync to the desktop app and export, the xml export is still empty.