Api session event editor specialeffect set location

From Tygron Support wiki
Revision as of 10:24, 30 March 2026 by Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Location {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(SPECIAL_EFFECT Integer ID) |Special Effects | |- |1 |REQUIRED |(Point with crs: EPSG:3857) |Point | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorspecialeffect/set_location/?crs=3857&f=HTML&token=API_TOKEN...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

API Event to Set Location

Name Importance Type Description Values
0 REQUIRED (SPECIAL_EFFECT Integer ID) Special Effects
1 REQUIRED (Point with crs: EPSG:3857) Point

Response Codes

Response Code: Description
204 No Content
300-600 Codes Overview

Example POST

Example POST: https://engine.tygron.com/api/session/event/editorspecialeffect/set_location/?crs=3857&f=HTML&token=API_TOKEN

with content:

[ 60, {
 "type" : "Point",
 "coordinates" : [ 658798.1149000468, 6799399.6679211175 ]
} ]