OpenUpSA / wazimap

Wazimap is a Django application for exploring census data.
http://wazimap.readthedocs.org/en/latest/
Other
30 stars 31 forks source link

Add API call to list geo children #144

Closed DavidLemayian closed 5 years ago

DavidLemayian commented 5 years ago

Just as we can list parents for a geo using /api/1.0/geo/<geo_id>/parents ..

this PR allows us to list children in the same manner /api/1.0/geo/<geo_id>/children

knightebsuku commented 5 years ago

Out of curiosity what is the use case?

KhadijaMahanga commented 5 years ago

@ebsuku We are building a site with multiple countries (continent as a root geo), so on a specific country page we want to be able to search for places below a country (or any specific geo_id) and not search our entire geography(continent).

knightebsuku commented 5 years ago

ahh, nice