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

https://github.com/smacker/travel-map

Generate your interactive travel map
https://github.com/smacker/travel-map

Last synced: 3 days ago
JSON representation

Generate your interactive travel map

Awesome Lists containing this project

README

          

# Travel map

Generate your interactive travel map.

Features:

* Birth/lived/visited types of countries
* Dates of visits
* Cities

### Usage

1. Modify `data.json` to reflect your travels
2. Run geojson generator: `node generate.js`
3. Run http server in `dist` directory `cd dist; python3 -m http.server`
4. Enjoy a personalized travel map at http://127.0.0.1:8000/

### Credits

* Maps javascript library: [Leaflet](https://leafletjs.com/)
* Marker Clustering plugin: [Leaflet.markercluster](https://github.com/Leaflet/Leaflet.markercluster)
* Map tiles: [OpenStreetMap](https://github.com/datasets/geo-countries)
* Countries geojson polygons: [datasets/geo-countries](https://github.com/datasets/geo-countries)
* Geocoder: [Nominatim](https://nominatim.openstreetmap.org/)