-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
367 lines (322 loc) · 15.6 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
<!DOCTYPE html>
<html lang="en">
<head>
<title>Urbes et orbis — The Roman Empire under Emperor Hadrian</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="The Roman Empire, Emperor Hadrian, Barrington Atlas, Pleiades, DARE, Orbis, Tabula Peutingeriana, Trismegistos, Ancient Rome, roman provinces, map, 117 AD, roman cities, roman places, urbi et orbi">
<meta name="description" content="Map of the Roman Empire under Emperor Hadrian with borders, provinces, settlements and links to scientific databases">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="manifest" href="manifest.webmanifest">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css">
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=requestAnimationFrame,Element.prototype.classList,URL,Object.assign"></script>
<script src="node_modules/clipboard/dist/clipboard.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
<style>
@font-face {
font-family: CapitalisTypOasis;
src: url(/assets/CapitalisTypOasis-b34c6a37.woff2) format("woff2");
font-style: normal;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: QuickJuliusC;
src: url(/assets/QuickJuliusC-3b125369.woff2) format("woff2");
font-style: normal;
font-weight: 400;
font-display: swap;
}
.sidebar {
height: 100%;
width: 30%;
position: fixed;
z-index: 9999;
top: 0;
right: 0;
bottom: 0;
background-color: #fff;
border-left: 1px solid #555;
overflow-x: hidden;
}
.tablink {
background-color: #555;
color: white;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 0.8vw 0 0.8vw 0;
font-family: CapitalisTypOasis, serif;
font-size: 1vw;
width: 20%;
}
.tablink:hover {
background-color: #777;
}
.tabcontent {
color: black;
display: none;
padding: 3vw 0;
height: 100%;
}
h1 {
display: block;
text-align: center;
font-family: CapitalisTypOasis, QuickJuliusC, serif;
font-size: 2.5vw;
margin: 0;
}
h2 {
display: block;
text-align: center;
font-family: CapitalisTypOasis, serif;
font-size: 1.5vw;
margin: 0 0 1.5vh 0;
}
h3 {
display: block;
text-align: center;
font-family: CapitalisTypOasis, serif;
font-size: 0.7vw;
margin: 0 0 3vh 0;
}
</style>
<script type="module" crossorigin src="/assets/index-9808ab66.js"></script>
<link rel="stylesheet" href="/assets/index-dce09160.css">
</head>
<body>
<div id="map">
</div>
<div class="sidebar">
<button type="button" class="tablink" onclick="openPage('home', this, '#895E8A')" id="defaultOpen">HOME</button>
<button type="button" class="tablink" onclick="openPage('legend', this, '#6CA198')">LEGEND</button>
<button type="button" class="tablink" onclick="openPage('places', this, '#C9904F')" id="workOpen">PLACES</button>
<button type="button" class="tablink" onclick="openPage('data', this, '#6287A1')">DATA</button>
<button type="button" class="tablink" onclick="openPage('about', this, '#C7645A')">ABOUT</button>
<div id="home" class="tabcontent" itemscope itemtype="https://schema.org/DataCatalog">
<div class="tabhome">
<h1 itemprop="name">URBES & ORBIS</h1>
<p><img class="imghadrian" src="/assets/hadrian200-ffbcf6b3.png" width="195" height="200" alt="Hadrian on a coin"></p>
<h2 itemprop="abstract">The Roman Empire<br>under Emperor Hadrian</h2>
<h3 itemprop="description">Cross-references to catalogues of Roman settlements</h3>
<p class="anons">This is a map of the Roman Empire at the end of 883 from the foundation of the City (AD 130). There are <strong>7891</strong> settlements represented here both within the borders of the Empire and beyond. All objects on the map generally correspond to two unsurpassed catalogs of ancient geography — <a href="https://web.archive.org/web/20100530180105/http://www.unc.edu/awmc/batlas.html" target="_blank">The Barrington Atlas</a> and <a href="https://pleiades.stoa.org/" target="_blank">Pleiades project</a>.</p>
<p class="anons"><strong>Click on any of the cities to get more detailed information about it.</strong> The search button is located at the top left, near the zoom slider.</p>
<p class="anons">You can download data files in the <strong>DATA</strong> tab. The <strong>ABOUT</strong> tab explains where and how everything was obtained.</p>
</div>
</div>
<div id="legend" class="tabcontent">
<table class="tablelegend">
<tr class="trlegend">
<td class="tdlegend1"><img src="/icons/rank1.png" width="11" height="11" alt="rank1"></td>
<td class="tdlegend2"><span class="rank1">ROMA</span></td>
<td class="tdlegend3"><span class="legend">— Rome and four largest capitals of provinces</span></td>
</tr>
</table>
<table class="tablelegend">
<tr class="trlegend">
<td class="tdlegend1"><img src="/icons/rank2.png" width="10" height="10" alt="rank2"></td>
<td class="tdlegend2"><span class="rank2">Corduba</span></td>
<td class="tdlegend" rowspan="2" style="border-left: 1px solid black;"><span class="legend">— other capitals of provinces and kingdoms</span></td>
</tr>
<tr class="trlegend">
<td class="tdlegend1"><img src="/icons/rank4.png" width="9" height="9" alt="rank4"></td>
<td class="tdlegend2"><span class="rank4">Ctesiphon</span></td>
</tr>
</table>
<table class="tablelegend">
<tr class="trlegend">
<td class="tdlegend1"><img src="/icons/rank3.png" width="10" height="10" alt="rank3"></td>
<td class="tdlegend2"><span class="rank3">Byzantium</span></td>
<td class="tdlegend" rowspan="4" style="border-left: 1px solid black"><span class="legend">— other cities sorted by <a href="http://oxrep.classics.ox.ac.uk/databases/cities/" target="_blank">Hanson's</a> ranks: 1, 2, 3, 4-5</span></td>
</tr>
<tr class="trlegend">
<td class="tdlegend1"><img src="/icons/rank5.png" width="9" height="9" alt="rank5"></td>
<td class="tdlegend2"><span class="rank5">Mantinea</span></td>
</tr>
<tr class="trlegend">
<td class="tdlegend1"><img src="/icons/rank6.png" width="8" height="8" alt="rank6"></td>
<td class="tdlegend2"><span class="rank6">Antinoopolis</span></td>
</tr>
<tr class="trlegend">
<td class="tdlegend1"><img src="/icons/rank7.png" width="7" height="7" alt="rank7"></td>
<td class="tdlegend2"><span class="rank7">Delos</span></td>
</tr>
<tr class="trlegend">
<td class="tdlegend1" style="padding-top: 0.7vh;"><img src="/icons/rank8.png" width="6" height="6" alt="rank8"></td>
<td class="tdlegend2" style="padding-top: 1.2vh;"><span class="rank8">Pityous</span></td>
<td class="tdlegend"><span class="legend">— other cities</span></td>
</tr>
<tr class="trlegend">
<td class="tdlegend1" style="padding-top: 0.7vh;"><img src="/icons/rank9.png" width="5" height="5" alt="rank9"></td>
<td class="tdlegend2" style="padding-top: 1.2vh;"><span class="rank9">Wheathampstead</span></td>
<td class="tdlegend"><span class="legend">— settlements whose ancient names are unknown</span></td>
</tr>
</table>
</div>
<div id="places" class="tabcontent">
<div id="pusto">Click on any city to get more detailed information about it.</div>
<div id="hopa">
<table class="tableplaces">
<tr>
<th colspan="2" id="thtitle">
<span id="title"></span>
</th>
</tr>
<tr>
<td class="tdplaces">Alt name(s): </td>
<td class="tdplaces"><span id="alt"></span></td>
</tr>
<tr>
<td class="tdplaces">Roman province: </td>
<td class="tdplaces"><span id="province"></span></td>
</tr>
<tr>
<td class="tdplaces">Start date: </td>
<td class="tdplaces"><span id="start"></span></td>
</tr>
<tr>
<td class="tdplaces">Modern place: </td>
<td class="tdplaces"><span id="modern"></span> <span id="flag"></span> <span id="country"></span></td>
</tr>
<tr>
<td class="tdplaces">Description (Pleiades): </td>
<td class="tdplaces"><span id="description"></span></td>
</tr>
<tr>
<td colspan="2">
<div class="divsmall">
Decimal: <span id="coords"></span> |
DMS: <span id="coords2"></span>
<button type="button" class="btn" data-clipboard-target="#coords2">
<img src="/icons/clipboard.png" width="16" height="15" alt="Copy to clipboard">
</button>
</div>
</td>
</tr>
<tr>
<td colspan="2">
<div id="minimap" class="map"></div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="divsmall">
<p>Open this place in <span id="googlelink"></span> | <span id="OSMlink"></span> | <span id="wikimapialink"></span></p>
</div>
</td>
</tr>
</table>
<table class="tableplaces">
<tr>
<td class="tdatlas">Barrington Atlas: </td>
<td class="tdatlas"><span id="batlas"></span></td>
</tr>
<tr>
<td class="tdatlas">Ancient World Mapping Center (UNC-Chapel Hill): </td>
<td class="tdatlas"><span id="awmc"></span></td>
</tr>
<tr>
<td class="tdatlas">Digital Atlas of Roman and Medieval Civilizations (Harvard): </td>
<td class="tdatlas"><span id="darmc"></span></td>
</tr>
<tr>
<td class="tdatlas">Digital Atlas of the Roman Empire (University of Gothenburg): </td>
<td class="tdatlas"><span id="darelink"></span></td>
</tr>
<tr>
<td class="tdatlas">Orbis (Stanford): </td>
<td class="tdatlas"><span id="orbis"></span></td>
</tr>
<tr>
<td class="tdatlas">Pleiades: </td>
<td class="tdatlas"><span id="pleiadeslink"></span></td>
</tr>
<tr>
<td class="tdatlas">The Princeton Encyclopedia of Classical Sites: </td>
<td class="tdatlas"><span id="pecslink"></span></td>
</tr>
<tr>
<td class="tdatlas">Tabula Peutingeriana (Cambridge): </td>
<td class="tdatlas"><span id="tpplacelink"></span></td>
</tr>
<tr>
<td class="tdatlas">ToposText: </td>
<td class="tdatlas"><span id="topostextlink"></span></td>
</tr>
<tr>
<td class="tdatlas">Trismegistos: </td>
<td class="tdatlas"><span id="trismegistos"></span></td>
</tr>
<tr>
<td class="tdatlas">Urban Geography of the Roman World (Hanson 2016, Oxford): </td>
<td class="tdatlas"><span id="hanson"></span></td>
</tr>
<tr>
<td class="tdatlas">Vici.org: </td>
<td class="tdatlas"><span id="vicilink"></span></td>
</tr>
<tr>
<td class="tdatlas">Wikidata: </td>
<td class="tdatlas"><span id="wikidatalink"></span></td>
</tr>
<tr>
<td class="tdatlas">Wikipedia:en: </td>
<td class="tdatlas"><span id="wikipedialink"></span></td>
</tr>
</table>
</div>
</div>
<div id="data" class="tabcontent">
<div class="tabdata">
<p>You can freely download <strong>csv</strong> and <strong>geojson</strong> files of this project:</p>
<p><a href="./downloads/301023_AD130.csv" download="301023_AD130.csv">Full CSV file of cities and settlements (ver. 30.10.2023)</a></p>
<p><a href="./downloads/oceanbase.geojson" download="oceanbase.geojson">GEOJSON file with the Ocean base (ver. 30.10.2023)</a></p>
<p><a href="./downloads/empire.geojson" download="empire.geojson">GEOJSON file with all provinces (ver. 30.10.2023)</a></p>
</div>
</div>
<div id="about" class="tabcontent">
<div class="tababout">
<p class="anons">This project has two main goals. The first is to present, using modern means, an interactive map of the Roman Empire as of the end of AD 130, the time of the founding of Antinoopolis. The second goal is to connect disparate scientific databases of ancient Roman settlements, collecting their IDs and hyperlinks to them in one place.</p>
<p class="anons">The whole project is made on OpenLayers v8, in the form of several layers from geojson files. The map base, including coastline and provincial outlines, is taken mainly from <a href="http://awmc.unc.edu/awmc/map_data/" target="_blank">Ancient World Mapping Center</a>. Numerous polygon errors have been fixed. Several provincial boundaries are aligned with certain geographic features. All settlements are linked to <a href="https://pleiades.stoa.org/" target="_blank">Pleiades catalog</a> and, with rare exceptions, to <a href="https://web.archive.org/web/20100530180105/http://www.unc.edu/awmc/batlas.html" target="_blank">The Barrington Atlas</a> and <a href="http://imperium.ahlfeldt.se/" target="_blank">Digital Atlas of Roman Empire</a>.</p>
<p class="anons" style="color: red"><strong>If in some way someone's copyright has been violated or incorrectly attributed, please consider it an unintentional mistake and contact me.</strong></p>
<p class="anons">This non-profit project does not pretend to be scientific and was made for fun, and yet I tried to be accurate. I will gladly accept criticism and advice both on the content and on the program code. Please send your comments and suggestions to <a href="mailto:admin@urbesetorbis.com">me</a>.</p>
<p class="anons" style="text-align: end">Ver. 1.0. © 2023 Diasito.</p>
<p class="anons" style="text-align: end">Code, data and maps licensed under the <a rel="license" href="/license.txt">2-Clause BSD License</a>.</p>
</div>
</div>
</div>
<script>
function openPage(pageName, elmnt, color) {
// Hide all elements with class="tabcontent" by default */
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
// Remove the background color of all tablinks/buttons
tablinks = document.getElementsByClassName("tablink");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].style.backgroundColor = "";
}
// Show the specific tab content
document.getElementById(pageName).style.display = "block";
// Add the specific color to the button used to open the tab content
elmnt.style.backgroundColor = color;
}
// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen").click();
</script>
<!-- Pointer events polyfill for old browsers, see https://caniuse.com/#feat=pointer -->
<script src="https://cdn.jsdelivr.net/npm/elm-pep@1.0.6/dist/elm-pep.js"></script>
<!--
Copyright 2005-present, OpenLayers Contributors All rights reserved.
Copyright 2016-2021, Jean-Marc Viglino, IGN-France All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
</body>
</html>