Last active
November 7, 2023 22:29
-
-
Save staffordsmith83/6eff9c02b631ac6630fd641f2416c607 to your computer and use it in GitHub Desktop.
my_3d_catalog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"homeCamera": { | |
"west": 122.20471872147311, | |
"south": -17.805421537170535, | |
"east": 122.20601205942863, | |
"north": -17.804877761920036, | |
"position": { | |
"x": -3237431.366876383, | |
"y": 5139954.707313286, | |
"z": -1937980.892064334 | |
}, | |
"direction": { | |
"x": -0.30568016408701176, | |
"y": -0.09091031645685158, | |
"z": 0.9477842326423525 | |
}, | |
"up": { | |
"x": -0.5837526254329704, | |
"y": 0.8042909519406816, | |
"z": -0.1111257707575818 | |
} | |
}, | |
"catalog": [ | |
{ | |
"name": "Coconut Wells North", | |
"type": "3d-tiles", | |
"style": { | |
"pointSize": 3 | |
}, | |
"ionAssetId": 2343212, | |
"ionAccessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJjYWQ3YTc0ZC0xNGFiLTQ2MmQtOTVjMy04MjI4NTAzZmI4MDMiLCJpZCI6MTM4NjQ1LCJpYXQiOjE2OTkzOTUyNDl9.R53yPUjclUySJUxSRXhoM0oZv0VW98PGKp4ZnKtVjYw" | |
} | |
], | |
"viewerMode": "3dTerrain", | |
"baseMaps": { | |
"defaultBaseMapId": "basemap-positron", | |
"previewBaseMapId": "basemap-positron" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment