Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/app-config/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,21 @@ COOKIE_SECURE=true
COOKIE_SAMESITE=None
```

## Maps / Geospatial

Enable Kepler.gl-based geospatial map visualizations.

| Variable | Description | Default |
|----------|-------------|---------|
| `GRAPHISTRY_ENABLE_KEPLER` | Enable geospatial map support | `false` |

**Example**:
```bash
GRAPHISTRY_ENABLE_KEPLER=true
```

See the [PyGraphistry Maps documentation](https://pygraphistry.readthedocs.io/en/latest/visualization/maps.html) for usage details.

## Quick Reference by Use Case

### Production Hardening
Expand Down Expand Up @@ -258,3 +273,8 @@ GRAPHISTRY_LOG_LEVEL=DEBUG
RMM_ALLOCATOR=default
CUDA_VISIBLE_DEVICES=GPU-xxx,GPU-yyy
```

### Maps / Geospatial
```bash
GRAPHISTRY_ENABLE_KEPLER=true
```
Loading