You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,9 @@ Everything about your current view — the window you selected, your camera angl
97
97
98
98
---
99
99
100
-
## Getting a Cesium Ion Token
100
+
## Running Locally
101
+
102
+
### Getting a Cesium Ion Token
101
103
102
104
Window View uses Cesium Ion to stream 3D tiles. If you are running this locally, you will need a free Cesium Ion account and access token.
103
105
@@ -106,11 +108,13 @@ Window View uses Cesium Ion to stream 3D tiles. If you are running this locally,
106
108
3. Create a new token (or use the default one).
107
109
4. Make sure the token has access to the [**Google Photorealistic 3D Tiles**](https://ion.cesium.com/assetdepot/2275207) asset. This should be granted by default.
108
110
109
-
---
111
+
Then create a `.env` file at project root with your API key:
Contributions are welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
125
-
126
-
Then open `http://localhost:5173`. You can optionally create a `.env` file with your API key so you don't have to enter it each time:
0 commit comments