Not sure if it's going to be added however it you would like it to appear you can add this to the lustymap.cs in the section the rest are located. I simply search for gasstation to find the section. 

if (monument.name.Contains("excavator_1"))
{
mon.name = msg("excavator");
mon.icon = "special";
staticMarkers.Add(mon);
continue;
}