gisaia / ARLAS-wui

Visualize collections of geo referenced data from your Arlas-server
Other
5 stars 2 forks source link

[Migration demo] map geometries with null values should not be displayed on the map #823

Open MohamedHamouGisaia opened 2 months ago

MohamedHamouGisaia commented 2 months ago

Description of the bug

image

To the left, the new ARLAS 25.0.0 display cells in dark blue (that have null values) where it shouldn't

What was the error message shown?

no error

Steps to reproduce

see above

If the issue was noticed in the demo workspace, please specify the collection and the field. Otherwise, please link the 2 ARLAS config files.

No response

Which ARLAS component(s) are concerned by the bug?

Map

If you chose 'Other', please specify the part(s) of ARLAS concerned by the bug.

No response

ARLAS version

25.0.0

What browsers are you seeing the problem on?

Chrome

If you chose 'Other', please specify the browser(s) concerned by the bug.

No response

mbarbet commented 2 months ago

It looks like a server side problem The features returned by the server are different: With old version : "Ross_Li_BRDF_565_isotropic_parameteravg": "Infinity", "key": "15.792182956562455, -19.86328125",

With new version: "Ross_Li_BRDF_565_isotropic_parameteravg": 0.0, "key": "io.arlas.server.core.model.response.LatLon@23997a1f",

mbarbet commented 2 months ago

The curl request returns "avg#avg:Ross_Li_BRDF_565 isotropic parameter":{"value":null} But the java client return 0.0, and I found some issues on github about it elastic/elasticsearch-java#537