mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-22 19:49:31 -07:00
fix gps location lookup
This commit is contained in:
@@ -908,7 +908,7 @@ const btnGetGps_click = () => {
|
|||||||
|
|
||||||
const ZipCode = data.address.Postal;
|
const ZipCode = data.address.Postal;
|
||||||
const City = data.address.City;
|
const City = data.address.City;
|
||||||
const State = states.getStateTwoDigitCode(data.address.Region);
|
const State = states.getTwoDigitCode(data.address.Region);
|
||||||
const Country = data.address.CountryCode;
|
const Country = data.address.CountryCode;
|
||||||
const TwcQuery = `${ZipCode}, ${City}, ${State}, ${Country}`;
|
const TwcQuery = `${ZipCode}, ${City}, ${State}, ${Country}`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user