Type Alias KeplerRemoteSourceProjectionExperimental

KeplerRemoteSourceProjection: {
    diagnostic: KeplerIngestionDiagnostic;
    mapStyle: KeplerMapStyleEntry;
    target: "map-style";
} | {
    diagnostic: KeplerIngestionDiagnostic;
    target: "tileset";
    tileset: KeplerTilesetDescriptor;
}