Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.

GeoAnalytics

Announcements
Meet Qlik's New CEO. The Future Is Bright — Here's What to Expect

Who Me Too'd this topic

Sheenu
Contributor II
Contributor II

Latitude Longitude values getting truncated when loaded through rest connection from JSON format data.

Hi All,

I have this issue as I am loading  geo data from a rest connection to Qlik enterprise edition May2023.

Latitude,Longitude values in JSON :

[
-9828193.8604000006,
5123014.2217999995
],
[
-9827441.3716000002,
5123029.3680000007
]

Values getting loaded in Qlik:

[
-9828193.8604,
5123014.2217
],
[
-9827441.3716,
5123029.3680
]

The values are truncated to 4 decimal places in Qlik.Need help to preserve the coordinates as it is in JSON .

Thanks!

Labels (3)
Who Me Too'd this topic