forked from GIScience/openrouteservice-app-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
637 lines (611 loc) · 30.8 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
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
<!DOCTYPE html>
<html lang="de">
<head>
<title>OpenRouteService</title>
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="lib/rickshaw/rickshaw.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-ext.min.css">
<!-- for file upload -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min_2.2.1.css">
<link rel="stylesheet" type="text/css" href="css/default.css">
</head>
<body id="main">
<!-- navigation bar on top -->
<div class="navbar navbar-fixed-top" id="navbar">
<a class="brand" href="http://www.openrouteservice.org"> <img src="img/logo.png" class="logo" alt="ORS"></a>
<a class="brand" id="title" href="http://www.openrouteservice.org">OpenRouteService.org</a>
<ul id="topMenu">
<li>
<div class="alert alert-info" id="newToOrs">
<button type="button" class="close" data-dismiss="alert">
×
</button>
</div>
</li>
<li>
<a href="#sitePrefsModal" data-toggle="modal" id="menuLinkSitePrefs">Site Preferences</a>
</li>
<li>
<a href="contact.html#top" target="_blank" id="menuLinkInfo">Info & Contact</a>
</li>
<li>
<a href="http://www.geog.uni-heidelberg.de/giscience.html" target="_blank"><img src="img/logo_giscience.png" alt="GIScrience" class="links"></a>
</li>
<li>
<a href="http://www.geog.uni-heidelberg.de/giscience.html" target="_blank"><img src="img/siegel_uni_hd_mittel.gif" alt="Uni HD" class="links"></a>
</li>
</ul>
</div>
<div id="sidebar">
<ul id="functionMenu" class="nav nav-tabs">
<li class="active">
<a class="fnct_switchTab" id="route" href="#"><img src="img/menuRoute.png" class="menuIcon"><label class="tabLabels" id="routeLabel">Plan Route</label></a>
</li>
<li class="">
<a class="fnct_switchTab" id="search" href="#"><img src="img/menuSearch.png" class="menuIcon"><label class="tabLabels" id="searchLabel">Search</label></a>
</li>
<li class="">
<a class="fnct_switchTab" id="geolocation" href="#"><img src="img/menuLocate.png" class="menuIcon"></a>
</li>
</ul>
<!-- sidebar content -->
<div id="routePanel" style="">
<div id="routingPanel" class="panel panelLight">
<div class="guiComponent route">
<div class="panel panelLight">
<div class="collapsible guiComponent routeOptions">
<div class="collapsibleHead clickable collapsed" id="routeOptions">
Route options:
<br>
</div>
<div class="collapsibleBody" >
<div class="btn-group routePreferenceBtns">
<button id="car" class="btn routeOptionsButton active"><img src="img/picto-car-high.png">
</button>
<button id="bicycle" class="btn routeOptionsButton"><img src="img/picto-bike.png">
</button>
<button id="pedestrian" class="btn routeOptionsButton"><img src="img/picto-dude.png">
</button>
<button id="wheelchair" class="btn routeOptionsButton"><img src="img/picto-wheelchair.png">
</button>
<button id="truck" class="btn routeOptionsButton"><img src="img/picto-truck.png">
</button>
</div>
<div class="panel panelMedium" id="carOptions" style="">
<div class="radio">
<input type="radio" id="Fastest" name="car" checked="checked" value="fastest">
<label id="fastestLabel"> fastest route</label>
</div>
<div class="radio">
<input type="radio" id="Shortest" name="car" value="shortest">
<label id="shortestLabel">shortest route</label>
</div>
</div>
<div class="panel panelMedium" id="bicycleOptions" style="display: none;">
<div class="radio">
<input type="radio" id="Bicycle" name="bicycle" value="shortest" checked="checked">
<label id="BicycleLabel">shortest route</label>
</div>
<div class="radio">
<input type="radio" id="BicycleSafety" name="bicycle" value="safest">
<label id="BicycleSafetyLabel">safest route</label>
</div>
<!-- <div class="radio">
<input type="radio" id="BicycleRoute" name="bicycle" value="preferredcycle">
<label id="BicycleRouteLabel">preferred bicycle lane</label>
</div> -->
<div class="radio">
<input type="radio" id="BicycleMTB" name="bicycle" value="mountain">
<label id="BicycleMtbLabel">mountain bike</label>
</div>
<div class="radio">
<input type="radio" id="BicycleRacer" name="bicycle" value="racing">
<label id="BicycleRacerLabel">racing bike</label>
</div>
</div>
<div class="panel panelMedium" id="pedestrianOptions" style="display: none;">
<div class="radio">
<input type="radio" id="Pedestrian" name="pedestrian" value="pedestrian" checked="checked">
<label id="PedestrianLabel">pedestrian</label>
</div>
</div>
<div class="panel panelMedium" id="truckOptions" style="display: none;">
<table style="margin-left: 0px; width: 70%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="img/picto-truck-goods.png">
</td><td><div class="radio">
<input type="radio" id="HeavyTruck" name="truck" value="goods" checked="checked">
<label id="goodsHeavyTruckLabel"> Goods</label>
</div></td>
</tr>
<tr>
<td><img src="img/picto-truck-hgv.png"></td>
<td><div class="radio">
<input type="radio" id="HeavyTruck" name="truck" value="hgv">
<label id="hgvHeavyTruckLabel"> HGV</label>
</div></td>
</tr>
<tr>
<td><img src="img/picto-truck-bus.png"></td>
<td>
<div class="radio">
<input type="radio" id="HeavyTruck" name="truck" value="bus">
<label id="busHeavyTruckLabel"> Bus</label>
</div>
</tr>
<tr>
<td><img src="img/picto-truck-agricultural.png"></td>
<td>
<div class="radio">
<input type="radio" id="HeavyTruck" name="truck" value="agricultural">
<label id="agriculturalHeavyTruckLabel"> Agricultural Vehicle</label>
</div>
</td>
</tr>
<tr>
<td><img src="img/picto-truck-forestry.png"></td>
<td>
<div class="radio">
<input type="radio" id="HeavyTruck" name="truck" value="forestry">
<label id="forestryHeavyTruckLabel"> Forestry</label>
</div>
</td>
</tr>
</table>
</div>
<div class="panel panelMedium" id="truckOptions_restrict" style="display: none;">
<table style="margin-left: 0px; width: 80%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<label id="trucklengthLabel">length</label>
<form>
<input type="text" value="15" min="0" max="50" autocomplete="off" id="value_length" style="height: 20px; width: 30px; border:0; color:#6392C2; font-weight:bold;" oninput="this.form.value_length_slide.value=this.value"><span class="inputvalue"> m</span>
<input type="range" min="0" max="50" value="15" step="0.5" id="value_length_slide" style="height: 20px;width: 130px; border:0; color:#6392C2; font-weight:bold;" oninput="this.form.value_length.value=this.value" />
</form>
</td><td><img src="img/picto-truck-long.png"></td>
</tr>
<tr>
<tr>
<td>
<label id="truckwidthLabel">width</label>
<form>
<input type="text" value="4" min="0" max="20" autocomplete="off" id="value_width" style="height: 20px;width: 30px; border:0; color:#6392C2; font-weight:bold;" oninput="this.form.value_width_slide.value=this.value"><span class="inputvalue"> m</span>
<input type="range" min="0" max="20" value="4" step="0.5" id="value_width_slide" style="height: 20px;width: 130px; border:0; color:#6392C2; font-weight:bold;" oninput="this.form.value_width.value=this.value" />
</form>
</td><td><img src="img/picto-truck-width.png"></td>
</tr>
<td>
<label id="truckheightLabel">height</label>
<form>
<input type="text" value="4" autocomplete="off" id="value_height" style="height: 20px;width: 30px; border:0; color:#6392C2; font-weight:bold;" oninput="this.form.value_height_slide.value=this.value"><span class="inputvalue"> m</span>
<input type="range" min="0" max="15" value="4" step="0.5" id="value_height_slide" style="height: 20px;width: 130px; border:0; color:#6392C2; font-weight:bold;" oninput="this.form.value_height.value=this.value" />
</form>
</td><td><img src="img/picto-truck-height.png"></td>
</tr><tr><td>
<label id="truckweightLabel">weight</label>
<form>
<input type="text" value="7" autocomplete="off" id="value_weight" style="height: 20px;width: 30px; border:0; color:#6392C2; font-weight:bold;" oninput="this.form.value_weight.value=this.value"><span class="inputvalue"> t </span>
<input type="range" min="0" max="50" value="4" step="0.5" id="value_weigth_slide" style="height: 20px;width: 130px; border:0; color:#6392C2; font-weight:bold;" oninput="this.form.value_weight.value=this.value" />
</form>
</td><td><img src="img/picto-truck-weight.png"></td>
</tr>
</table>
</div>
<div class="panel panelMedium" id="wheelchairOptions" style="display: none;">
<label class="radio">
<div>
<input type="radio" id="Wheelchair" name="wheelchair" checked="checked">
<label id="WheelchairLabel">wheelchair</label>
</div>
</label>
</div>
<div class="panel panelMedium" id="wheelchairParameters" style="display: none;">
<label id="surfaceLabel">Surface</label>
<select id="Surface">
<option id="asphaltOption">Asphalt</option>
<option id="cobblestoneFlattenedOption">Flattened Cobblestone</option>
<option id="cobblestoneOption">Cobblestone</option>
<option id="compactedOption">Compacted</option>
<option id="allSurfacesOption">All Surfaces</option>
</select>
<!--
<label id="smoothnessLabel">Smoothness</label>
<select id="Smoothness">
<option id="excellentOption">Excellent</option>
<option id="goodOption">Good</option>
<option id="intermediateOption">Intermediate</option>
<option id="badOption">Bad</option>
<option id="allSmoothnessesOption">All Smoothnesses</option>
</select>
-->
<label id="inclineLabel">Maximum Incline</label>
<select id="Incline">
<option id="threePercentOption">Up to 3%</option>
<option id="sixPercentOption">Up to 6%</option>
<option id="tenPercentOption">Up to 10%</option>
<option id="fifteenPercentOption">Up to 15%</option>
<option id="allInclinesOption">All Inclines</option>
</select>
<label id="slopedCurbLabel">Maximum Sloped Curb</label>
<select id="SlopedCurb">
<option id="threeCmOption">Up to 3cm</option>
<option id="sixCmOption">Up to 6cm</option>
<option id="tenCmOption">Up to 10cm</option>
<option id="allSlopedCurbesOption">All Sloped Curbs</option>
</select>
</div>
<div class="panel panelMedium" id="avoidables" style="">
<label class="checkbox">
<input type="checkbox" id="Highway">
<label id="avoidMotorLabel">Avoid highways</label>
</label>
<label class="checkbox">
<input type="checkbox" id="Tollway">
<label id="avoidTollLabel">Avoid toll roads</label>
</label>
<label class="checkbox">
<input type="checkbox" id="Unpavedroads">
<label id="avoidunpavedRoadsLabel">Avoid unpaved roads</label>
</label>
<label class="checkbox">
<input type="checkbox" id="Ferry">
<label id="avoidFerryLabel">Avoid ferrys</label>
</label>
</div>
<div class="panel panelMedium" id="avoidAreas">
<label id="avoidAreasTitle">Areas to avoid</label>
<div>
<div class="btn-group" id="avoidAreasToolbar">
<button class="btn" id="avoidCreate" title="draw avoid area"><img src="img/avoid-plus.png">
</button>
<button class="btn" id="avoidEdit" title="modify avoid area"><img src="img/avoid-edit.png">
</button>
<button class="btn" id="avoidRemove" title="remove avoid area"><img src="img/avoid-minus.png">
</button>
</div>
</div>
<div id="avoidAreasError" class="alert alert-error" style="display:none"></div>
</div>
</div>
</div>
</div>
<br>
<div id="resetRoute" class="clickable">
Reset whole route
</div>
<br>
<div class="guiComponent waypoint unset" draggable="draggable" id="Draft" style="display: none">
<span class="clickable removeWaypoint" title="Remove waypoint"> </span>
<span class="clickable moveUpWaypoint" href="#" title="Move waypoint up"> </span>
<span class="clickable moveDownWaypoint" href="#" title="Move Waypoint down"> </span>
<span class="clickable searchAgainButton" title="show previous search result" style="display: none;"> </span>
<div class="waypointResult" style="display:none;"></div>
<div class="guiComponent">
<input type="text" class="searchWaypoint" placeholder="enter an address">
<div class="alert alert-error searchWaypointError" style="display:none"></div>
<div class="responseContainer">
<div class="clickable zoomToSearchResults zoomToWaypointResults" title="Zoom to search results"></div>
<ul class="guiComponent resultList SearchAddress searchWaypointResults"></ul>
</div>
</div>
</div>
<div class="guiComponent waypoint unset" draggable="draggable" id="0">
<span class="clickable removeWaypoint" title="Remove waypoint"> </span>
<span class="clickable moveUpWaypoint" href="#" title="Move waypoint up" style="display: none;"> </span>
<span class="clickable moveDownWaypoint" href="#" title="Move Waypoint down" style=""> </span>
<span class="clickable searchAgainButton" title="search Again" style="display: none;"> </span>
<div class="waypointResult" style="display:none;"></div>
<div class="guiComponent">
<input type="text" class="searchWaypoint" placeholder="enter an address">
<div class="alert alert-error searchWaypointError" style="display:none"></div>
<div class="responseContainer">
<div class="clickable zoomToSearchResults zoomToWaypointResults" title="Zoom to search results"></div>
<ul class="guiComponent resultList SearchAddress searchWaypointResults"></ul>
</div>
</div>
</div>
<div class="guiComponent waypoint unset" draggable="draggable" id="1">
<span class="clickable removeWaypoint" title="Remove waypoint"> </span>
<span class="clickable moveUpWaypoint" href="#" title="Move waypoint up" style=""> </span>
<span class="clickable moveDownWaypoint" href="#" title="Move Waypoint down" style="display: none;"> </span>
<span class="clickable searchAgainButton" title="search Again" style="display: none;"> </span>
<div class="waypointResult" style="display:none;"></div>
<div class="guiComponent">
<input type="text" class="searchWaypoint" placeholder="enter an address">
<div class="alert alert-error searchWaypointError" style="display:none"></div>
<div class="responseContainer">
<div class="clickable zoomToSearchResults zoomToWaypointResults" title="Zoom to search results"></div>
<ul class="guiComponent resultList SearchAddress searchWaypointResults"></ul>
</div>
</div>
</div>
<div class="addWaypoint clickable" id="addWaypoint">
Add waypoint
</div>
<div id="routeCalculate" style="display:none" class="alert alert-info searchingBlue"></div>
<div id="routeError" style="display:none" class="alert alert-error"></div>
<div class="routeSummaryContainer panel panelLight" style="display: none;"></div><div class="routeInstructionsContainer panel panelLight" style="display: none;"></div>
<div class="panel panelLight" id="routeSummaryContainer" style="display:none">
<div class="collapsible guiComponent">
<div class="collapsibleHead clickable" id="routeSummaryHead">
Summary:
</div>
<div class="collapsibleBody">
<div id="route_totalTime"></div>
<div id="route_totalDistance"></div>
</div>
</div>
</div>
<div class="panel panelLight" id="routeInstructionsContainer" style="display:none">
<div class="collapsible guiComponent">
<div class="collapsibleHead clickable collapsed" id="routeInstructionHead">
Route instructions:
</div>
<div id="zoomToRouteButton" class="zoomToRoute clickable" style="display:none">
Whole Route
</div>
<div class="collapsibleBody" style="display: none;">
<div id="routeFromTo"></div>
<table></table>
</div>
</div>
</div>
<div class="routeExtrasContainer panel panelLight">
<div class="collapsible guiComponent">
<div class="collapsibleHead clickable collapsed" id="routeExtrasHead">
Route extras:
<br>
</div>
<div class="collapsibleBody" style="display: none;">
<div class="alert alert-error" style="display: none;"></div>
<div class="panel panelMedium">
<p id="permalinkLabel">
Permalink for current route
</p>
<btn class="btn" id="fnct_permalink">
Permalink
</btn>
</div>
<div class="panel panelMedium" id="accessibilityAnalysis">
<p id="accessibilityAnalysisLabel">
Accessibility analysis
</p>
<table>
<tr>
<td width="150"><span id="accessibilityAnalysisMinutes">Select minutes</span></td>
<td><input type="text" id="accessibilityDistance" class="textfield" value="15" style="height: 26px;" >
<btn class="btn" id="analyzeAccessibility">Analyze</btn></td>
</td>
</tr>
<tr>
<td width="150"><span id="accessibilityAnalysisIsochrones">Select Isochrone intervall</span></td>
<td><input type="text" id="accessibilityAnalysisIsochronesIntervall" class="textfield" value="10" style="width: 22px;"></td>
</tr>
<tr>
<td width="150"><label id="accessibilityAnalysisMethod">Select Isochrone method</label></td>
<td><select id="accessibilityAnalysisMethodList" style="width: 100px;">
<option id="Default">Recursive Grid</option>
<option id="Default2">TIN</option>
</select></td>
</tr>
</table>
<btn class="btn" id="removeAccessibility" style="display:none">
Remove
</btn>
<div class="alert alert-info searchingBlue" id="accessibilityCalculation" style="display: none;">
The accessibility is being analyzed...
</div>
<div class="alert alert-error" id="accessibilityError" style="display: none;">
An error occured during the accessibility analysis. Did you forget to set a start point?
</div>
</div>
<div id="exportImport">
<label id="imExportLabel"><b>Import/ Export</b></label>
<div class="panel panelMedium">
<p id="exportInfoLabel">
Download of current route in GPX format
</p>
<a id="export-gpx" class="btn" download="map.gpx"><i class="icon-download"></i>Export GPX</a>
<div class="alert alert-error" style="display:none" id="exportGpxError">
Unfortunately an error occured while downlodng the route.
</div>
</div>
<div class="panel panelMedium">
<p id="importRouteInfoLabel">
Upload a route from a GPX-file with re-calculation
</p>
<form class="fileUploadForm">
<div id="gpxUploadFiles" class="fileupload fileupload-new" data-provides="fileupload">
<span class="btn btn-file"><span class="fileupload-new fileUploadNewLabel">Select file</span><span class="fileupload-exists fileUploadExistsLabel">Change</span>
<input type="file">
</span><span class="fileupload-preview"></span><a href="#" id="gpxUploadFilesDelete" class="close fileupload-exists" data-dismiss="fileupload" style="float:none">x</a>
</div>
</form>
</div>
<div class="panel panelMedium">
<p id="importTrackInfoLabel">
Upload of GPX-track for display on the map
</p>
<form class="fileUploadForm">
<div id="gpxUploadTrack" class="fileupload fileupload-new" data-provides="fileupload">
<span class="btn btn-file"><span class="fileupload-new fileUploadNewLabel">Select file</span><span class="fileupload-exists fileUploadExistsLabel">Change</span>
<input type="file">
</span><span class="fileupload-preview"></span><a href="#" id="gpxUploadTrackDelete" class="close fileupload-exists" data-dismiss="fileupload" style="float:none">x</a>
</div>
<!-- <div id="trackList"></div> -->
</form>
</div>
<div id="importGpxError" class="alert alert-error" style="display:none">
Unfortunately an error occured while uploading the route.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="searchPanel" style="display: none;">
<div id="searchPoi" class="panel panelLight">
<div class="toolHeading" id="searchPoiHead">
Search for a POI
</div><span id="poiNearRoute">
<input type="checkbox" class="checkbox poisNearRoute" id="fnct_searchPoi_nearRoute">
<label id="searchPoiWithin1" class="poisNearRoute"> find POIs within </label>
<input type="text" id="fnct_searchPoi_distance" class="textfield poisNearRoute" value="100">
<select class="distMeasurePoi poisNearRoute" id="fnct_searchPoi_distanceUnit"></select><label id="searchPoiWithin2" class="poisNearRoute"> next to the route</label></span>
<div class="guiComponent">
<div id="inputWarn" class="alert alert-error" style="display: none;"></div><div id="checkboxWarn" class="alert alert-error" style="display: none;"></div>
<input type="text" class="searchField" id="fnct_searchPoi" placeholder="enter a POI" data-provide="typeahead" data-items="6">
<div class="clickable zoomToSearchResults" id="zoomToPoiResults" title="zoom to search results"></div>
<ul class="guiComponent resultList SearchPoi" id="fnct_searchPoiResults"></ul>
<div id="searchPoiError" class="alert alert-error" style="display:none"></div>
</div>
<div class="responseContainer panel panelMedium" id="poiResponseContainer" style="display: none;">
<div class="clickable zoomToSearchResults" id="zoomToPoiResults" title="Zoom to search results"></div>
</div>
</div>
</div>
<div id="geolocationPanel" style="display: none;">
<div id="geoloc" class="panel panelLight">
<div class="toolHeading" id="geolocationHead">
My current location
</div>
<div class="guiComponent">
<div class="alert alert-error" id="geolocationError" style="display: none;"></div>
<div id="geolocationResult"></div>
</div>
</div>
</div>
</div>
<div id="map" class="panel panelLight olMap">
<!-- Map goes here -->
</div>
<!-- Height profile draft -->
<!-- <div id="heightProfile">
<label class="headingElement heightContent" id="heightProfileHeadingLabel">Height Profile</label>
<label class="heightContent" id="heightProfiletInfoLabel"> Upload a route to show its height profile </label>
<form class="fileUploadForm heightContent">
<div id="uploadHeightProfileFiles" class="fileupload fileupload-new" data-provides="fileupload">
<span class="btn btn-file"><span class="fileupload-new fileUploadNewLabel">Select file</span><span class="fileupload-exists fileUploadExistsLabel">Change</span>
<input type="file">
</span> <span class="fileupload-preview"></span><a href="#" id="heightProfileFilesDelete" class="close fileupload-exists" data-dismiss="fileupload" style="float:none">x</a>
</div>
</form>
<div id="heightProfileChart"></div>
</div> -->
<!-- Popup for service timeouts -->
<div class="alert alert-error" id="serviceTimeout">
<button type="button" class="close" data-dismiss="alert">
×
</button>
</div>
<div class="disclaimer">
<a id="debug">debug - </a>
<a href="contact.html" class="inlineLink">(c) 2008-2015 -</a>
<a href="contact.html#disclaimer" class="inlineLink">Disclaimer -</a>
<a href="contact.html#license" class="inlineLink">License</a>
</div>
<!-- arrow to show/hide sidebar -->
<a class="sidebarVisible" id="toggleSidebar"><img src="img/arrowLeft.png" alt="/"></a>
<!-- arrow to show/hide height Profile -->
<a class="heightProfileInvisible" id="toggleHeightProfile"><img src="img/arrowLeft.png" alt="/"></a>
<!-- popup for user preferences (language, distance unit,...) -->
<div id="sitePrefsModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="sitePrefs">
<div class="modal-header">
<a href="#" class="close" data-dismiss="modal" aria-hidden="true">×</a><h3 id="sitePrefs">Site Preferences</h3>
</div>
<div class="modal-body">
<h4 id="versionLabel">Version</h4>
<p>
<label id="versionText">Please choose the number of options: </label>
<select id="extendedVersionPrefs"></select>
</p><h4 id="languageLabel">Languages</h4>
<p>
<label id="languageText">Please select your language: </label>
<select id="languagePrefs"></select>
</p><h4 id="routingLanguageLabel">Routing Languages</h4>
<p>
<label id="routingLanguageText">Please select your language: </label>
<select id="routingLanguagePrefs"></select>
</p><h4 id="distanceUnitLabel">Distance Units</h4>
<p>
<label id="distanceUnitText">Please select your distance unit: </label>
<select id="unitPrefs"></select>
</p>
</div>
<div class="modal-footer">
<button class="btn" data-dismiss="modal" aria-hidden="true" id="preferencesClose">
Close
</button>
<button class="btn btn-primary" id="savePrefsBtn">
Save
</button>
</div>
</div>
<!-- this will be shown when the user performs a right click on the map -->
<div id="mapContextMenu" class="contextMenu" style="display:none">
<div class="useAsStartPoint">
<span id="contextStart">use as start point</span>
</div>
<div class="useAsViaPoint">
<span id="contextVia">use as via point</span>
</div>
<div class="useAsEndPoint">
<span id="contextEnd">use as end point</span>
</div>
</div>
<!-- Libraries -->
<!-- important: jQuery must be included before prototype -->
<script type="text/javascript" src="lib/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="lib/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="lib/bootstrap/bootstrap-typeahead.js"></script>
<script type="text/javascript" src="lib/bootstrap/bootstrap-ext.min.js"></script><!-- for file upload -->
<script type="text/javascript" src="lib/prototype.1.7.minified.js"></script>
<script type="text/javascript" src="lib/OpenLayers2.13.1.js"></script>
<script type="text/javascript" src="lib/XMLWriter-1.0.0-min.js"></script>
<script type="text/javascript" src="lib/jsts/javascript.util.js"></script>
<script type="text/javascript" src="lib/jsts/jsts-0.13.1.js"></script>
<script type="text/javascript" src="lib/rickshaw/d3.min.js"></script>
<script type="text/javascript" src="lib/rickshaw/d3.layout.min.js"></script>
<script type="text/javascript" src="lib/rickshaw/rickshaw.min.js"></script>
<!-- ORS single file -->
<!-- <script type="text/javascript" src="build/ORS.js"></script> -->
<!-- ORS dev multiple file-->
<script type="text/javascript" src="js/namespaces.js"></script>
<script type="text/javascript" src="js/util.js"></script>
<script type="text/javascript" src="js/list.js"></script>
<script type="text/javascript" src="js/modules/Preferences.js"></script>
<script type="text/javascript" src="js/OpenRouteService.js"></script>
<script type="text/javascript" src="js/event.js"></script>
<script type="text/javascript" src="js/modules/Waypoint.js"></script>
<script type="text/javascript" src="js/modules/Geolocation.js"></script>
<script type="text/javascript" src="js/modules/SearchAddress.js"></script>
<script type="text/javascript" src="js/modules/SearchPoi.js"></script>
<script type="text/javascript" src="js/modules/Route.js"></script>
<script type="text/javascript" src="js/modules/AccessibilityAnalysis.js"></script>
<script type="text/javascript" src="js/ui/ui.js"></script>
<script type="text/javascript" src="js/ui/Versions.js"></script>
<script type="text/javascript" src="js/ui/Languages.js"></script>
<script type="text/javascript" src="js/map.js"></script>
<script type="text/javascript" src="js/control.js"></script>
<script type="text/javascript" src="js/ORS.OpenLayers.js"></script>
<!-- ORS language files alphabertically sorted -->
<script type="text/javascript" src="js/lang/lang-cz.js"></script>
<script type="text/javascript" src="js/lang/lang-de.js"></script>
<script type="text/javascript" src="js/lang/lang-en.js"></script>
<script type="text/javascript" src="js/lang/lang-es.js"></script>
<script type="text/javascript" src="js/lang/lang-fr.js"></script>
<script type="text/javascript" src="js/lang/lang-hu.js"></script>
<script type="text/javascript" src="js/lang/lang-it.js"></script>
<script type="text/javascript" src="js/lang/lang-nl.js"></script>
<script type="text/javascript" src="js/lang/lang-pl.js"></script>
<script type="text/javascript" src="js/lang/lang-ru.js"></script>
<script type="text/javascript" src="js/lang/lang-ua.js"></script>
<script type="text/javascript" src="js/lang/lang-cn.js"></script>
<script type="text/javascript" src="js/lang/lang-cnsimple.js"></script>
</body>
</html>