Spaces:
Running
Running
title: MapWidget Cesium | |
emoji: 🗺️ | |
colorFrom: red | |
colorTo: yellow | |
sdk: docker | |
pinned: false | |
license: mit | |
See [mapwidget_cesium](https://awesome-panel.org/resources/mapwidget_cesium/) by [awesome-panel.org](https://awesome-panel.org) for more info. | |
## Set `CESIUM_TOKEN` | |
You will need to set the `CESIUM_TOKEN` environment variable. | |
Get a token from [Cesium Sign Up](https://ion.cesium.com/signup/) | |
Run | |
```bash | |
export CESIUM_TOKEN=... | |
``` | |
## Serve | |
```python | |
panel serve app.py --autoreload | |
``` |