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

GET /en/inasafe/certifyingorganisation/kartoza/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",
            "properties": {
                "name": "CENFOSS Maputo",
                "certifying_organisation__name": "Kartoza"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    32.57864176773559,
                    -25.959043073846164
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "name": "Cyber 2 Tower",
                "certifying_organisation__name": "Kartoza"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    106.83236359063189,
                    -6.22641942387426
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "name": "Graha BNPB",
                "certifying_organisation__name": "Kartoza"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    106.86861096325498,
                    -6.193040534796931
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "name": "Hotel Harper MT Haryono",
                "certifying_organisation__name": "Kartoza"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    106.87242774668594,
                    -6.245174453540133
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "name": "Makarere University",
                "certifying_organisation__name": "Kartoza"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    32.58124351047836,
                    0.321176754183392
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "name": "Stellenbosch",
                "certifying_organisation__name": "Kartoza"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    18.840179440738396,
                    -33.965368118683976
                ]
            }
        }
    ]
}