diff --git a/src/atlasViewer/atlasViewer.dataService.service.ts b/src/atlasViewer/atlasViewer.dataService.service.ts index 07f5a9e2fd936901ee56b30b45d7f93a43830e47..529372a66b453bf6ef324485a1ddf07311193346 100644 --- a/src/atlasViewer/atlasViewer.dataService.service.ts +++ b/src/atlasViewer/atlasViewer.dataService.service.ts @@ -131,7 +131,7 @@ export class AtlasViewerDataService implements OnDestroy{ .catch(console.error) }else if (templateSpace === 'Waxholm Rat V2.0'){ return Promise.all([ - fetch('res/json/waxholmPlaneAggregatedData.json').then(res => res.json()), + // fetch('res/json/waxholmPlaneAggregatedData.json').then(res => res.json()), fetch('res/json/camillaWaxholmPointsAggregatedData.json').then(res => res.json()) ]) .then(arr => arr.reduce((acc,curr) => acc.concat(curr) ,[]))