Versions Compared

Key

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

...

ParameterIs requiredDescription
planNoMap ID
baseNoLayer ID
CAM:idYesObject ID in the format "TYPE:ID", for example "CAM:1"

...

Request example:

http://127.0.0.1:8085/web2/secure/kartas/plan/layers/base/points/CAM:2

...

Response example:

Code Block
languagexml
<point>
    <id>CAM:2</id>
    <layerId>base</layerId>
    <mapId>plan</mapId>
    <x>200.0</x>
    <y>200.0</y>
</point>

...