Documentation for Intellect 4.10.4. Documentation for other versions of Intellect is available too.

Previous page The list of point on the layer  Object classes Next page


http://example.com:[port]/web2/secure/kartas/plan/layers/base/points/CAM:2 – request for information on a point corresponding to the camera with id 2.

where plan is the Map ID;

base is the Layer ID.

Sample of response:

<point>
    <id>CAM:2</id>
    <layerId>base</layerId>
    <mapId>plan</mapId>
    <x>200.0</x>
    <y>200.0</y>
</point>
  • No labels