Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Contents of /trunk/web/www/routino/router.html.en
Parent Directory
|
Revision Log
Revision 1010 -
(show annotations)
(download)
Fri Jun 29 19:18:53 2012 UTC (12 years, 8 months ago) by amb
File size: 28288 byte(s)
Fri Jun 29 19:18:53 2012 UTC (12 years, 8 months ago) by amb
File size: 28288 byte(s)
Fix HTML so that it validates.
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
2 | <HTML> |
3 | |
4 | <!-- |
5 | Routino router web page. |
6 | |
7 | Part of the Routino routing software. |
8 | |
9 | This file Copyright 2008-2012 Andrew M. Bishop |
10 | |
11 | This program is free software: you can redistribute it and/or modify |
12 | it under the terms of the GNU Affero General Public License as published by |
13 | the Free Software Foundation, either version 3 of the License, or |
14 | (at your option) any later version. |
15 | |
16 | This program is distributed in the hope that it will be useful, |
17 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
18 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
19 | GNU Affero General Public License for more details. |
20 | |
21 | You should have received a copy of the GNU Affero General Public License |
22 | along with this program. If not, see http://www.gnu.org/licenses/. |
23 | --> |
24 | |
25 | <HEAD> |
26 | <TITLE>Routino : Route Planner for OpenStreetMap Data</TITLE> |
27 | <META name="keywords" content="openstreetmap routing route planner"> |
28 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
29 | |
30 | <!-- OpenLayers Javascript library --> |
31 | <script src="../openlayers/OpenLayers.js" type="text/javascript"></script> |
32 | |
33 | <!-- Page elements --> |
34 | <script src="page-elements.js" type="text/javascript"></script> |
35 | <link href="page-elements.css" type="text/css" rel="stylesheet"> |
36 | |
37 | <!-- Router and visualiser shared features --> |
38 | <link href="maplayout.css" type="text/css" rel="stylesheet"> |
39 | <!--[if IE 6]> |
40 | <link href="maplayout-ie6-bugfixes.css" type="text/css" rel="stylesheet"> |
41 | <![endif]--> |
42 | <!--[if IE 7]> |
43 | <link href="maplayout-ie7-bugfixes.css" type="text/css" rel="stylesheet"> |
44 | <![endif]--> |
45 | |
46 | <!-- Router specific features --> |
47 | <script src="profiles.js" type="text/javascript"></script> |
48 | <script src="mapprops.js" type="text/javascript"></script> |
49 | <script src="router.js" type="text/javascript"></script> |
50 | <link href="router.css" type="text/css" rel="stylesheet"> |
51 | |
52 | </HEAD> |
53 | <BODY onload="html_init();map_init();form_init();"> |
54 | |
55 | <!-- Left hand side of window - data panel --> |
56 | |
57 | <div class="left_panel"> |
58 | |
59 | <div class="tab_box"> |
60 | <span id="tab_options" onclick="tab_select('options');" class="tab_selected" title="Set routing options">Options</span> |
61 | <span id="tab_results" onclick="tab_select('results');" class="tab_unselected" title="See routing results">Results</span> |
62 | <span id="tab_data" onclick="tab_select('data');" class="tab_unselected" title="View database information">Data</span> |
63 | </div> |
64 | |
65 | <div class="tab_content" id="tab_options_div"> |
66 | |
67 | <form name="form" id="form" action="" method="get" onsubmit="return false;"> |
68 | <div class="hideshow_box"> |
69 | <span class="hideshow_title">Routino OpenStreetMap Router</span> |
70 | This web page allows routing within the data collected by OpenStreetMap. |
71 | Select start and end points (click on the marker icons below), select routing preferences then find a route. |
72 | <div align="center"> |
73 | <a target="other" href="http://www.routino.org/">Routino Website</a> |
74 | | |
75 | <a target="other" href="documentation/">Documentation</a> |
76 | </div> |
77 | </div> |
78 | |
79 | <div class="hideshow_box"> |
80 | <span id="hideshow_language_show" onclick="hideshow_show('language');" class="hideshow_show">+</span> |
81 | <span id="hideshow_language_hide" onclick="hideshow_hide('language');" class="hideshow_hide">-</span> |
82 | <span class="hideshow_title">Language</span> |
83 | |
84 | <!-- Note for translations: Only this HTML file needs to be translated, the Javascript has |
85 | no language specific information in it. Only the body text and title attributes should |
86 | be changed, the values passed to the JavaScript and the element names must not be changed. |
87 | The selection below changes the language option passed to the router and selects the |
88 | output language not the web page language, the links are for that. The router itself uses |
89 | the translations.xml file for the translated versions of the output. --> |
90 | |
91 | <div id="hideshow_language_div" style="display: none;"> |
92 | <table> |
93 | <tr> |
94 | <td><a id="lang_en_url" onmouseover="updateURL(this);" onfocus="updateURL(this);" onclick="updateURL(this);" href="router.html.en" title="English language web page">English</a> |
95 | <td>(EN) |
96 | <td><input name="language" type="radio" value="en" onchange="formSetLanguage()" checked> |
97 | <tr> |
98 | <td><a id="lang_de_url" onmouseover="updateURL(this);" onfocus="updateURL(this);" onclick="updateURL(this);" href="router.html.de" title="Deutsche Webseite">German</a> |
99 | <td>(DE) |
100 | <td><input name="language" type="radio" value="de" onchange="formSetLanguage()"> |
101 | <tr> |
102 | <td><a id="lang_nl_url" onmouseover="updateURL(this);" onfocus="updateURL(this);" onclick="updateURL(this);" href="router.html.nl" title="Dutch language web page">Dutch</a> |
103 | <td>(NL) |
104 | <td><input name="language" type="radio" value="nl" onchange="formSetLanguage()"> |
105 | <tr> |
106 | <td>Russian |
107 | <td>(RU) |
108 | <td><input name="language" type="radio" value="ru" onchange="formSetLanguage()"> |
109 | </table> |
110 | </div> |
111 | </div> |
112 | |
113 | <div class="hideshow_box"> |
114 | <span id="hideshow_waypoint_show" onclick="hideshow_show('waypoint');" class="hideshow_hide">+</span> |
115 | <span id="hideshow_waypoint_hide" onclick="hideshow_hide('waypoint');" class="hideshow_show">-</span> |
116 | <span class="hideshow_title">Waypoints</span> |
117 | <div id="hideshow_waypoint_div"> |
118 | <table id="waypoints"> |
119 | <colgroup> |
120 | <col style="width: 25px;"> |
121 | <col> |
122 | <col style="width: 76px;"> |
123 | </colgroup> |
124 | <tr id="waypointXXX" style="display: none;"> |
125 | <td> |
126 | <img name="waypointXXX" src="icons/marker-XXX-grey.png" title="Waypoint XXX Position - (click to add/remove on map)" alt="Waypoint XXX" onmousedown="markerToggleMap(XXX)"> |
127 | <td> |
128 | <span id="coordsXXX"> |
129 | <input name="lonXXX" type="text" size="7" title="Waypoint XXX Longitude" onchange="formSetCoords(XXX);">E |
130 | <input name="latXXX" type="text" size="7" title="Waypoint XXX Latitude" onchange="formSetCoords(XXX);">N |
131 | </span> |
132 | <span id="searchXXX" style="display: none;"> |
133 | <input name="searchXXX" type="text" size="20" title="Waypoint XXX Location" onchange="formSetSearch(XXX);"> |
134 | </span> |
135 | <td> |
136 | <img alt="?" src="icons/waypoint-search.png" title="Search for location" onmousedown="markerSearch(XXX);" > |
137 | <img alt="G" src="icons/waypoint-locate.png" title="Get current location" onmousedown="markerLocate(XXX);" > |
138 | <img alt="O" src="icons/waypoint-recentre.png" title="Centre map on this waypoint" onmousedown="markerRecentre(XXX);"> |
139 | <img alt="^" src="icons/waypoint-up.png" title="Move this waypoint up" onmousedown="markerMoveUp(XXX);" > |
140 | <img alt="+" src="icons/waypoint-add.png" title="Add waypoint after this one" onmousedown="markerAddAfter(XXX);"> |
141 | <br> |
142 | <img alt="#" src="icons/waypoint-coords.png" title="Coordinates for location" onmousedown="markerCoords(XXX);" > |
143 | <img alt="~" src="icons/waypoint-home.png" title="Toggle as home location" onmousedown="markerHome(XXX);" > |
144 | <img alt="o" src="icons/waypoint-centre.png" title="Centre this waypoint on map" onmousedown="markerCentre(XXX);" > |
145 | <img alt="v" src="icons/waypoint-down.png" title="Move this waypoint down" onmousedown="markerMoveDown(XXX);"> |
146 | <img alt="-" src="icons/waypoint-remove.png" title="Remove this waypoint" onmousedown="markerRemove(XXX);" > |
147 | <tr id="searchresultsXXX" style="display: none;"> |
148 | <td colspan="3"> |
149 | <!-- The waypoints are inserted by the JavaScript, see the "maxmarkers" variable in router.js. --> |
150 | <tr> |
151 | <td colspan="3" align="center"><input type="button" title="Reverse order of waypoints" value="Reverse waypoint order" onmousedown="markersReverse();"> |
152 | </table> |
153 | </div> |
154 | </div> |
155 | |
156 | <div class="hideshow_box"> |
157 | <span id="hideshow_transport_show" onclick="hideshow_show('transport');" class="hideshow_hide">+</span> |
158 | <span id="hideshow_transport_hide" onclick="hideshow_hide('transport');" class="hideshow_show">-</span> |
159 | <span class="hideshow_title">Transport Type</span> |
160 | <div id="hideshow_transport_div"> |
161 | <table> |
162 | <tr><td>Foot <td><input name="transport" type="radio" value="foot" onchange="formSetTransport('foot' )"> |
163 | <tr><td>Horse <td><input name="transport" type="radio" value="horse" onchange="formSetTransport('horse' )"> |
164 | <tr><td>Wheelchair<td><input name="transport" type="radio" value="wheelchair" onchange="formSetTransport('wheelchair')"> |
165 | <tr><td>Bicycle <td><input name="transport" type="radio" value="bicycle" onchange="formSetTransport('bicycle' )"> |
166 | <tr><td>Moped <td><input name="transport" type="radio" value="moped" onchange="formSetTransport('moped' )"> |
167 | <tr><td>Motorbike <td><input name="transport" type="radio" value="motorbike" onchange="formSetTransport('motorbike' )"> |
168 | <tr><td>Motorcar <td><input name="transport" type="radio" value="motorcar" onchange="formSetTransport('motorcar' )"> |
169 | <tr><td>Goods <td><input name="transport" type="radio" value="goods" onchange="formSetTransport('goods' )"> |
170 | <tr><td>HGV <td><input name="transport" type="radio" value="hgv" onchange="formSetTransport('hgv' )"> |
171 | <tr><td>PSV <td><input name="transport" type="radio" value="psv" onchange="formSetTransport('psv' )"> |
172 | </table> |
173 | </div> |
174 | </div> |
175 | |
176 | <div class="hideshow_box"> |
177 | <span id="hideshow_highway_show" onclick="hideshow_show('highway');" class="hideshow_show">+</span> |
178 | <span id="hideshow_highway_hide" onclick="hideshow_hide('highway');" class="hideshow_hide">-</span> |
179 | <span class="hideshow_title">Highway Preferences</span> |
180 | <div id="hideshow_highway_div" style="display: none;"> |
181 | <table> |
182 | <tr><td>Motorway: <td><input name="highway-motorway" type="text" size=3 onchange="formSetHighway('motorway' )"><td>% |
183 | <tr><td>Trunk: <td><input name="highway-trunk" type="text" size=3 onchange="formSetHighway('trunk' )"><td>% |
184 | <tr><td>Primary: <td><input name="highway-primary" type="text" size=3 onchange="formSetHighway('primary' )"><td>% |
185 | <tr><td>Secondary: <td><input name="highway-secondary" type="text" size=3 onchange="formSetHighway('secondary' )"><td>% |
186 | <tr><td>Tertiary: <td><input name="highway-tertiary" type="text" size=3 onchange="formSetHighway('tertiary' )"><td>% |
187 | <tr><td>Unclassified:<td><input name="highway-unclassified" type="text" size=3 onchange="formSetHighway('unclassified')"><td>% |
188 | <tr><td>Residential: <td><input name="highway-residential" type="text" size=3 onchange="formSetHighway('residential' )"><td>% |
189 | <tr><td>Service: <td><input name="highway-service" type="text" size=3 onchange="formSetHighway('service' )"><td>% |
190 | <tr><td>Track: <td><input name="highway-track" type="text" size=3 onchange="formSetHighway('track' )"><td>% |
191 | <tr><td>Cycleway: <td><input name="highway-cycleway" type="text" size=3 onchange="formSetHighway('cycleway' )"><td>% |
192 | <tr><td>Path: <td><input name="highway-path" type="text" size=3 onchange="formSetHighway('path' )"><td>% |
193 | <tr><td>Steps: <td><input name="highway-steps" type="text" size=3 onchange="formSetHighway('steps' )"><td>% |
194 | <tr><td>Ferry: <td><input name="highway-ferry" type="text" size=3 onchange="formSetHighway('ferry' )"><td>% |
195 | </table> |
196 | </div> |
197 | </div> |
198 | |
199 | <div class="hideshow_box"> |
200 | <span id="hideshow_speed_show" onclick="hideshow_show('speed');" class="hideshow_show">+</span> |
201 | <span id="hideshow_speed_hide" onclick="hideshow_hide('speed');" class="hideshow_hide">-</span> |
202 | <span class="hideshow_title">Speed Limits</span> |
203 | <div id="hideshow_speed_div" style="display: none;"> |
204 | <table> |
205 | <tr><td>Motorway: <td><input name="speed-motorway" type="text" size=3 onchange="formSetSpeed('motorway' )"><td>km/hr |
206 | <tr><td>Trunk: <td><input name="speed-trunk" type="text" size=3 onchange="formSetSpeed('trunk' )"><td>km/hr |
207 | <tr><td>Primary: <td><input name="speed-primary" type="text" size=3 onchange="formSetSpeed('primary' )"><td>km/hr |
208 | <tr><td>Secondary: <td><input name="speed-secondary" type="text" size=3 onchange="formSetSpeed('secondary' )"><td>km/hr |
209 | <tr><td>Tertiary: <td><input name="speed-tertiary" type="text" size=3 onchange="formSetSpeed('tertiary' )"><td>km/hr |
210 | <tr><td>Unclassified:<td><input name="speed-unclassified" type="text" size=3 onchange="formSetSpeed('unclassified')"><td>km/hr |
211 | <tr><td>Residential: <td><input name="speed-residential" type="text" size=3 onchange="formSetSpeed('residential' )"><td>km/hr |
212 | <tr><td>Service: <td><input name="speed-service" type="text" size=3 onchange="formSetSpeed('service' )"><td>km/hr |
213 | <tr><td>Track: <td><input name="speed-track" type="text" size=3 onchange="formSetSpeed('track' )"><td>km/hr |
214 | <tr><td>Cycleway: <td><input name="speed-cycleway" type="text" size=3 onchange="formSetSpeed('cycleway' )"><td>km/hr |
215 | <tr><td>Path: <td><input name="speed-path" type="text" size=3 onchange="formSetSpeed('path' )"><td>km/hr |
216 | <tr><td>Steps: <td><input name="speed-steps" type="text" size=3 onchange="formSetSpeed('steps' )"><td>km/hr |
217 | <tr><td>Ferry: <td><input name="speed-ferry" type="text" size=3 onchange="formSetSpeed('ferry' )"><td>km/hr |
218 | </table> |
219 | </div> |
220 | </div> |
221 | |
222 | <div class="hideshow_box"> |
223 | <span id="hideshow_property_show" onclick="hideshow_show('property');" class="hideshow_show">+</span> |
224 | <span id="hideshow_property_hide" onclick="hideshow_hide('property');" class="hideshow_hide">-</span> |
225 | <span class="hideshow_title">Property Preferences</span> |
226 | <div id="hideshow_property_div" style="display: none;"> |
227 | <table> |
228 | <tr><td>Paved: <td><input name="property-paved" type="text" size=3 onchange="formSetProperty('paved' )"><td>% |
229 | <tr><td>Multiple Lanes:<td><input name="property-multilane" type="text" size=3 onchange="formSetProperty('multilane' )"><td>% |
230 | <tr><td>Bridge: <td><input name="property-bridge" type="text" size=3 onchange="formSetProperty('bridge' )"><td>% |
231 | <tr><td>Tunnel: <td><input name="property-tunnel" type="text" size=3 onchange="formSetProperty('tunnel' )"><td>% |
232 | <tr><td>Walking Route: <td><input name="property-footroute" type="text" size=3 onchange="formSetProperty('footroute' )"><td>% |
233 | <tr><td>Bicycle Route: <td><input name="property-bicycleroute" type="text" size=3 onchange="formSetProperty('bicycleroute')"><td>% |
234 | </table> |
235 | </div> |
236 | </div> |
237 | |
238 | <div class="hideshow_box"> |
239 | <span id="hideshow_restriction_show" onclick="hideshow_show('restriction');" class="hideshow_show">+</span> |
240 | <span id="hideshow_restriction_hide" onclick="hideshow_hide('restriction');" class="hideshow_hide">-</span> |
241 | <span class="hideshow_title">Other Restrictions</span> |
242 | <div id="hideshow_restriction_div" style="display: none;"> |
243 | <table> |
244 | <tr><td>Obey oneway:<td><input name="restrict-oneway" type="checkbox" onchange="formSetRestriction('oneway')"><td> |
245 | <tr><td>Obey turns: <td><input name="restrict-turns" type="checkbox" onchange="formSetRestriction('turns' )"><td> |
246 | <tr><td>Weight: <td><input name="restrict-weight" type="text" size=3 onchange="formSetRestriction('weight')"><td>tonnes |
247 | <tr><td>Height: <td><input name="restrict-height" type="text" size=3 onchange="formSetRestriction('height')"><td>metres |
248 | <tr><td>Width: <td><input name="restrict-width" type="text" size=3 onchange="formSetRestriction('width' )"><td>metres |
249 | <tr><td>Length: <td><input name="restrict-length" type="text" size=3 onchange="formSetRestriction('length')"><td>metres |
250 | </table> |
251 | </div> |
252 | </div> |
253 | |
254 | <div class="hideshow_box"> |
255 | <span class="hideshow_title">Find</span> |
256 | <input type="button" title="Find shortest route" id="shortest" value="Shortest" onclick="findRoute('shortest');"> |
257 | <input type="button" title="Find quickest route" id="quickest" value="Quickest" onclick="findRoute('quickest');"> |
258 | </div> |
259 | |
260 | <div class="hideshow_box"> |
261 | <span class="hideshow_title">Links</span> |
262 | <a id="permalink_url" onmouseover="updateURL(this);" onfocus="updateURL(this);" onclick="updateURL(this);" href="router.html">Permanent link to these parameters</a> |
263 | <br> |
264 | <a id="edit_url" onmouseover="updateURL(this);" onfocus="updateURL(this);" onclick="updateURL(this);" href="http://www.openstreetmap.org/" target="edit">Edit OSM data in Potlatch</a> |
265 | </div> |
266 | |
267 | <div class="hideshow_box"> |
268 | <span id="hideshow_help_options_show" onclick="hideshow_show('help_options');" class="hideshow_hide">+</span> |
269 | <span id="hideshow_help_options_hide" onclick="hideshow_hide('help_options');" class="hideshow_show">-</span> |
270 | <span class="hideshow_title">Help</span> |
271 | <div id="hideshow_help_options_div"> |
272 | <div class="scrollable"> |
273 | <p> |
274 | <b>Quick Start</b> |
275 | <br> |
276 | Click on marker icons (above) to place them on the map (right). Then |
277 | drag them to the correct position. Zooming the map before placing the |
278 | markers is probably easiest. Alternatively type the latitude and |
279 | longitude into the boxes above. |
280 | <p> |
281 | Select the transport type, allowed highway types, speed limits, highway |
282 | properties and other restrictions from the options above. |
283 | Select "Shortest" or "Quickest" to calculate the route and display it |
284 | on the map. |
285 | <p> |
286 | <b>Waypoints</b> |
287 | <br> |
288 | Clicking on the marker icons will toggle the display of them on the map. |
289 | When a route is calculated it will visit (as close as possible |
290 | for the selected transport type) each of the waypoints that have |
291 | markers on the map in the order given. |
292 | <p> |
293 | <b>Transport Type</b> |
294 | <br> |
295 | Selecting a transport type will restrict the chosen route to |
296 | those on which it is allowed and set default values for the |
297 | other parameters. |
298 | <p> |
299 | <b>Highway Preferences</b> |
300 | <br> |
301 | The highway preference is selected as a percentage and routes are chosen that |
302 | try to follow the preferred highways. |
303 | For example if a "Primary" road is given a "110%" preference and a "Secondary" |
304 | road is given a "100%" preference then it means that a route on a Primary road |
305 | can be up to 10% longer than on a secondary road and still be selected. |
306 | <p> |
307 | <b>Speed Limits</b> |
308 | <br> |
309 | The speed limits chosen here for the different types of highway apply if the |
310 | highway has no other speed limit marked or it is higher than the chosen one. |
311 | <p> |
312 | <b>Property Preferences</b> |
313 | <br> |
314 | The property preference is selected as a percentage and routes are chosen that |
315 | try to follow highways with the preferred property. |
316 | For example if a "Paved" highway is given a "75%" preference then it means that |
317 | an unpaved highway is automatically given a "25%" preference so that a route on |
318 | a paved highway can be 3 times the length of an unpaved one and still be |
319 | selected. |
320 | <p> |
321 | <b>Other Restrictions</b> |
322 | <br> |
323 | These allow a route to be found that avoids marked limits on |
324 | weight, height, width or length. It is also possible to ignore |
325 | one-way restrictions (e.g. if walking). |
326 | </div> |
327 | </div> |
328 | </div> |
329 | </form> |
330 | </div> |
331 | |
332 | |
333 | <div class="tab_content" id="tab_results_div" style="display: none;"> |
334 | |
335 | <div class="hideshow_box"> |
336 | <span class="hideshow_title">Status</span> |
337 | <div id="result_status"> |
338 | <div id="result_status_not_run"> |
339 | <b><i>Router not run</i></b> |
340 | </div> |
341 | <div id="result_status_running" style="display: none;"> |
342 | <b>Router running...</b> |
343 | </div> |
344 | <div id="result_status_complete" style="display: none;"> |
345 | <b>Routing completed</b> |
346 | <br> |
347 | <a id="router_log_complete" target="router_log" href="#">View Details</a> |
348 | </div> |
349 | <div id="result_status_error" style="display: none;"> |
350 | <b>Router error</b> |
351 | <br> |
352 | <a id="router_log_error" target="router_log" href="#">View Details</a> |
353 | </div> |
354 | <div id="result_status_failed" style="display: none;"> |
355 | <b>Router failed to run</b> |
356 | </div> |
357 | </div> |
358 | </div> |
359 | |
360 | <div class="hideshow_box"> |
361 | <span id="hideshow_shortest_show" onclick="hideshow_show('shortest');" class="hideshow_show">+</span> |
362 | <span id="hideshow_shortest_hide" onclick="hideshow_hide('shortest');" class="hideshow_hide">-</span> |
363 | <span class="hideshow_title">Shortest Route</span> |
364 | <div id="shortest_status"> |
365 | <div id="shortest_status_no_info"> |
366 | <b><i>No Information</i></b> |
367 | </div> |
368 | <div id="shortest_status_info" style="display: none;"> |
369 | </div> |
370 | </div> |
371 | <div id="hideshow_shortest_div" style="display: none;"> |
372 | <div id="shortest_links" style="display: none;"> |
373 | <table> |
374 | <tr><td>HTML directions:<td><a id="shortest_html" target="shortest_html" href="#">Open Popup</a> |
375 | <tr><td>GPX track file: <td><a id="shortest_gpx_track" target="shortest_gpx_track" href="#">Open Popup</a> |
376 | <tr><td>GPX route file: <td><a id="shortest_gpx_route" target="shortest_gpx_route" href="#">Open Popup</a> |
377 | <tr><td>Full text file: <td><a id="shortest_text_all" target="shortest_text_all" href="#">Open Popup</a> |
378 | <tr><td>Text file: <td><a id="shortest_text" target="shortest_text" href="#">Open Popup</a> |
379 | </table> |
380 | <hr> |
381 | </div> |
382 | <div id="shortest_route"> |
383 | </div> |
384 | </div> |
385 | </div> |
386 | |
387 | <div class="hideshow_box"> |
388 | <span id="hideshow_quickest_show" onclick="hideshow_show('quickest');" class="hideshow_show">+</span> |
389 | <span id="hideshow_quickest_hide" onclick="hideshow_hide('quickest');" class="hideshow_hide">-</span> |
390 | <span class="hideshow_title">Quickest Route</span> |
391 | <div id="quickest_status"> |
392 | <div id="quickest_status_no_info"> |
393 | <b><i>No Information</i></b> |
394 | </div> |
395 | <div id="quickest_status_info" style="display: none;"> |
396 | </div> |
397 | </div> |
398 | <div id="hideshow_quickest_div" style="display: none;"> |
399 | <div id="quickest_links" style="display: none;"> |
400 | <table> |
401 | <tr><td>HTML directions:<td><a id="quickest_html" target="quickest_html" href="#">Open Popup</a> |
402 | <tr><td>GPX track file: <td><a id="quickest_gpx_track" target="quickest_gpx_track" href="#">Open Popup</a> |
403 | <tr><td>GPX route file: <td><a id="quickest_gpx_route" target="quickest_gpx_route" href="#">Open Popup</a> |
404 | <tr><td>Full text file: <td><a id="quickest_text_all" target="quickest_text_all" href="#">Open Popup</a> |
405 | <tr><td>Text file: <td><a id="quickest_text" target="quickest_text" href="#">Open Popup</a> |
406 | </table> |
407 | <hr> |
408 | </div> |
409 | <div id="quickest_route"> |
410 | </div> |
411 | </div> |
412 | </div> |
413 | |
414 | <div class="hideshow_box"> |
415 | <span id="hideshow_help_route_show" onclick="hideshow_show('help_route');" class="hideshow_hide">+</span> |
416 | <span id="hideshow_help_route_hide" onclick="hideshow_hide('help_route');" class="hideshow_show">-</span> |
417 | <span class="hideshow_title">Help</span> |
418 | <div id="hideshow_help_route_div"> |
419 | <div class="scrollable"> |
420 | <p> |
421 | <b>Quick Start</b> |
422 | <br> |
423 | After calculating a route you can download the GPX file or plain |
424 | text route description (summary or detailed version). Also you |
425 | can view the route description and zoom in to selected parts. |
426 | <p> |
427 | <b>Problem Solving</b> |
428 | <br> |
429 | If the router completes with an error then the most likely cause is |
430 | that it is not possible to find a route between the selected points. |
431 | Moving one or more markers or changing the routing options should |
432 | allow a route to be found. |
433 | <p> |
434 | <b>Output Formats</b> |
435 | <br> |
436 | <dl> |
437 | <dt>HTML instructions |
438 | <dd>A description of the route to take with directions at each |
439 | important junction. |
440 | <dt>GPX track file |
441 | <dd>The same information that is displayed on the map with points |
442 | for every node and lines for every segment. |
443 | <dt>GPX route file |
444 | <dd>The same information that is displayed in text for the route |
445 | with a waypoint for each important junction in the route. |
446 | <dt>Full text file |
447 | <dd>A list of all of the nodes visited as well as the distance |
448 | between them and the cumulative distance for each step of the |
449 | route. |
450 | <dt>Text file |
451 | <dd>The same information that is displayed in text for the route. |
452 | </dl> |
453 | </div> |
454 | </div> |
455 | </div> |
456 | </div> |
457 | |
458 | |
459 | <div class="tab_content" id="tab_data_div" style="display: none;"> |
460 | <div class="hideshow_box"> |
461 | <span class="hideshow_title">Statistics</span> |
462 | <div id="statistics_data"></div> |
463 | <a id="statistics_link" href="statistics.cgi" onclick="displayStatistics();return(false);">Display data statistics</a> |
464 | </div> |
465 | |
466 | <div class="hideshow_box"> |
467 | <span class="hideshow_title">Visualiser</span> |
468 | To see Routino's view of the data there is a data visualiser that allows |
469 | displaying of the underlying data in various ways. |
470 | <br> |
471 | <a id="visualiser_url" onmouseover="updateURL(this);" onfocus="updateURL(this);" onclick="updateURL(this);" href="visualiser.html" target="visualiser">Custom link to this map view</a> |
472 | </div> |
473 | </div> |
474 | |
475 | </div> |
476 | |
477 | <!-- Right hand side of window - map --> |
478 | |
479 | <div class="right_panel"> |
480 | <div class="map" id="map"> |
481 | <noscript> |
482 | Javascript is <em>required</em> to use this web page because of the |
483 | interactive map. |
484 | </noscript> |
485 | </div> |
486 | <div class="attribution"> |
487 | <a target="other" href="http://www.routino.org/" title="Routino">Router: Routino</a> |
488 | | |
489 | <a target="other" href="http://www.openstreetmap.org/" title="Copyright: OpenStreetMap.org; License: Creative Commons Attribution-Share Alike 2.0">Geo Data: OpenStreetMap</a> |
490 | </div> |
491 | </div> |
492 | |
493 | </BODY> |
494 | </HTML> |