-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvisited_states.html
90 lines (86 loc) · 2.62 KB
/
visited_states.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>My visited places | VisitedPlaces.com</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="white">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes, minimal-ui">
<meta name="description" content="I visited 29 places out of 51. That's 56.9% of United States! #UnitedStates #mytravels #travelmap">
<meta name="keywords" content="maps, travel, visited countries, charts, visual">
<meta name="twitter:card" content="photo" />
<meta name="twitter:site" content="@visitedplaces" />
<meta name="twitter:image" content="https://www.visitedplaces.com/lib/index.png" />
<meta property="og:title" content="Interactive Visited Places Map" />
<meta property="og:site_name" content="VisitedPlaces.com" />
<meta property="og:url" content="https://www.visitedplaces.com/" />
<meta property="og:description" content="I visited 29 places out of 51. That's 56.9% of United States! #UnitedStates #mytravels #travelmap" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://www.amcharts.com/inspiration/images/shots/index.jpg" />
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
padding: 0;
margin: 0;
}
</style>
</head>
<body>
<!-- VisitedPlaces.com code -->
<script>
// VisitedPlaces.com code
var visitedplaces_config = {
"map": "usa",
"projection": "geoAlbersUsa",
"theme": "dark-blue",
"water": 0,
"graticule": 0,
"names": 0,
"duration": 2000,
"slider": 0,
"autoplay": 0,
"autozoom": "none",
"data": [
{
"places": [
"US-WA",
"US-OR",
"US-CA",
"US-NV",
"US-UT",
"US-NM",
"US-TX",
"US-OK",
"US-CO",
"US-WY",
"US-ID",
"US-MT",
"US-SD",
"US-MN",
"US-WI",
"US-MI",
"US-NY",
"US-MA",
"US-NJ",
"US-VA",
"US-NC",
"US-IL",
"US-AR",
"US-FL",
"US-GA",
"US-AK",
"US-HI",
"US-RI",
"US-DC"
]
}
],
"home": "US"
};
</script>
<div id="chartdiv" style="width: 100%; height: 600px;">
<script src="https://www.visitedplaces.com/js/common.js"></script>
<script src="https://www.visitedplaces.com/js/viewer.js"></script>
<!-- end: VisitedPlaces.com code -->
</body>
</html>