Downloads and prepares a custom layer but keeps it hidden.
Future<void> ensureLayer(String layerId) async { await layers.ensure(layerId); }