This commit is contained in:
wayanrivan
2026-07-16 13:34:55 +07:00
parent 7aa6c72ee4
commit 8322ac1ae1
3 changed files with 22 additions and 12 deletions

View File

@ -42,7 +42,8 @@ class LibCurl {
country_text: (respAddr.country) ? respAddr.country.toUpperCase() : respAddr.country || null,
postcode: respAddr.postcode,
fulladdress: encodeURIComponent(respData.features[0].properties.display_name),
log_reverse_geo: (respData.features[0].properties) ? JSON.stringify(respData.features[0].properties) : null,
// log_reverse_geo: (respData.features[0].properties) ? JSON.stringify(respData.features[0].properties) : null,
log_reverse_geo:""
};
// if (respAddr.state || respAddr.city) {
addrData.state_id = null;