chore: change asset meta location image to lat/lng location #24

Merged
mapoofano merged 1 commits from chore-update-asset-location into v2 2025-07-26 11:48:29 +00:00
Showing only changes of commit 61fe3a6f5d - Show all commits

View File

@ -211,7 +211,7 @@ 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_image = 12; string location = 12;
float lat = 13; float lat = 13;
float lng = 14; float lng = 14;
string map_link = 15; string map_link = 15;