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

https://github.com/bjclayton/interactive-haiti-map

Interactive Haiti map made with Raphael.js
https://github.com/bjclayton/interactive-haiti-map

animation map raphaeljs vanilla-javascript

Last synced: about 1 year ago
JSON representation

Interactive Haiti map made with Raphael.js

Awesome Lists containing this project

README

          

# Interactive Haiti Map

An interactive map of Haiti with details for each department.

## Features

- Interactive SVG map using Raphael.js
- Tooltips with department-specific information, including images and descriptions.
- Smooth animations when hovering over departments.
- Responsive design with a dynamically positioned tooltip.

## Technologies Used

- HTML5
- CSS3
- JavaScript (Vanilla)
- Raphael.js for rendering SVG paths.

## Setup

1. Clone the repository:

```bash
git clone https://github.com/bjclayton/interactive-haiti-map.git
cd interactive-haiti-map
```

2. Open `index.html` in your browser to view the map.

## Credits

- [Simple Maps SVG](https://simplemaps.com/)
- [Raphael.js](http://raphaeljs.com/)