-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (103 loc) · 3.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function () {
var u = "//matomo.neher.casa/";
_paq.push(['setTrackerUrl', u + 'matomo.php']);
_paq.push(['setSiteId', '1']);
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
g.async = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s);
})();
</script>
<!-- End Matomo Code -->
<meta charset="utf-8">
<title>Embedded Maps Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://maps.neherdata.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="Embedded Maps by Neher Data Systems">
<meta property="og:description" content="Neher Data Systems - Examples of embedded maps on websites.">
<meta property="og:image" content="https://www.github.com/neherdata.png" />
<meta property="og:image:alt" content="Neher Data Systems Logo" />
<meta property="og:site_name" content="Embedded Maps by Neher Data Systems" />
<link href="styles.css" rel="stylesheet" />
</head>
<body>
<h1>Embedded Map Examples</h1>
<h2>Neher Data Systems</h2>
<div id="linkList">
<table id="linkTable">
<tr>
<th>Mapping Vendor</th>
<th>Link</th>
</tr>
<tr>
<td>Azure Maps</td>
<td> <a href="https://azure-maps.neherdata.com">azure-maps.neherdata.com</a></td>
</tr>
<tr>
<td>Apple Maps</td>
<td> <a href="https://apple-maps.neherdata.com">apple-maps.neherdata.com</a></td>
</tr>
<tr>
<td>ArcGIS Maps</td>
<td> <a href="https://arcgis-maps.neherdata.com">arcgis-maps.neherdata.com</a></td>
</tr>
<tr>
<td>AWS Maps</td>
<td> <a href="https://aws-maps.neherdata.com">aws-maps.neherdata.com</a></td>
</tr>
<tr>
<td>Bing Maps</td>
<td> <a href="https://bing-maps.neherdata.com">bing-maps.neherdata.com</a></td>
</tr>
<tr>
<td>Google Maps</td>
<td> <a href="https://google-maps.neherdata.com">google-maps.neherdata.com</a></td>
</tr>
<tr>
<td>HERE Maps</td>
<td> <a href="https://here-maps.neherdata.com">here-maps.neherdata.com</a></td>
</tr>
<tr>
<td>Mapbox Maps</td>
<td> <a href="https://mapbox-maps.neherdata.com">mapbox-maps.neherdata.com</a></td>
</tr>
<tr>
<td>MapLibre Maps</td>
<td> <a href="https://maplibre-maps.neherdata.com">maplibre-maps.neherdata.com</a></td>
</tr>
<tr>
<td>MapQuest Maps</td>
<td> <a href="https://mapquest-maps.neherdata.com">mapquest-maps.neherdata.com</a></td>
</tr>
<tr>
<td>MarineTraffic AIS Maps</td>
<td> <a href="https://marinetraffic-maps.neherdata.com">marinetraffic-maps.neherdata.com</a></td>
</tr>
<tr>
<td>Stadia Maps</td>
<td> <a href="https://stadia-maps.neherdata.com">stadia-maps.neherdata.com</a></td>
</tr>
<tr>
<td>TomTom Maps</td>
<td> <a href="https://tomtom-maps.neherdata.com">tomtom-maps.neherdata.com</a></td>
</tr>
<tr>
<td>Waze Maps</td>
<td> <a href="https://waze-maps.neherdata.com">waze-maps.neherdata.com</a></td>
</tr>
</table>
</div>
</body>
<footer>
<p>© 2024 <a href="https://www.neherdata.com/">Neher Data Systems</a></p>
</footer>
</html>