Track address layer from Stadia #70

Merged
eliribble merged 2 commits from feature/track-address-layer into main 2026-07-08 22:25:17 +00:00
Member

Adds a field to track which Stadia geocoding layer each address was sourced from. Migration creates StadiaLayer enum, adds layer column, and code captures layer from features. Closes #68

Adds a field to track which Stadia geocoding layer each address was sourced from. Migration creates StadiaLayer enum, adds layer column, and code captures layer from features. Closes #68
ned self-assigned this 2026-07-08 21:37:31 +00:00
Adds a new layer field to the address table to track which Stadia
geocoding layer each address was sourced from.

- Migration 00162_address_layer: creates StadiaLayer enum with all
  known Stadia layers plus 'unknown', adds layer column to address
  table with NOT NULL DEFAULT 'unknown'
- Updates Go model and Jet table definition for the new column
- Updates platform Address type with Layer field
- addressModelFromFeature now captures Properties.Layer from Stadia
  features, falling back to 'unknown' when empty

Closes #68
fix: add missing LayerColumn variable definition to address table
Some checks failed
/ golint (push) Failing after 1m3s
f84faf47ee
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Gleipnir/nidus-sync!70
No description provided.