This function gives you an iFrame in which you can edit an area.

Description

GET   /address_management/area_editor.php?company=COMPANY_KEY&import=IMPORT_KEY&uuid=AREA_UUID&category=passive

Parameter

ParameterDescriptionTypeHintMandatory?
companyRTI company keystring
yes
importRTI import keystring
yes
categorycategory of areastring

Possible values:

  • passive = server based areas (default)
yes
uuidunique identifier of areastringYou will get this on adding areas via RTI or access it by using get_areas function.yes
watermark_positionWhere on the map should the YellowFox Logo should be displayed?string

Possible values:

  • center (default)
  • centerleft
  • centerright
  • topcenter
  • bottomcenter
  • bottomleft
  • bottomright
no
languageWhich language should be used inside the editor?string

Possible values:

  • deu (default)
  • gbr
  • ndl
  • fra
  • ita
no
heightheight of mapintdefault: 400no
height_unitunit of heightstring

Possible values:

  • px (default)
  • %
no
widthwidth of mapintdefault: 400no
width_unitunit of width

Possible values:

  • px (default)
  • %
no

Return Value

A HTML document with an integrated iFrame will be returned. Will return "ERROR:description" on error.

Example Call

https://map.yellowfox.de/rti/address_management/area_editor.php?company=COMPANY_KEY&import=IMPORT_KEY&language=deu&width=700&height=700&watermark_position=center&uuid=AREA_UUID&category=passive



  • No labels