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
parameter | descriptiondescription | type | note | mandatory |
---|---|---|---|---|
company | RTI comanpy key | string | yes | |
vehicle | RTI vehicle key | string | use either vehicle or group parameter | (yes) |
group | RTI vehicle group key | string | use either vehicler or group parameter | (yes) |
map_width | map width in pixel | integer | default: 400 (pixel) limit: 1024 (Pixel) | no |
map_height | map height in pixel | integer | default: 300 (pixel) limit: 768 (pixel) | no |
gps | filter bad gps messges | string | set "valid" as value to activate | no |
language | language | string | 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
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