update
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user