get_map.asp

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

Table of Contents

DEPRECATED
Returns a map with requested vehicle or vehicle Group

Description

get_map.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&gps=valid&language=gbr&map_width=400&map_height=300

Parameters

parameterdescriptiondescriptiontypenotemandatory
companyRTI comanpy keystringyes
vehicleRTI vehicle keystringuse either vehicle or group parameter(yes)
groupRTI vehicle group keystringuse either vehicler or group parameter(yes)
map_widthmap width in pixelintegerdefault: 400 (pixel)
limit: 1024 (Pixel)
no
map_heightmap height in pixelintegerdefault: 300 (pixel)
limit: 768 (pixel)
no
gpsfilter bad gps messgesstringset "valid" as value to activateno
languagelanguagestringavailable languages
"deu" = german (default)
"gbr" = english
"ndl" = netherlands
"fra" = french
"ita" = italian
no

Return

Return a HTML page showing the map with requested vehicle or vehicle group icons. On error return string "ERROR:Description".

Example calls

Map with current vehicle position
https://map.yellowfox.de/rti/get_map.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY 

Map with vehicle group in 1024 x 768 px and english labels
https://map.yellowfox.de/rti/get_map.asp?company=COMPANY_RTIKEY&group=GROUP_RTIKEY&map_width=1024&map_height=768&language=gbr