Add a layer the the current style.
Future<void> addLayer(Layer layer) async { var encode = await layer._encode(); return addStyleLayer(encode, null); }