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/

...

ParameterIs requiredDescription
planNoMap ID
baseNoLayer ID

Request example:

GET http://127.0.0.1:8085/web2/secure/kartas/2/layers/2/points/

...

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

angle

Object icon rotation angle

geo_angle

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

latitude

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

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

longitude

Longitude (point coordinate). 

The parameter has non-zero value if:

  1. An external map is used for the layer background (see Configuring the external Map server), or
  2. The layer is tied to geo coordinates (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

...