Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

http://example.com:[port]/web2/secure/kartas/plan/layers/base/points/

where plan is the Map ID;

base is the Layer ID.

id in the sample is the same as id of object in configuration. Id is not necessarily equal to CAM:1. Id is to be considered as a line.

The coordinate plane is attached to the layer as follows:

 

I.e. x and y cannot be negative, but can be fractional.

Sample of response:

<points>
    <point>
        <id>CAM:1</id>
        <layerId>base</layerId>
        <mapId>plan</mapId>
        <x>100.0</x>
        <y>100.0</y>
    </point>
    <point>
        <id>CAM:2</id>
        <layerId>base</layerId>
        <mapId>plan</mapId>
        <x>200.0</x>
        <y>200.0</y>
    </point>
    <point>
        <id>GRAY:1</id>
        <layerId>base</layerId>
        <mapId>plan</mapId>
        <x>300.0</x>
        <y>300.0</y>
    </point>
    <point>
        <id>GRAY:2</id>
        <layerId>base</layerId>
        <mapId>plan</mapId>
        <x>400.0</x>
        <y>400.0</y>
    </point>
    <point>
        <id>GRELE:1</id>
        <layerId>base</layerId>
        <mapId>plan</mapId>
        <x>500.0</x>
        <y>500.0</y>
    </point>
    <point>
        <id>GRELE:2</id>
        <layerId>base</layerId>
        <mapId>plan</mapId>
        <x>600.0</x>
        <y>600.0</y>
    </point>
</points>
  • No labels