Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General request format:

GET http://IP- address:port/web2/secure/kartas/{plan}/layers/{base}/points/?type="OBJECT_TYPE"

Request parameters:

ParameterIs requiredRequiredDescription
planNoMap ID
baseNoLayer ID

...

typeNoObject type

Request example:

GET http://127.0.0.1:8085/web2/secure/kartas/2/layers/2/points/?type=CAM

Response

...

example:

Info
titleNote.

If the display type of the added object on the map is different from from Image, then the request receives an empty response is received. See also also Attaching objects to the layers of interactive map.

Code Block
languagexml
<points>
 <point>
 <id>CAM:1</id>
 <layerId>2</layerId>
 <mapId>2</mapId>
 <angle>0.0</angle>
 <geo_angle>0.0</geo_angle>
 <latitude>43.47727</latitude>
 <longitude>43.602381</longitude>
 <x>95.0</x>
 <y>329.0</y>
 </point>
</points>

Response parameters:

ParameterDescription
idObject ID in the format "TYPE:ID", for example "CAM:1"
layerIdLayer ID
mapIdMap ID

angle

Object icon rotation angleRotation angle of object icon

geo_angle

Viewing angle (for camera, see Configuring the camera viewing angle display on the Map)

latitude

Latitude (point coordinate). The parameter has a non-zero value if:

  1. An external map is used for as the layer background (see Configuring the external Map server), or.
  2. The layer is tied bound to geo coordinates (see Configuring map binding to coordinate grid)

longitude

Longitude (point coordinate). 

The parameter has a non-zero value if:

  1. An external map is used for as the layer background (see Configuring the external Map server), or.
  2. The layer is tied bound to geo coordinates (see see Configuring map binding to coordinate grid)
xX coordinate of the upper left corner of the object icon
yY coordinate of the upper left corner of the object icon

The coordinate plane is attached to the layer as follows:

 

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