Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sv translation
languageen

Status
colourRed
titleDEPRECATED

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 keystring 
yes
vehicleRTI vehicle keystringuse either vehicle or group parameter(yes)
groupRTI vehicle group keystringuse either vehicler or group parameter(yes)
map_widthmap width in pixelinteger

default: 400 (pixel)

limit: 1024 (Pixel)

no
map_heightmap height in pixelinteger

default: 300 (pixel)

limit: 768 (pixel)

no
gpsfilter bad gps messgesstring set "valid" as value to activateno
languagelanguagestring

available 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

Code Block
titleMap with current vehicle position
httphttps://map.yellowfox.de/rti/get_map.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY 


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