MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / joinSplatUrl

Function joinSplatUrl

src/utils/splatFileSourcePolicy.ts:65–68  ·  view source on GitHub ↗
(baseUrl: string, path: string)

Source from the content-addressed store, hash-verified

63}
64
65function joinSplatUrl(baseUrl: string, path: string): string {
66 const encoded = encodeUrlPath(path);
67 return baseUrl.endsWith('/') ? `${baseUrl}${encoded}` : `${baseUrl}/${encoded}`;
68}
69
70/**
71 * Merge a discovered remote splat catalog into the loaded files so every tile is

Callers 1

mergeRemoteSplatCatalogFunction · 0.85

Calls 1

encodeUrlPathFunction · 0.90

Tested by

no test coverage detected