address_management/area_editor.php

Last modified by YellowFox_RD on 2024/12/19 10:11

Table of Contents

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 keystringyes
importRTI import keystringyes
categorycategory of areastringPossible 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?stringPossible values:
  • center (default)
  • centerleft
  • centerright
  • topcenter
  • bottomcenter
  • bottomleft
  • bottomright
no
languageWhich language should be used inside the editor?stringPossible values:
  • deu (default)
  • gbr
  • ndl
  • fra
  • ita
no
heightheight of mapintdefault: 400no
height_unitunit of heightstringPossible values:
  • px (default)
  • %
no
widthwidth of mapintdefault: 400no
width_unitunit of widthPossible values:
  • px (default)
  • %
no
opacityopacity of shown areas on mapfloatbetween 0 and 1
default: 0.4
no

Return Value

A HTML document with an integrated iFrame will be returned. Will return "ERROR:description" on error.
image2023-3-29_8-42-16.png

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