An open API service indexing awesome lists of open source software.

https://github.com/kevinlin/interactive-map

A collection of interactive maps built by streamlit
https://github.com/kevinlin/interactive-map

featured streamlit

Last synced: 4 months ago
JSON representation

A collection of interactive maps built by streamlit

Awesome Lists containing this project

README

          

# 🌳 Rainforest Wild Asia Interactive Map

An interactive web application built with Streamlit to explore the Rainforest Wild Asia park itinerary through an interactive map interface.

## 🚀 Quick Start

### 1. Install Dependencies
```bash
pip install streamlit streamlit-image-coordinates pillow
```

### 2. Project Structure
```
project/
├── app.py
├── .gitignore
└── assets/
└── rfw-asia-en-map.png
```

Make sure the `assets` folder includes your map image file (`rfw-asia-en-map.png`).

### 3. Run the App
```bash
streamlit run app.py
```

Open your browser and navigate to:
```
http://localhost:8501
```

## 📝 Usage
- Click highlighted circles to view detailed itinerary information interactively.
- Ensure the map image is correctly placed in the `assets` folder.

Enjoy exploring Rainforest Wild Asia! 🌳🐾