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
- Host: GitHub
- URL: https://github.com/kevinlin/interactive-map
- Owner: kevinlin
- Created: 2025-03-15T16:54:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-11-23T15:40:07.000Z (7 months ago)
- Last Synced: 2025-11-23T17:26:46.520Z (7 months ago)
- Topics: featured, streamlit
- Language: Python
- Homepage: https://interactive-maps.streamlit.app/
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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! 🌳🐾