Merge pull request 'chore: change asset meta location image to lat/lng location' (#24) from chore-update-asset-location into v2

Reviewed-on: #24
This commit is contained in:
mapoofano 2025-07-26 11:48:29 +00:00
commit c102ca4055

View File

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