| Required Information | |
|---|---|
| Name | Description |
| action | editposition |
| operation | list |
| format | xml or csv |
| Optional Information | |
| target | Name of location to limit query by |
| category | Name of location category to limit query by |
Returned information:
A list of Locations of Interest* / GPS Zones.
If format=xml, the output conforms to this DTD:
<!ELEMENT loilist (loi*)>
<!ELEMENT loi (id, name, category, geometry)>
<!ELEMENT id (#PCDATA)>
<!ELEMENT name (#PCDATA)>
<!ELEMENT category (#PCDATA)>
<!ELEMENT geometry (#PCDATA)>
The geometry is specified in EWKT format.
If format=csv, the output follows the same conventions as defined in the Zonar-web manual on LOI* importing/exporting: manual
Example Request:
http://development.zonarsystems.net/interface.php?action=editposition&operation=list&format=xml&
Example Success Reply,
Example Error Reply
*LOI means Location of Interest; called "Zone" in GPS tools and reports in Ground Traffic Control web application.