Functionality should work fine with following change. You may get a strange coloring on some drones, though.
At line 449 of transport_drone.lua file, right after line "local map_color = resource.map_color", add a line:
if not map_color then map_color={r=1} end