Skip to content

Commit 0578ef4

Browse files
committed
💡 About pages
1 parent 8088090 commit 0578ef4

File tree

10 files changed

+874
-218
lines changed

10 files changed

+874
-218
lines changed

instance/database.db

0 Bytes
Binary file not shown.
716 Bytes
Binary file not shown.

website/dist.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323

2424
dist = Blueprint("dist", __name__)
2525

26+
27+
2628
@dist.route('/distance',methods=['POST','GET'])
2729
def distance():
2830
if request.method == 'POST':

website/static/Destination_map.html

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<meta name="viewport" content="width=device-width,
2626
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
2727
<style>
28-
#map_a719019daba4d4c4ac42956940c33af3 {
28+
#map_fd0bdbf1afb333463da84d559b0abb49 {
2929
position: relative;
3030
width: 100.0%;
3131
height: 100.0%;
@@ -39,16 +39,16 @@
3939
<body>
4040

4141

42-
<div class="folium-map" id="map_a719019daba4d4c4ac42956940c33af3" ></div>
42+
<div class="folium-map" id="map_fd0bdbf1afb333463da84d559b0abb49" ></div>
4343

4444
</body>
4545
<script>
4646

4747

48-
var map_a719019daba4d4c4ac42956940c33af3 = L.map(
49-
"map_a719019daba4d4c4ac42956940c33af3",
48+
var map_fd0bdbf1afb333463da84d559b0abb49 = L.map(
49+
"map_fd0bdbf1afb333463da84d559b0abb49",
5050
{
51-
center: [12.822721929650328, 80.04481158142576],
51+
center: [12.822871675091914, 80.04708181176677],
5252
crs: L.CRS.EPSG3857,
5353
zoom: 1,
5454
zoomControl: true,
@@ -60,88 +60,88 @@
6060

6161

6262

63-
var tile_layer_2c27f2e53be50f2420153ffa27a4a8e7 = L.tileLayer(
63+
var tile_layer_f658a464bdd6c7143bf4a38aeeb2a793 = L.tileLayer(
6464
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
6565
{"attribution": "Data by \u0026copy; \u003ca target=\"_blank\" href=\"http://openstreetmap.org\"\u003eOpenStreetMap\u003c/a\u003e, under \u003ca target=\"_blank\" href=\"http://www.openstreetmap.org/copyright\"\u003eODbL\u003c/a\u003e.", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}
66-
).addTo(map_a719019daba4d4c4ac42956940c33af3);
66+
).addTo(map_fd0bdbf1afb333463da84d559b0abb49);
6767

6868

69-
var poly_line_dfc6b2096cadbbcc08e3349c93558758 = L.polyline(
70-
[[12.8214102, 80.045751], [12.8214293, 80.0450535]],
69+
var poly_line_8c84ade2b4e939e873dad94f95f1adac = L.polyline(
70+
[[12.8214102, 80.045751], [12.8213786, 80.0472489]],
7171
{"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
72-
).addTo(map_a719019daba4d4c4ac42956940c33af3);
72+
).addTo(map_fd0bdbf1afb333463da84d559b0abb49);
7373

7474

75-
var poly_line_2fbd2de024f16bd21577caed4ee5ce4c = L.polyline(
76-
[[12.8214293, 80.0450535], [12.8214338, 80.0449034], [12.8228418, 80.044887]],
75+
var poly_line_d47ac8460af74869dc8497e5c367f5ed = L.polyline(
76+
[[12.8213786, 80.0472489], [12.8228015, 80.0472822]],
7777
{"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
78-
).addTo(map_a719019daba4d4c4ac42956940c33af3);
78+
).addTo(map_fd0bdbf1afb333463da84d559b0abb49);
7979

8080

81-
var poly_line_1d78cac05b56d9ef5d2ef947f0bf7c49 = L.polyline(
82-
[[12.8228418, 80.044887], [12.8228277, 80.0448535], [12.8228239, 80.0448172]],
81+
var poly_line_57c1aa71e6f17dcaf7dce7fc867c2d4a = L.polyline(
82+
[[12.8228015, 80.0472822], [12.8227911, 80.0476581]],
8383
{"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
84-
).addTo(map_a719019daba4d4c4ac42956940c33af3);
84+
).addTo(map_fd0bdbf1afb333463da84d559b0abb49);
8585

8686

87-
var poly_line_970722f564d8f130300c8ea0e4a94dec = L.polyline(
88-
[[12.8228239, 80.0448172], [12.8228346, 80.0447719], [12.8228611, 80.0447341], [12.8228996, 80.0447092]],
87+
var poly_line_1ec4c3508eaa65f48e2a539146a328f4 = L.polyline(
88+
[[12.8227911, 80.0476581], [12.8230919, 80.0476715]],
8989
{"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
90-
).addTo(map_a719019daba4d4c4ac42956940c33af3);
90+
).addTo(map_fd0bdbf1afb333463da84d559b0abb49);
9191

9292

93-
var poly_line_d106c27811e755b69d72ef2fe1463caf = L.polyline(
94-
[[12.8228996, 80.0447092], [12.8229455, 80.044701], [12.8229909, 80.0447116], [12.8230288, 80.0447393]],
93+
var poly_line_3b5ea74e099ac4e3e70be5dcf2f49e72 = L.polyline(
94+
[[12.8230919, 80.0476715], [12.8238739, 80.0476825]],
9595
{"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
96-
).addTo(map_a719019daba4d4c4ac42956940c33af3);
96+
).addTo(map_fd0bdbf1afb333463da84d559b0abb49);
9797

9898

99-
var poly_line_fc0a21372519b34d031bf72bbd7d5920 = L.polyline(
100-
[[12.8230288, 80.0447393], [12.8230495, 80.0447703], [12.82306, 80.0448063]],
99+
var poly_line_7212e01f0d4b2cb9a61eba66283cad54 = L.polyline(
100+
[[12.8238739, 80.0476825], [12.8238781, 80.0472996]],
101101
{"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
102-
).addTo(map_a719019daba4d4c4ac42956940c33af3);
102+
).addTo(map_fd0bdbf1afb333463da84d559b0abb49);
103103

104104

105-
var poly_line_20771000662432ae300283d872d2479f = L.polyline(
106-
[[12.82306, 80.0448063], [12.8236284, 80.0447729]],
105+
var poly_line_cab3f21bcf722db39d28974d8d78fd1c = L.polyline(
106+
[[12.8238781, 80.0472996], [12.8243861, 80.0473068]],
107107
{"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
108-
).addTo(map_a719019daba4d4c4ac42956940c33af3);
108+
).addTo(map_fd0bdbf1afb333463da84d559b0abb49);
109109

110110

111-
var poly_line_2381d08a5e8ed7ac99f31f12cf9a4b00 = L.polyline(
112-
[[12.8236284, 80.0447729], [12.8236254, 80.0443697], [12.8237719, 80.0443643], [12.8238137, 80.044308], [12.8244532, 80.0442973]],
111+
var poly_line_c5ebe3f445f83aea645db41755308973 = L.polyline(
112+
[[12.8243861, 80.0473068], [12.8244174, 80.0461111]],
113113
{"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
114-
).addTo(map_a719019daba4d4c4ac42956940c33af3);
114+
).addTo(map_fd0bdbf1afb333463da84d559b0abb49);
115115

116116

117-
map_a719019daba4d4c4ac42956940c33af3.fitBounds(
118-
[[12.8214102, 80.0442973], [12.8244532, 80.045751]],
117+
map_fd0bdbf1afb333463da84d559b0abb49.fitBounds(
118+
[[12.8213786, 80.045751], [12.8244174, 80.0476825]],
119119
{}
120120
);
121121

122122

123-
var marker_95084abbd1d72236df129b13c0227b41 = L.marker(
123+
var marker_af82e3c2c1e59ea249f0fc3ec64f61aa = L.marker(
124124
[12.821276, 80.046031],
125125
{}
126-
).addTo(map_a719019daba4d4c4ac42956940c33af3);
126+
).addTo(map_fd0bdbf1afb333463da84d559b0abb49);
127127

128128

129-
var icon_62356dd2fdf97323a22c41bda3412eb2 = L.AwesomeMarkers.icon(
129+
var icon_57bf2b1301ad4156d3af42945a883aa1 = L.AwesomeMarkers.icon(
130130
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "green", "prefix": "glyphicon"}
131131
);
132-
marker_95084abbd1d72236df129b13c0227b41.setIcon(icon_62356dd2fdf97323a22c41bda3412eb2);
132+
marker_af82e3c2c1e59ea249f0fc3ec64f61aa.setIcon(icon_57bf2b1301ad4156d3af42945a883aa1);
133133

134134

135-
var marker_5f353ec032666e75bfb92eda7190de07 = L.marker(
136-
[12.824629, 80.044287],
135+
var marker_d61b5303afacbec17aaaa2dd245a85ca = L.marker(
136+
[12.824645, 80.046566],
137137
{}
138-
).addTo(map_a719019daba4d4c4ac42956940c33af3);
138+
).addTo(map_fd0bdbf1afb333463da84d559b0abb49);
139139

140140

141-
var icon_6558a6cc48c1b3797417b13aa7efbaf4 = L.AwesomeMarkers.icon(
141+
var icon_ddb23044216c194c579b3bbaa5a4e265 = L.AwesomeMarkers.icon(
142142
{"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "red", "prefix": "glyphicon"}
143143
);
144-
marker_5f353ec032666e75bfb92eda7190de07.setIcon(icon_6558a6cc48c1b3797417b13aa7efbaf4);
144+
marker_d61b5303afacbec17aaaa2dd245a85ca.setIcon(icon_ddb23044216c194c579b3bbaa5a4e265);
145145

146146
</script>
147147
</html>

website/static/css/bootstrap.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,13 +302,16 @@ p {
302302
}
303303
}
304304
small, .small {
305-
font-size: 85%;
305+
font-size: 90%;
306306
}
307307
cite {
308308
font-style: normal;
309309
}
310310
.text-muted {
311-
color: #999999;
311+
color: #080808;
312+
}
313+
.text-muted1 {
314+
color: #d64949;
312315
}
313316
.text-primary {
314317
color: #428bca;

0 commit comments

Comments
 (0)