-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (105 loc) · 5.46 KB
/
index.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<title>ArcMap 9.3 north arrows, the web, and you: A love story.</title>
<meta name="description" content="The best days of Esri North Arrow 9 are still ahead, and other lies I tell myself.">
<meta property="og:title" content="ArcMap 9.3 north arrows, the web, and you: A love story.">
<meta property="og:description" content="The best days of Esri North Arrow 9 are still ahead, and other lies I tell myself.">
<meta property="og:site_name" content="geodav.tech">
<meta property="og:url" content="https://geodav.tech/demos/long-live-arcmap-north-arrows/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://geodav.tech/demos/long-live-arcmap-north-arrows/og-image.png">
<meta name="twitter:title" content="ArcMap 9.3 north arrows, the web, and you: A love story.">
<meta name="twitter:description" content="The best days of Esri North Arrow 9 are still ahead, and other lies I tell myself.">
<meta name="twitter:image" content="https://geodav.tech/demos/long-live-arcmap-north-arrows/og-image.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://geodav.tech">
<meta name="twitter:site" content="@geodav_tech">
<meta name="twitter:creator" content="@mikedavl">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://js.arcgis.com/4.18/esri/themes/light/main.css">
<script src="https://js.arcgis.com/4.18/"></script>
<script src="index.js"></script>
</head>
<body>
<div id="view-div"></div>
<div id="arrow-selector">
<div class="text-center">
<h1>"Every map must have a north arrow."</h1>
<div style="margin-bottom: 15px;">
<small>
Choose your favorite ArcMap north arrow and take a trip down memory lane. Rotate the map for full effect.
</small>
</div>
</div>
<div id="arrows">
<div class="text-center arrow">
<img src="arrows/EsriNorth4.png" />
<br>
Esri North 4
</div>
<div class="text-center arrow">
<img src="arrows/EsriNorth5.png" />
<br>
Esri North 5
</div>
<div class="text-center arrow">
<img src="arrows/EsriNorth7.png" />
<br>
Esri North 7
</div>
<div class="text-center arrow">
<img src="arrows/EsriNorth9.png" />
<br>
Esri North 9
</div>
<div class="text-center arrow">
<img src="arrows/EsriNorth14.png" />
<br>
Esri North 14
</div>
<div class="text-center arrow">
<img src="arrows/EsriNorth21.png" />
<br>
Esri North 21
</div>
<div class="text-center arrow">
<img src="arrows/EsriNorthArrow24.png" />
<br>
Esri North Arrow24
</div>
<div class="text-center arrow">
<img src="arrows/EsriNorth55.png" />
<br>
Esri North 55
</div>
<div class="text-center arrow">
<img src="arrows/EsriNorth57.png" />
<br>
Esri North 57
</div>
<div class="text-center arrow">
<img src="arrows/EsriNorth97.png" />
<br>
Esri North 97
</div>
</div>
<div class="text-center">
<div class="section-header-line"></div>
<p class="text-block">
In geography school, I was taught that every map <b>must</b> have a north arrow, despite how ridiculous this can be when it's totally obvious where north is. This rule seems to have been (rightfully) lost in the modern age of digital maps.
<br><br>
But don't you sometimes miss the simple days when GIS was mostly desktop-based maps and you could slap a big ol' north arrow on them?
<br><br>
Are you not at all concerned that Esri North 9, <a href="https://www.reddit.com/r/gis/comments/1fcnj3/comment/ca8yk03/?utm_source=share&utm_medium=web2x&context=3" target="_blank">the comic sans of cartography</a>, is unrecognizable to a new generation of mappers?
<br><br>
Well worry not! A hand-curated selection of classic ArcMap 9.3 north arrows could still grace your maps, even on the web!
<br><br>
<a href="https://twitter.com/mikedavl" target="_blank">Follow me on Twitter for more spatial stupidity</a>, or pull the code and <a href="https://github.com/geodav-tech/arcmap-north-arrows-js" target="_blank">add more north arrows</a>.
<br><br>
</p>
</div>
</div>
</body>
</html>