misc0110 / TravelMap

Displays visited countries and cities, similar to a scratch map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travel Map

This travel map displays visited countries and cities, similar to a scratch map.

Screenshot

Features

  • Color all visited countries
  • Additionally color visited US states
  • Show a marker for every visited city
  • Display the number of visited countries, US states, and cities
  • Click on
    • city marker to show when and why the city was visited
    • country to view all visited cities from this country
    • "Countries" to show a list of all visited countries
    • "States" to show a list of all visisted US states
  • Timeline showing visited cities per year
  • Look back: showing only visited countries up to a specific year

Setup

There is no requirement for the server, everything is done in the browser using JavaScript. All data is taken from data/data.js. See the example format for more details, the format is self-explanatory.

About

Displays visited countries and cities, similar to a scratch map

License:MIT License


Languages

Language:JavaScript 86.8%Language:HTML 8.0%Language:CSS 3.3%Language:SCSS 1.9%