Get Training Center Organisation Location
API returns GeoJSON location of training center within a certifying organisation.
GET /id/qgis/certifyingorganisation/geospatial-training-solutions/feed/training-center/?format=api
{
"type": "FeatureCollection",
"crs": {
"type": "name",
"properties": {
"name": "EPSG:4326"
}
},
"features": [
{
"type": "Feature",
"properties": {
"name": "University of Exeter",
"certifying_organisation__name": "Geospatial Training Solutions"
},
"geometry": {
"type": "Point",
"coordinates": [
-3.525132676095582,
50.733966083426694
]
}
}
]
}