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