83 | | * ~~~http://127.0.0.1:8000/eden/gis/location.kml?feature_class=Hospital~~~ |
84 | | * ~~~http://127.0.0.1:8000/eden/gis/location.kml?feature_class=%Hospital (includes Field Hospitals too)~~~ |
85 | | * ~~~http://127.0.0.1:8000/eden/gis/location.kml?feature_group=Transport (includes Ports, Airports & Bridges)~~~ |
| 83 | * http://test.sahanafoundation.org/eden/gis/location?location.lat__gt=33&location.lat__lt=35&location.lon_gt=70.5&location.lon__lt=72.5 |
| 84 | * all locations +/- 1 degree from Peshawar |
| 85 | * http://test.sahanafoundation.org/eden/hms/hospital?hospital.postcode__like=7%,8%,9% |
| 86 | * http://test.sahanafoundation.org/eden/hms/hospital?hospital.postcode__unlike=7% |
| 87 | * http://test.sahanafoundation.org/eden/hms/hospital?hospital.available_beds__gt=10 |
| 88 | * http://test.sahanafoundation.org/eden/hms/hospital?services.burn=True |
| 89 | * http://test.sahanafoundation.org/eden/pr/person?identity.value__like=%XY% |
| 90 | * http://test.sahanafoundation.org/eden/pr/person?address.location_id=1,3,65,2 |
| 91 | * http://test.sahanafoundation.org/eden/pr/person?address.location_id__ne=1,3,65,2 |
| 92 | * http://test.sahanafoundation.org/eden/pr/person?presence.presence_condition=99&presence.closed=False |