mangal-interactions / mangal-api

mangal RESTful API services - documentation at
https://mangal-interactions.github.io/mangal-api/
MIT License
0 stars 1 forks source link

Cordinates networks from dataset id 80 #38

Closed clementviolet closed 5 years ago

clementviolet commented 5 years ago

The geom is set to null for the networks whom id are 2470, 2471, 2472, 2473 and 2474.

The geoJSON attributes for all these networks are :

        "geom": {
            "type": "Polygon",
            "coordinates": [
                [
                    [
                        -126,
                        42
                    ],
                    [
                        -124,
                        42
                    ],
                    [
                        -124,
                        48.34
                    ],
                    [
                        -126,
                        48.34
                    ],
                    [
                        -126,
                        42
                    ],
                    [
                        -126,
                        42
                    ]
                ]
            ]
        },

Or in R format :

lat  <- c(42, 42, 48.34, 48.34, 42)
lon  <- c(-126, -124, -124, -126, -126)
clementviolet commented 5 years ago

Moreover the user_id is set to null too.

SteveViss commented 5 years ago

Fix via PUT