API returns GeoJSON location of training center within a certifying organisation.

GET /id/certifyingorganisation/gis-support/feed/training-center/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "type": "FeatureCollection",
    "crs": {
        "type": "name",
        "properties": {
            "name": "EPSG:4326"
        }
    },
    "features": [
        {
            "type": "Feature",
            "id": 45,
            "properties": {
                "name": "GIS Support Lublin",
                "certifying_organisation__name": "GIS Support"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    22.528747913087276,
                    51.23983493363828
                ]
            }
        },
        {
            "type": "Feature",
            "id": 47,
            "properties": {
                "name": "GIS Support Poznań",
                "certifying_organisation__name": "GIS Support"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    16.915774939090742,
                    52.403531638752206
                ]
            }
        },
        {
            "type": "Feature",
            "id": 46,
            "properties": {
                "name": "GIS Support Warszawa",
                "certifying_organisation__name": "GIS Support"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    21.00787639325429,
                    52.22835800167097
                ]
            }
        }
    ]
}