As far as I can tell the species and mapping to aircraft type is held in the "Standing Data" database. This is an "internal" database VRS to hold codes and look-up data for routes, aircraft types, operators etc.
There are currently 7 'species' listed (well 8 if you count "none") in the species table. There is a field in the AircraftType table which links the type code to the species. There isn't any 'species' defined for ground vehicles; in fact I don't think there are any 'aircraft type' defined for ground vehicles (may be wrong didn't check every aircraft type code).
If you are brave and knew what you were doing you *could* in theory define your own aircraft type code (say VAN to use your screenshot example) and add it to the aircrafttype table with a species code of 7 (the current max species id is 6). You would then have to add the species to the species table - the id (7) and your description (say "Ground"). Finally you would have to make sure all the ground vehicles in your basestation database have the type code VAN.
You would need to manually "hack" the Standing Data database to do the above using an sqlite editor/database tool.
The problem is the Standing Data database is as I said an internal database. It is automatically updated by VRS to add new routes, operators, code changes etc. It is highly likely your manual changes would be overwritten when the database was updated. Alternatively, you could break VRS if either you get the database edit wrong or your changes are not handled by the program.
I really, really, really wouldn't recommend it.
Your best bet is to ask Andrew to add 'aircraft' types and species type for ground vehicles. However since I don't think there are any 'official' ICAO Type codes for various type of ground vehicle I suspect he might be reluctant to add them to the database.
The reason G280 doesn't show the species is that it doesn't appear in the aircraft type table - so there is nowhere for VRS to do it's look up. Andrew should be able to add that code to the database since it is an 'official' ICAO type code (ICAO type codes can be looked up at :
http://www.icao.int/publications/DOC864 ... earch.aspx)
Hope that helps
Charlie
Charlie