Get Training Center Organisation Location
API returns GeoJSON location of training center within a certifying organisation.
GET /id/qgis/certifyingorganisation/qgis-kartoza-pty-ltd/feed/training-center/?format=api
{
"type": "FeatureCollection",
"crs": {
"type": "name",
"properties": {
"name": "EPSG:4326"
}
},
"features": [
{
"type": "Feature",
"properties": {
"name": "Cape Town",
"certifying_organisation__name": "Kartoza (Pty) Ltd"
},
"geometry": {
"type": "Point",
"coordinates": [
18.47059249620769,
-34.107172000465965
]
}
},
{
"type": "Feature",
"properties": {
"name": "Indonesia",
"certifying_organisation__name": "Kartoza (Pty) Ltd"
},
"geometry": {
"type": "Point",
"coordinates": [
106.83105467262513,
-6.173321819833464
]
}
},
{
"type": "Feature",
"properties": {
"name": "Mauritius ",
"certifying_organisation__name": "Kartoza (Pty) Ltd"
},
"geometry": {
"type": "Point",
"coordinates": [
56.689453117107846,
-19.890723021338626
]
}
},
{
"type": "Feature",
"properties": {
"name": "Portugal",
"certifying_organisation__name": "Kartoza (Pty) Ltd"
},
"geometry": {
"type": "Point",
"coordinates": [
-7.448730467713147,
39.283293864329075
]
}
},
{
"type": "Feature",
"properties": {
"name": "Randburg",
"certifying_organisation__name": "Kartoza (Pty) Ltd"
},
"geometry": {
"type": "Point",
"coordinates": [
27.99496650306009,
-26.072486313364955
]
}
},
{
"type": "Feature",
"properties": {
"name": "Swaziland",
"certifying_organisation__name": "Kartoza (Pty) Ltd"
},
"geometry": {
"type": "Point",
"coordinates": [
31.596679683102117,
-26.66709579766012
]
}
},
{
"type": "Feature",
"properties": {
"name": "Trieste ICTP",
"certifying_organisation__name": "Kartoza (Pty) Ltd"
},
"geometry": {
"type": "Point",
"coordinates": [
11.601562498385388,
42.81152174025107
]
}
},
{
"type": "Feature",
"properties": {
"name": "Uganda",
"certifying_organisation__name": "Kartoza (Pty) Ltd"
},
"geometry": {
"type": "Point",
"coordinates": [
32.651367182954516,
-0.15380840899559
]
}
}
]
}