VEuPathDB / EdaDataService

Apache License 2.0
2 stars 0 forks source link

Prod QA bubble map markers discrepancy #341

Open dmgaldi opened 11 months ago

dmgaldi commented 11 months ago

The following request returns different results in Prod and QA currently:

POST https://vectorbase.org/eda/apps/standalone-map/visualizations/map-markers/bubbles

{
        "studyId": "VBP_MEGA",
        "filters": [],
        "config": {
            "geoAggregateVariable": {
                "entityId": "GAZ_00000448",
                "variableId": "EUPATH_0043203"
            },
            "latitudeVariable": {
                "entityId": "GAZ_00000448",
                "variableId": "OBI_0001620"
            },
            "longitudeVariable": {
                "entityId": "GAZ_00000448",
                "variableId": "OBI_0001621"
            },
            "overlayConfig": {
                "overlayVariable": {
                    "variableId": "EUPATH_0043064",
                    "entityId": "OBI_0002695"
                },
                "aggregationConfig": {
                    "overlayType": "continuous",
                    "aggregator": "mean"
                }
            },
            "outputEntityId": "OBI_0002695",
            "valueSpec": "count",
            "viewport": {
                "latitude": {
                    "xMin": -37.718590325588146,
                    "xMax": 75.40885422846455
                },
                "longitude": {
                    "left": -170.15624999,
                    "right": -170.15625
                }
            }
        }
    }