This repository has been archived by the owner on Jan 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
143 lines (113 loc) · 6.23 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
<!--
/*©agpl*************************************************************************
* *
* Napkin Maps – User-friendly map solution for the Napkin platform *
* Copyright (C) 2020 Napkin AS *
* *
* This program is free software: you can redistribute it and/or modify *
* it under the terms of the GNU Affero General Public License as published by *
* the Free Software Foundation, either version 3 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Affero General Public License for more details. *
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* *
*****************************************************************************©*/
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no" />
<meta name="description" content="User-friendly mapping" />
<meta name="author" content="Napkin AS" />
<meta name="copyright" content="Copyright(c) Napkin AS. All rights reserved." />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png" />
<link rel="manifest" href="assets/favicons/site.webmanifest" />
<link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<title>Napkin – User-friendly mapping</title>
<link rel="icon" href="assets/logo.svg" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script>
window.ga = window.ga || function() { (ga.q = ga.q || []).push(arguments) }; ga.l = +new Date;
ga("create", "257616379", "auto");
ga("send", "pageview");
</script>
<script async src="https://www.google-analytics.com/analytics.js"></script>
<!--script async src="https://www.googletagmanager.com/gtag/js?id=UA-159004840-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-159004840-1');
</script-->
<!-- font-awesome import -->
<link rel="stylesheet" href="lib/fontawesome/fontawesome.css" />
<!-- leaflet import -->
<script type="text/javascript" src="lib/leaflet/leaflet.js"></script>
<link rel="stylesheet" href="lib/leaflet/leaflet.css" />
<!-- leaflet.routing.machine import -->
<script type="text/javascript" src="lib/leaflet.routing.machine/leaflet.routing.machine.js"></script>
<link rel="stylesheet" href="lib/leaflet.routing.machine/leaflet.routing.machine.css" />
<!-- leaflet.easybutton import -->
<script type="text/javascript" src="lib/leaflet.easybutton/leaflet.easybutton.js"></script>
<link rel="stylesheet" href="lib/leaflet.easybutton/leaflet.easybutton.css" />
<!-- leaflet.coordinates import -->
<script type="text/javascript" src="lib/leaflet.coordinates/leaflet.coordinates.js"></script>
<link rel="stylesheet" href="lib/leaflet.coordinates/leaflet.coordinates.css" />
<link rel="stylesheet" href="lib/leaflet.coordinates/leaflet.coordinates.ie.css" />
<!-- leaflet.locatecontrol import -->
<script type="text/javascript" src="lib/leaflet.locatecontrol/leaflet.locatecontrol.min.js"></script>
<link rel="stylesheet" href="lib/leaflet.locatecontrol/leaflet.locatecontrol.min.css" />
<!-- leaflet.geocoder import -->
<script type="text/javascript" src="lib/leaflet.geocoder/leaflet.geocoder.js"></script>
<link rel="stylesheet" href="lib/leaflet.geocoder/leaflet.geocoder.css" />
<!-- leaflet.control.geocoder import -->
<script type="text/javascript" src="lib/leaflet.control.geocoder/leaflet.control.geocoder.js"></script>
<!-- leaflet.markercluster import -->
<script type="text/javascript" src="lib/leaflet.markercluster/leaflet.markercluster.js"></script>
<link rel="stylesheet" href="lib/leaflet.markercluster/leaflet.markercluster.css" />
<link rel="stylesheet" href="lib/leaflet.markercluster/leaflet.markercluster.default.css" />
<!-- leaflet.draw import -->
<!--script type="text/javascript" src="lib/leaflet.draw/leaflet.draw.js"></script>
<link rel="stylesheet" href="lib/leaflet.draw/leaflet.draw.css" /-->
<!-- google maps import -->
<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBOhUleCCqG94Kujoff1yFCWbpDj1of4PI&callback=initMap&libraries=&v=weekly" defer></script>
<script type="text/javascript">
"use strict";
function initMap() { console.log("-"); }
</script>
<!-- custom styles -->
<link rel="stylesheet" href="css/main.css" />
<style type="text/css">
/**/
</style>
</head>
<body>
<div id="map"></div>
<div id="streetviewContainer">
<i class="fas fa-angle-left" id="back"></i>
<div id="streetview"></div>
<div id="not_found">
<p>No result found</p>
</div>
</div>
<script type="text/javascript" src="lib/jquery/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="lib/feather/feather.min.js"></script>
<script type="text/javascript" src="js/uuid.js"></script>
<script type="text/javascript" src="js/map.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>