Kontejnerová hnízda

Pozice kontejnerových hnízd.

Autor
Slovanet/Invipo

Formát
GeoJSON

Licencia
Veřejné

Posledná úprava
19. 5. 2020

Pozice kontejnerových hnízd.

Autor
Slovanet/Invipo

Formát
GeoJSON

Licencia
Veřejné

Posledná úprava
19. 5. 2020

Požiadavka

POST https://smart.trnava.sk/query?name=CityDashboard.SmartBins.GeoJson

Parametre

Odpoveď

[
    {
        "type": "Feature",
        "geometry": {
            "type": "Point",
            "coordinates": [
                17.598506687209014,
                48.378024323959664
            ]
        },
        "properties": {
            "address": "Vladimíra Clementisa 16",
            "bins": [
                {
                    "level": 20,
                    "type": "Residual",
                    "volume": 5000,
                    "history": []
                },
                {
                    "level": 19,
                    "type": "Paper",
                    "volume": 5000,
                    "history": []
                },
                {
                    "level": 8,
                    "type": "Plastic",
                    "volume": 5000,
                    "history": []
                },
                {
                    "level": 1,
                    "type": "Glass",
                    "volume": 3000,
                    "history": []
                }
            ],
            "id": "5d9469f4640ec500014072bf",
            "name": "Vladimíra Clementisa 16"
        },
        "style": {
            "fill": "red",
            "stroke-width": 3,
            "fill-opacity": 0.6
        }
    }
]