dashboard
repositories
filestore
activity
search
login
cutom_project
/
test_project
一些技术路线测试,增加git,方便代码还原
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat:中心控制器显示优化。翻转测区处理
shuishen
2025-11-22
7d7c2cf4dda25db67a60665e54ac98958500f38e
[cutom_project/test_project.git]
/
js
/
config.js
1
2
3
4
5
6
7
8
9
export const CONFIG = {
CESIUM_ION_TOKEN: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIzNjYzOTI5NC0yM2QyLTQyOTgtYWM5OS1lM2MwNTYwMGEzMjciLCJpZCI6ODQ1MjYsImlhdCI6MTY0NjM1ODM5OX0.BzsVR7Lt9RhsCia-R7E64KunaAME0HGD7Sv2-xF-RIQ',
TIANDITU_TOKEN: 'e110584a27d506da2740edca951683f4'
}
export const GEOM_CONST = {
vectorEps: 1e-10,
angleEps: 1e-5,
}