34. List Locations of Interest (LOIs)* / GPS Zones

34.1 Request Data

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

34.2 Data Returned

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.