Loading views...
backpack server api change

backpack server api change

Date
Date
2020 Mar 9 0:0
Created by
Created by
Seonglae ChoSeonglae Cho
Created time
Created time
2023 Feb 28 12:39
Last edited by
Last edited by
Seonglae ChoSeonglae Cho
Last edited time
Last edited time
2023 Apr 15 16:56
Refs
Refs
backpack panorama로 바꿔주기
injector도 마찬가지
 
 
 
 
input과 안맞는거
홍이사님이 대충 처리
tripod 이상한 데이터 output 사이끼리
 
 
How to check whether a string contains a substring in JavaScript?
Usually I would expect a String.contains() method, but there doesn't seem to be one. What is a reasonable way to check for this?
How to check whether a string contains a substring in JavaScript?
function getTileFolder(roundPath, seq){ if (roundPath.search('backpack') > 0) return `${roundPath}/${BACKPACK_FOLDER}${seq}_Panorama` else return `${roundPath}/${TILE_FOLDER}${seq}_Panorama` }
 
 
 
 

Recommendations