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

This commit is contained in:
mapoofano 2025-07-26 15:17:37 +03:30
parent 8167426430
commit 61fe3a6f5d

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;