Get Training Center Organisation Location
API returns GeoJSON location of training center within a certifying organisation.
GET /id/qgis/certifyingorganisation/geosaber/feed/training-center/
{ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "EPSG:4326" } }, "features": [ { "type": "Feature", "properties": { "name": "São Paulo - SP", "certifying_organisation__name": "Geosaber" }, "geometry": { "type": "Point", "coordinates": [ -46.65420680588863, -23.563313480703137 ] } } ] }