File size: 512 Bytes
ab6a63c
0044b4e
326ffdb
0044b4e
 
5dc41ab
ab6a63c
79d07f2
ab6a63c
 
0044b4e
 
 
 
 
 
 
 
 
 
 
 
 
326ffdb
 
 
 
 
0044b4e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
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
```