Merge pull request 'chore: remove location from asset property' (#25) from chore-remove-location into v2

Reviewed-on: #25
This commit is contained in:
mapoofano 2025-07-26 11:52:54 +00:00
commit 4f269b9564

View File

@ -211,11 +211,10 @@ message PropertyMeta {
string usage_type = 9; string usage_type = 9;
string completion_date = 10; string completion_date = 10;
string user_agreement_url = 11; string user_agreement_url = 11;
string location = 12; float lat = 12;
float lat = 13; float lng = 13;
float lng = 14; string map_link = 14;
string map_link = 15; PropertyDetail detail = 15;
PropertyDetail detail = 16;
} }
message PropertyDetail { message PropertyDetail {