Api session event editor geoplugin: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Api session event editor geoplugin Events.
Api session event editor geoplugin Events.


[[Geo Plugin]] editing.
API Endpoints for [[Geo Plugin]] editing.
{|class=wikitable
{|class=wikitable
!Name
!Name
!Description
!Description
|-
|-
|[[Api session event editor geoplugin add|ADD]]
|[[Api session event editor geoplugin add|add]]
|Add new [[Geo Plugin]]
|Add new [[Geo Plugin]]
|-
|-
|[[Api session event editor geoplugin duplicate|DUPLICATE]]
|[[Api session event editor geoplugin duplicate|duplicate]]
|Duplicate existing [[Geo Plugin]]
|Duplicate existing [[Geo Plugin]]
|-
|-
|[[Api session event editor geoplugin remove|REMOVE]]
|[[Api session event editor geoplugin remove|remove]]
|Remove existing [[Geo Plugin]]
|Remove existing [[Geo Plugin]]
|-
|-
|[[Api session event editor geoplugin set name|SET_NAME]]
|[[Api session event editor geoplugin set name|set_name]]
|Set new name of existing [[Geo Plugin]]
|Set new name of existing [[Geo Plugin]]
|}
|}


Specific Events:
Additional API Endpoints:
{|class=wikitable
{|class=wikitable
!Name
!Name
!Description
!Description
|-
|-
|[[Api session event editor geoplugin add link|ADD_LINK]]
|[[Api session event editor geoplugin add link|add_link]]
|Add Link
|Add Link
|-
|-
|[[Api session event editor geoplugin add new links|ADD_NEW_LINKS]]
|[[Api session event editor geoplugin add new links|add_new_links]]
|Add New Links
|Add New Links
|-
|-
|[[Api session event editor geoplugin remove link|REMOVE_LINK]]
|[[Api session event editor geoplugin remove link|remove_link]]
|Remove Link
|Remove Link
|-
|-
|[[Api session event editor geoplugin remove source|REMOVE_SOURCE]]
|[[Api session event editor geoplugin remove source|remove_source]]
|Remove [[Source]]
|Remove [[Source]]
|-
|-
|[[Api session event editor geoplugin set crs|SET_CRS]]
|[[Api session event editor geoplugin set crs|set_crs]]
|Set Crs
|Set Crs
|-
|-
|[[Api session event editor geoplugin set force xy|SET_FORCE_XY]]
|[[Api session event editor geoplugin set force xy|set_force_xy]]
|Set Force Xy
|Set Force Xy
|-
|-
|[[Api session event editor geoplugin set id attribute|SET_ID_ATTRIBUTE]]
|[[Api session event editor geoplugin set id attribute|set_id_attribute]]
|Set Id Attribute
|Set Id Attribute
|-
|-
|[[Api session event editor geoplugin set image|SET_IMAGE]]
|[[Api session event editor geoplugin set image|set_image]]
|Set Image
|Set Image
|-
|-
|[[Api session event editor geoplugin set layer name|SET_LAYER_NAME]]
|[[Api session event editor geoplugin set layer name|set_layer_name]]
|Set Layer Name
|Set Layer Name
|-
|-
|[[Api session event editor geoplugin set name attribute|SET_NAME_ATTRIBUTE]]
|[[Api session event editor geoplugin set name attribute|set_name_attribute]]
|Set Name Attribute
|Set Name Attribute
|-
|-
|[[Api session event editor geoplugin set new project|SET_NEW_PROJECT]]
|[[Api session event editor geoplugin set new project|set_new_project]]
|Set New Project
|Set New Project
|-
|-
|[[Api session event editor geoplugin set source|SET_SOURCE]]
|[[Api session event editor geoplugin set source|set_source]]
|Set [[Source]]
|Set [[Source]]
|}
|}
{{article end|seealso=*[[Api Events]]
{{article end|seealso=*[[Api Events]]
*[[Api session items geoplugins]]
}}
}}


[[Category:API]]
[[Category:API]]

Revision as of 11:24, 10 April 2026

Api session event editor geoplugin Events.

API Endpoints for Geo Plugin editing.

Name Description
add Add new Geo Plugin
duplicate Duplicate existing Geo Plugin
remove Remove existing Geo Plugin
set_name Set new name of existing Geo Plugin

Additional API Endpoints:

Name Description
add_link Add Link
add_new_links Add New Links
remove_link Remove Link
remove_source Remove Source
set_crs Set Crs
set_force_xy Set Force Xy
set_id_attribute Set Id Attribute
set_image Set Image
set_layer_name Set Layer Name
set_name_attribute Set Name Attribute
set_new_project Set New Project
set_source Set Source

See also