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 902 -
(show annotations)
(download)
Sat Nov 12 18:38:05 2011 UTC (13 years, 4 months ago) by amb
File size: 38635 byte(s)
Sat Nov 12 18:38:05 2011 UTC (13 years, 4 months ago) by amb
File size: 38635 byte(s)
Added Russian language translations.
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-2011 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="router.js" type="text/javascript"></script> |
49 | <link href="router.css" type="text/css" rel="stylesheet"> |
50 | |
51 | </HEAD> |
52 | <BODY onload="map_init('lat','lon','zoom');form_init();block_return_key();"> |
53 | |
54 | <!-- Left hand side of window - data panel --> |
55 | |
56 | <div class="left_panel"> |
57 | |
58 | <div class="tab_box"> |
59 | <span id="tab_options" onclick="tab_select('options');" class="tab_selected" title="Set routing options">Options</span> |
60 | <span id="tab_results" onclick="tab_select('results');" class="tab_unselected" title="See routing results">Results</span> |
61 | <span id="tab_data" onclick="tab_select('data');" class="tab_unselected" title="View database information">Data</span> |
62 | </div> |
63 | |
64 | <div class="tab_content" id="tab_options_div"> |
65 | |
66 | <form name="form" id="form" action="router.cgi" method="get"> |
67 | <div class="hideshow_box"> |
68 | <span class="hideshow_title">Routino OpenStreetMap Router</span> |
69 | This web page allows routing within the data collected by OpenStreetMap. |
70 | Select start and end points (click on the marker icons below), select routing preferences then find a route. |
71 | <div align="center"> |
72 | <a target="other" href="http://www.routino.org/">Routino Website</a> |
73 | | |
74 | <a target="other" href="documentation/">Documentation</a> |
75 | </div> |
76 | </div> |
77 | |
78 | <div class="hideshow_box"> |
79 | <span id="hideshow_language_show" onclick="hideshow_show('language');" class="hideshow_show">Show</span> |
80 | <span id="hideshow_language_hide" onclick="hideshow_hide('language');" class="hideshow_hide">Hide</span> |
81 | <span class="hideshow_title">Language</span> |
82 | |
83 | <!-- Note for translations: Only this HTML file needs to be translated, the Javascript has |
84 | no language specific information in it. Only the body text and title attributes should |
85 | be changed, the values passed to the JavaScript and the element names must not be changed. |
86 | The selection below changes the language option passed to the router and selects the |
87 | output language not the web page language, the links are for that. The router itself uses |
88 | the translations.xml file for the translated versions of the output. --> |
89 | |
90 | <div id="hideshow_language_div" style="display: none;"> |
91 | <table> |
92 | <tr> |
93 | <td><a href="router.html.en" title="English language web page">English</a> |
94 | <td>(EN) |
95 | <td><input name="language" type="radio" value="en" onchange="formSetLanguage('en')" checked><!-- language --> |
96 | <tr> |
97 | <td>German |
98 | <td>(DE) |
99 | <td><input name="language" type="radio" value="de" onchange="formSetLanguage('de')"><!-- language --> |
100 | <tr> |
101 | <td><a href="router.html.nl" title="Dutch language web page">Dutch</a> |
102 | <td>(NL) |
103 | <td><input name="language" type="radio" value="nl" onchange="formSetLanguage('nl')"><!-- language --> |
104 | <tr> |
105 | <td>Russian |
106 | <td>(RU) |
107 | <td><input name="language" type="radio" value="ru" onchange="formSetLanguage('ru')"><!-- language --> |
108 | </table> |
109 | </div> |
110 | </div> |
111 | |
112 | <div class="hideshow_box"> |
113 | <span id="hideshow_waypoint_show" onclick="hideshow_show('waypoint');" class="hideshow_hide">Show</span> |
114 | <span id="hideshow_waypoint_hide" onclick="hideshow_hide('waypoint');" class="hideshow_show">Hide</span> |
115 | <span class="hideshow_title">Waypoints</span> |
116 | <div id="hideshow_waypoint_div"> |
117 | <table> |
118 | <tr id="point1"> |
119 | <td> |
120 | <img name="waypoint1" src="icons/marker-1-grey.png" title="Waypoint 1 Position - (click to add/remove on map)" alt="Waypoint 1" onmousedown="markerToggleMap(1)"> |
121 | <td> |
122 | <input name="lon1" type="text" size=7 title="Waypoint 1 Longitude" onchange="formSetCoords(1);"><!-- lon1 --> E |
123 | <td> |
124 | <input name="lat1" type="text" size=7 title="Waypoint 1 Latitude" onchange="formSetCoords(1);"><!-- lat1 --> N |
125 | <td> |
126 | <img alt="o" src="icons/waypoint-centre.png" title="Centre this waypoint on map" onmousedown="markerCentre(1);" > |
127 | <img alt="^" src="icons/waypoint-up.png" title="Move this waypoint up" onmousedown="markerMoveUp(1);" > |
128 | <img alt="+" src="icons/waypoint-add.png" title="Add waypoint after this one" onmousedown="markerAddAfter(1);"><br> |
129 | <img alt="~" src="icons/waypoint-home.png" title="Toggle as home location" onmousedown="markerHome(1);" > |
130 | <img alt="v" src="icons/waypoint-down.png" title="Move this waypoint down" onmousedown="markerMoveDown(1);"> |
131 | <img alt="-" src="icons/waypoint-remove.png" title="Remove this waypoint" onmousedown="markerRemove(1);" > |
132 | <tr id="point2"> |
133 | <td> |
134 | <img name="waypoint2" src="icons/marker-2-grey.png" title="Waypoint 2 Position - (click to add/remove on map)" alt="Waypoint 2" onmousedown="markerToggleMap(2)"> |
135 | <td> |
136 | <input name="lon2" type="text" size=7 title="Waypoint 2 Longitude" onchange="formSetCoords(2);"><!-- lon2 --> E |
137 | <td> |
138 | <input name="lat2" type="text" size=7 title="Waypoint 2 Latitude" onchange="formSetCoords(2);"><!-- lat2 --> N |
139 | <td> |
140 | <img alt="o" src="icons/waypoint-centre.png" title="Centre this waypoint on map" onmousedown="markerCentre(2);"> |
141 | <img alt="^" src="icons/waypoint-up.png" title="Move this waypoint up" onmousedown="markerMoveUp(2);" > |
142 | <img alt="+" src="icons/waypoint-add.png" title="Add waypoint after this one" onmousedown="markerAddAfter(2);"><br> |
143 | <img alt="~" src="icons/waypoint-home.png" title="Toggle as home location" onmousedown="markerHome(2);" > |
144 | <img alt="v" src="icons/waypoint-down.png" title="Move this waypoint down" onmousedown="markerMoveDown(2);"> |
145 | <img alt="-" src="icons/waypoint-remove.png" title="Remove this waypoint" onmousedown="markerRemove(2);" > |
146 | <tr id="point3"> |
147 | <td> |
148 | <img name="waypoint3" src="icons/marker-3-grey.png" title="Waypoint 3 Position - (click to add/remove on map)" alt="Waypoint 3" onmousedown="markerToggleMap(3)"> |
149 | <td> |
150 | <input name="lon3" type="text" size=7 title="Waypoint 3 Longitude" onchange="formSetCoords(3);"><!-- lon3 --> E |
151 | <td> |
152 | <input name="lat3" type="text" size=7 title="Waypoint 3 Latitude" onchange="formSetCoords(3);"><!-- lat3 --> N |
153 | <td> |
154 | <img alt="o" src="icons/waypoint-centre.png" title="Centre this waypoint on map" onmousedown="markerCentre(3);"> |
155 | <img alt="^" src="icons/waypoint-up.png" title="Move this waypoint up" onmousedown="markerMoveUp(3);" > |
156 | <img alt="+" src="icons/waypoint-add.png" title="Add waypoint after this one" onmousedown="markerAddAfter(3);"><br> |
157 | <img alt="~" src="icons/waypoint-home.png" title="Toggle as home location" onmousedown="markerHome(3);" > |
158 | <img alt="v" src="icons/waypoint-down.png" title="Move this waypoint down" onmousedown="markerMoveDown(3);"> |
159 | <img alt="-" src="icons/waypoint-remove.png" title="Remove this waypoint" onmousedown="markerRemove(3);" > |
160 | <tr id="point4"> |
161 | <td> |
162 | <img name="waypoint4" src="icons/marker-4-grey.png" title="Waypoint 4 Position - (click to add/remove on map)" alt="Waypoint 4" onmousedown="markerToggleMap(4)"> |
163 | <td> |
164 | <input name="lon4" type="text" size=7 title="Waypoint 4 Longitude" onchange="formSetCoords(4);"><!-- lon4 --> E |
165 | <td> |
166 | <input name="lat4" type="text" size=7 title="Waypoint 4 Latitude" onchange="formSetCoords(4);"><!-- lat4 --> N |
167 | <td> |
168 | <img alt="o" src="icons/waypoint-centre.png" title="Centre this waypoint on map" onmousedown="markerCentre(4);"> |
169 | <img alt="^" src="icons/waypoint-up.png" title="Move this waypoint up" onmousedown="markerMoveUp(4);" > |
170 | <img alt="+" src="icons/waypoint-add.png" title="Add waypoint after this one" onmousedown="markerAddAfter(4);"><br> |
171 | <img alt="~" src="icons/waypoint-home.png" title="Toggle as home location" onmousedown="markerHome(4);" > |
172 | <img alt="v" src="icons/waypoint-down.png" title="Move this waypoint down" onmousedown="markerMoveDown(4);"> |
173 | <img alt="-" src="icons/waypoint-remove.png" title="Remove this waypoint" onmousedown="markerRemove(4);" > |
174 | <tr id="point5"> |
175 | <td> |
176 | <img name="waypoint5" src="icons/marker-5-grey.png" title="Waypoint 5 Position - (click to add/remove on map)" alt="Waypoint 5" onmousedown="markerToggleMap(5)"> |
177 | <td> |
178 | <input name="lon5" type="text" size=7 title="Waypoint 5 Longitude" onchange="formSetCoords(5);"><!-- lon5 --> E |
179 | <td> |
180 | <input name="lat5" type="text" size=7 title="Waypoint 5 Latitude" onchange="formSetCoords(5);"><!-- lat5 --> N |
181 | <td> |
182 | <img alt="o" src="icons/waypoint-centre.png" title="Centre this waypoint on map" onmousedown="markerCentre(5);"> |
183 | <img alt="^" src="icons/waypoint-up.png" title="Move this waypoint up" onmousedown="markerMoveUp(5);" > |
184 | <img alt="+" src="icons/waypoint-add.png" title="Add waypoint after this one" onmousedown="markerAddAfter(5);"><br> |
185 | <img alt="~" src="icons/waypoint-home.png" title="Toggle as home location" onmousedown="markerHome(5);" > |
186 | <img alt="v" src="icons/waypoint-down.png" title="Move this waypoint down" onmousedown="markerMoveDown(5);"> |
187 | <img alt="-" src="icons/waypoint-remove.png" title="Remove this waypoint" onmousedown="markerRemove(5);" > |
188 | <tr id="point6"> |
189 | <td> |
190 | <img name="waypoint6" src="icons/marker-6-grey.png" title="Waypoint 6 Position - (click to add/remove on map)" alt="Waypoint 6" onmousedown="markerToggleMap(6)"> |
191 | <td> |
192 | <input name="lon6" type="text" size=7 title="Waypoint 6 Longitude" onchange="formSetCoords(6);"><!-- lon6 --> E |
193 | <td> |
194 | <input name="lat6" type="text" size=7 title="Waypoint 6 Latitude" onchange="formSetCoords(6);"><!-- lat6 --> N |
195 | <td> |
196 | <img alt="o" src="icons/waypoint-centre.png" title="Centre this waypoint on map" onmousedown="markerCentre(6);"> |
197 | <img alt="^" src="icons/waypoint-up.png" title="Move this waypoint up" onmousedown="markerMoveUp(6);" > |
198 | <img alt="+" src="icons/waypoint-add.png" title="Add waypoint after this one" onmousedown="markerAddAfter(6);"><br> |
199 | <img alt="~" src="icons/waypoint-home.png" title="Toggle as home location" onmousedown="markerHome(6);" > |
200 | <img alt="v" src="icons/waypoint-down.png" title="Move this waypoint down" onmousedown="markerMoveDown(6);"> |
201 | <img alt="-" src="icons/waypoint-remove.png" title="Remove this waypoint" onmousedown="markerRemove(6);" > |
202 | <tr id="point7"> |
203 | <td> |
204 | <img name="waypoint7" src="icons/marker-7-grey.png" title="Waypoint 7 Position - (click to add/remove on map)" alt="Waypoint 7" onmousedown="markerToggleMap(7)"> |
205 | <td> |
206 | <input name="lon7" type="text" size=7 title="Waypoint 7 Longitude" onchange="formSetCoords(7);"><!-- lon7 --> E |
207 | <td> |
208 | <input name="lat7" type="text" size=7 title="Waypoint 7 Latitude" onchange="formSetCoords(7);"><!-- lat7 --> N |
209 | <td> |
210 | <img alt="o" src="icons/waypoint-centre.png" title="Centre this waypoint on map" onmousedown="markerCentre(7);"> |
211 | <img alt="^" src="icons/waypoint-up.png" title="Move this waypoint up" onmousedown="markerMoveUp(7);" > |
212 | <img alt="+" src="icons/waypoint-add.png" title="Add waypoint after this one" onmousedown="markerAddAfter(7);"><br> |
213 | <img alt="~" src="icons/waypoint-home.png" title="Toggle as home location" onmousedown="markerHome(7);" > |
214 | <img alt="v" src="icons/waypoint-down.png" title="Move this waypoint down" onmousedown="markerMoveDown(7);"> |
215 | <img alt="-" src="icons/waypoint-remove.png" title="Remove this waypoint" onmousedown="markerRemove(7);" > |
216 | <tr id="point8"> |
217 | <td> |
218 | <img name="waypoint8" src="icons/marker-8-grey.png" title="Waypoint 8 Position - (click to add/remove on map)" alt="Waypoint 8" onmousedown="markerToggleMap(8)"> |
219 | <td> |
220 | <input name="lon8" type="text" size=7 title="Waypoint 8 Longitude" onchange="formSetCoords(8);"><!-- lon8 --> E |
221 | <td> |
222 | <input name="lat8" type="text" size=7 title="Waypoint 8 Latitude" onchange="formSetCoords(8);"><!-- lat8 --> N |
223 | <td> |
224 | <img alt="o" src="icons/waypoint-centre.png" title="Centre this waypoint on map" onmousedown="markerCentre(8);"> |
225 | <img alt="^" src="icons/waypoint-up.png" title="Move this waypoint up" onmousedown="markerMoveUp(8);" > |
226 | <img alt="+" src="icons/waypoint-add.png" title="Add waypoint after this one" onmousedown="markerAddAfter(8);"><br> |
227 | <img alt="~" src="icons/waypoint-home.png" title="Toggle as home location" onmousedown="markerHome(8);" > |
228 | <img alt="v" src="icons/waypoint-down.png" title="Move this waypoint down" onmousedown="markerMoveDown(8);"> |
229 | <img alt="-" src="icons/waypoint-remove.png" title="Remove this waypoint" onmousedown="markerRemove(8);" > |
230 | <tr id="point9"> |
231 | <td> |
232 | <img name="waypoint9" src="icons/marker-9-grey.png" title="Waypoint 9 Position - (click to add/remove on map)" alt="Waypoint 9" onmousedown="markerToggleMap(9)"> |
233 | <td> |
234 | <input name="lon9" type="text" size=7 title="Waypoint 9 Longitude" onchange="formSetCoords(9);"><!-- lon9 --> E |
235 | <td> |
236 | <input name="lat9" type="text" size=7 title="Waypoint 9 Latitude" onchange="formSetCoords(9);"><!-- lat9 --> N |
237 | <td> |
238 | <img alt="o" src="icons/waypoint-centre.png" title="Centre this waypoint on map" onmousedown="markerCentre(9);"> |
239 | <img alt="^" src="icons/waypoint-up.png" title="Move this waypoint up" onmousedown="markerMoveUp(9);" > |
240 | <img alt="+" src="icons/waypoint-add.png" title="Add waypoint after this one" onmousedown="markerAddAfter(9);"><br> |
241 | <img alt="~" src="icons/waypoint-home.png" title="Toggle as home location" onmousedown="markerHome(9);" > |
242 | <img alt="v" src="icons/waypoint-down.png" title="Move this waypoint down" onmousedown="markerMoveDown(9);"> |
243 | <img alt="-" src="icons/waypoint-remove.png" title="Remove this waypoint" onmousedown="markerRemove(9);" > |
244 | <!-- Up to 99 markers can be included here in the HTML --> |
245 | <tr> |
246 | <td colspan="4" align="center"><input type="button" title="Reverse order of waypoints" value="Reverse waypoint order" onmousedown="markersReverse();"> |
247 | </table> |
248 | </div> |
249 | </div> |
250 | |
251 | <div class="hideshow_box"> |
252 | <span id="hideshow_transport_show" onclick="hideshow_show('transport');" class="hideshow_hide">Show</span> |
253 | <span id="hideshow_transport_hide" onclick="hideshow_hide('transport');" class="hideshow_show">Hide</span> |
254 | <span class="hideshow_title">Transport Type</span> |
255 | <div id="hideshow_transport_div"> |
256 | <table> |
257 | <tr><td>Foot <td><input name="transport" type="radio" value="foot" onchange="formSetTransport('foot' )"><!-- transport --> |
258 | <tr><td>Horse <td><input name="transport" type="radio" value="horse" onchange="formSetTransport('horse' )"><!-- transport --> |
259 | <tr><td>Wheelchair<td><input name="transport" type="radio" value="wheelchair" onchange="formSetTransport('wheelchair')"><!-- transport --> |
260 | <tr><td>Bicycle <td><input name="transport" type="radio" value="bicycle" onchange="formSetTransport('bicycle' )"><!-- transport --> |
261 | <tr><td>Moped <td><input name="transport" type="radio" value="moped" onchange="formSetTransport('moped' )"><!-- transport --> |
262 | <tr><td>Motorbike <td><input name="transport" type="radio" value="motorbike" onchange="formSetTransport('motorbike' )"><!-- transport --> |
263 | <tr><td>Motorcar <td><input name="transport" type="radio" value="motorcar" onchange="formSetTransport('motorcar' )"><!-- transport --> |
264 | <tr><td>Goods <td><input name="transport" type="radio" value="goods" onchange="formSetTransport('goods' )"><!-- transport --> |
265 | <tr><td>HGV <td><input name="transport" type="radio" value="hgv" onchange="formSetTransport('hgv' )"><!-- transport --> |
266 | <tr><td>PSV <td><input name="transport" type="radio" value="psv" onchange="formSetTransport('psv' )"><!-- transport --> |
267 | </table> |
268 | </div> |
269 | </div> |
270 | |
271 | <div class="hideshow_box"> |
272 | <span id="hideshow_highway_show" onclick="hideshow_show('highway');" class="hideshow_show">Show</span> |
273 | <span id="hideshow_highway_hide" onclick="hideshow_hide('highway');" class="hideshow_hide">Hide</span> |
274 | <span class="hideshow_title">Highway Preferences</span> |
275 | <div id="hideshow_highway_div" style="display: none;"> |
276 | <table> |
277 | <tr><td>Motorway: <td><input name="highway-motorway" type="text" size=3 onchange="formSetHighway('motorway' )"><!-- highway-motorway --><td>% |
278 | <tr><td>Trunk: <td><input name="highway-trunk" type="text" size=3 onchange="formSetHighway('trunk' )"><!-- highway-trunk --><td>% |
279 | <tr><td>Primary: <td><input name="highway-primary" type="text" size=3 onchange="formSetHighway('primary' )"><!-- highway-primary --><td>% |
280 | <tr><td>Secondary: <td><input name="highway-secondary" type="text" size=3 onchange="formSetHighway('secondary' )"><!-- highway-secondary --><td>% |
281 | <tr><td>Tertiary: <td><input name="highway-tertiary" type="text" size=3 onchange="formSetHighway('tertiary' )"><!-- highway-tertiary --><td>% |
282 | <tr><td>Unclassified:<td><input name="highway-unclassified" type="text" size=3 onchange="formSetHighway('unclassified')"><!-- highway-unclassified --><td>% |
283 | <tr><td>Residential: <td><input name="highway-residential" type="text" size=3 onchange="formSetHighway('residential' )"><!-- highway-residential --><td>% |
284 | <tr><td>Service: <td><input name="highway-service" type="text" size=3 onchange="formSetHighway('service' )"><!-- highway-service --><td>% |
285 | <tr><td>Track: <td><input name="highway-track" type="text" size=3 onchange="formSetHighway('track' )"><!-- highway-track --><td>% |
286 | <tr><td>Cycleway: <td><input name="highway-cycleway" type="text" size=3 onchange="formSetHighway('cycleway' )"><!-- highway-cycleway --><td>% |
287 | <tr><td>Path: <td><input name="highway-path" type="text" size=3 onchange="formSetHighway('path' )"><!-- highway-path --><td>% |
288 | <tr><td>Steps: <td><input name="highway-steps" type="text" size=3 onchange="formSetHighway('steps' )"><!-- highway-steps --><td>% |
289 | <tr><td>Ferry: <td><input name="highway-ferry" type="text" size=3 onchange="formSetHighway('ferry' )"><!-- highway-ferry --><td>% |
290 | </table> |
291 | </div> |
292 | </div> |
293 | |
294 | <div class="hideshow_box"> |
295 | <span id="hideshow_speed_show" onclick="hideshow_show('speed');" class="hideshow_show">Show</span> |
296 | <span id="hideshow_speed_hide" onclick="hideshow_hide('speed');" class="hideshow_hide">Hide</span> |
297 | <span class="hideshow_title">Speed Limits</span> |
298 | <div id="hideshow_speed_div" style="display: none;"> |
299 | <table> |
300 | <tr><td>Motorway: <td><input name="speed-motorway" type="text" size=3 onchange="formSetSpeed('motorway' )"><!-- speed-motorway --><td>km/hr |
301 | <tr><td>Trunk: <td><input name="speed-trunk" type="text" size=3 onchange="formSetSpeed('trunk' )"><!-- speed-trunk --><td>km/hr |
302 | <tr><td>Primary: <td><input name="speed-primary" type="text" size=3 onchange="formSetSpeed('primary' )"><!-- speed-primary --><td>km/hr |
303 | <tr><td>Secondary: <td><input name="speed-secondary" type="text" size=3 onchange="formSetSpeed('secondary' )"><!-- speed-secondary --><td>km/hr |
304 | <tr><td>Tertiary: <td><input name="speed-tertiary" type="text" size=3 onchange="formSetSpeed('tertiary' )"><!-- speed-tertiary --><td>km/hr |
305 | <tr><td>Unclassified:<td><input name="speed-unclassified" type="text" size=3 onchange="formSetSpeed('unclassified')"><!-- speed-unclassified --><td>km/hr |
306 | <tr><td>Residential: <td><input name="speed-residential" type="text" size=3 onchange="formSetSpeed('residential' )"><!-- speed-residential --><td>km/hr |
307 | <tr><td>Service: <td><input name="speed-service" type="text" size=3 onchange="formSetSpeed('service' )"><!-- speed-service --><td>km/hr |
308 | <tr><td>Track: <td><input name="speed-track" type="text" size=3 onchange="formSetSpeed('track' )"><!-- speed-track --><td>km/hr |
309 | <tr><td>Cycleway: <td><input name="speed-cycleway" type="text" size=3 onchange="formSetSpeed('cycleway' )"><!-- speed-cycleway --><td>km/hr |
310 | <tr><td>Path: <td><input name="speed-path" type="text" size=3 onchange="formSetSpeed('path' )"><!-- speed-path --><td>km/hr |
311 | <tr><td>Steps: <td><input name="speed-steps" type="text" size=3 onchange="formSetSpeed('steps' )"><!-- speed-steps --><td>km/hr |
312 | <tr><td>Ferry: <td><input name="speed-ferry" type="text" size=3 onchange="formSetSpeed('ferry' )"><!-- speed-ferry --><td>km/hr |
313 | </table> |
314 | </div> |
315 | </div> |
316 | |
317 | <div class="hideshow_box"> |
318 | <span id="hideshow_property_show" onclick="hideshow_show('property');" class="hideshow_show">Show</span> |
319 | <span id="hideshow_property_hide" onclick="hideshow_hide('property');" class="hideshow_hide">Hide</span> |
320 | <span class="hideshow_title">Property Preferences</span> |
321 | <div id="hideshow_property_div" style="display: none;"> |
322 | <table> |
323 | <tr><td>Paved: <td><input name="property-paved" type="text" size=3 onchange="formSetProperty('paved' )"><!-- property-paved --><td>% |
324 | <tr><td>Multiple Lanes:<td><input name="property-multilane" type="text" size=3 onchange="formSetProperty('multilane' )"><!-- property-multilane --><td>% |
325 | <tr><td>Bridge: <td><input name="property-bridge" type="text" size=3 onchange="formSetProperty('bridge' )"><!-- property-bridge --><td>% |
326 | <tr><td>Tunnel: <td><input name="property-tunnel" type="text" size=3 onchange="formSetProperty('tunnel' )"><!-- property-tunnel --><td>% |
327 | <tr><td>Walking Route: <td><input name="property-footroute" type="text" size=3 onchange="formSetProperty('footroute' )"><!-- property-footroute --><td>% |
328 | <tr><td>Bicycle Route: <td><input name="property-bicycleroute" type="text" size=3 onchange="formSetProperty('bicycleroute')"><!-- property-bicycleroute --><td>% |
329 | </table> |
330 | </div> |
331 | </div> |
332 | |
333 | <div class="hideshow_box"> |
334 | <span id="hideshow_restriction_show" onclick="hideshow_show('restriction');" class="hideshow_show">Show</span> |
335 | <span id="hideshow_restriction_hide" onclick="hideshow_hide('restriction');" class="hideshow_hide">Hide</span> |
336 | <span class="hideshow_title">Other Restrictions</span> |
337 | <div id="hideshow_restriction_div" style="display: none;"> |
338 | <table> |
339 | <tr><td>Obey oneway:<td><input name="restrict-oneway" type="checkbox" onchange="formSetRestriction('oneway')"><!-- oneway --><td> |
340 | <tr><td>Obey turns: <td><input name="restrict-turns" type="checkbox" onchange="formSetRestriction('turns' )"><!-- turns --><td> |
341 | <tr><td>Weight: <td><input name="restrict-weight" type="text" size=3 onchange="formSetRestriction('weight')"><!-- weight --><td>tonnes |
342 | <tr><td>Height: <td><input name="restrict-height" type="text" size=3 onchange="formSetRestriction('height')"><!-- height --><td>metres |
343 | <tr><td>Width: <td><input name="restrict-width" type="text" size=3 onchange="formSetRestriction('width' )"><!-- width --><td>metres |
344 | <tr><td>Length: <td><input name="restrict-length" type="text" size=3 onchange="formSetRestriction('length')"><!-- length --><td>metres |
345 | </table> |
346 | </div> |
347 | </div> |
348 | |
349 | <div class="hideshow_box"> |
350 | <span class="hideshow_title">Find</span> |
351 | <input type="button" title="Find shortest route" id="shortest" value="Shortest" onclick="findRoute('shortest');"> |
352 | <input type="button" title="Find quickest route" id="quickest" value="Quickest" onclick="findRoute('quickest');"> |
353 | </div> |
354 | |
355 | <div class="hideshow_box"> |
356 | <span class="hideshow_title">Links</span> |
357 | <a id="link_url" href="router.html">Permanent link to these parameters</a> |
358 | <br> |
359 | <a id="edit_url" target="other" href="http://www.openstreetmap.org/">Edit OSM data in Potlatch</a> |
360 | </div> |
361 | |
362 | <div class="hideshow_box"> |
363 | <span id="hideshow_help_options_show" onclick="hideshow_show('help_options');" class="hideshow_hide">Show</span> |
364 | <span id="hideshow_help_options_hide" onclick="hideshow_hide('help_options');" class="hideshow_show">Hide</span> |
365 | <span class="hideshow_title">Help</span> |
366 | <div id="hideshow_help_options_div"> |
367 | <div class="scrollable"> |
368 | <p> |
369 | <b>Quick Start</b> |
370 | <br> |
371 | Click on marker icons (above) to place them on the map (right). Then |
372 | drag them to the correct position. Zooming the map before placing the |
373 | markers is probably easiest. Alternatively type the latitude and |
374 | longitude into the boxes above. |
375 | <p> |
376 | Select the transport type, allowed highway types, speed limits, highway |
377 | properties and other restrictions from the options above. |
378 | Select "Shortest" or "Quickest" to calculate the route and display it |
379 | on the map. |
380 | <p> |
381 | <b>Waypoints</b> |
382 | <br> |
383 | Clicking on the marker icons will toggle the display of them on the map. |
384 | When a route is calculated it will visit (as close as possible |
385 | for the selected transport type) each of the waypoints that have |
386 | markers on the map in the order given. |
387 | <p> |
388 | <b>Transport Type</b> |
389 | <br> |
390 | Selecting a transport type will restrict the chosen route to |
391 | those on which it is allowed and set default values for the |
392 | other parameters. |
393 | <p> |
394 | <b>Highway Preferences</b> |
395 | <br> |
396 | The highway preference is selected as a percentage and routes are chosen that |
397 | try to follow the preferred highways. |
398 | For example if a "Primary" road is given a "110%" preference and a "Secondary" |
399 | road is given a "100%" preference then it means that a route on a Primary road |
400 | can be up to 10% longer than on a secondary road and still be selected. |
401 | <p> |
402 | <b>Speed Limits</b> |
403 | <br> |
404 | The speed limits chosen here for the different types of highway apply if the |
405 | highway has no other speed limit marked or it is higher than the chosen one. |
406 | <p> |
407 | <b>Property Preferences</b> |
408 | <br> |
409 | The property preference is selected as a percentage and routes are chosen that |
410 | try to follow highways with the preferred property. |
411 | For example if a "Paved" highway is given a "75%" preference then it means that |
412 | an unpaved highway is automatically given a "25%" preference so that a route on |
413 | a paved highway can be 3 times the length of an unpaved one and still be |
414 | selected. |
415 | <p> |
416 | <b>Other Restrictions</b> |
417 | <br> |
418 | These allow a route to be found that avoids marked limits on |
419 | weight, height, width or length. It is also possible to ignore |
420 | one-way restrictions (e.g. if walking). |
421 | </div> |
422 | </div> |
423 | </div> |
424 | </form> |
425 | </div> |
426 | |
427 | |
428 | <div class="tab_content" id="tab_results_div" style="display: none;"> |
429 | |
430 | <div class="hideshow_box"> |
431 | <span class="hideshow_title">Status</span> |
432 | <div id="result_status"> |
433 | <div id="result_status_not_run"> |
434 | <b><i>Router not run</i></b> |
435 | </div> |
436 | <div id="result_status_running" style="display: none;"> |
437 | <b>Router running...</b> |
438 | </div> |
439 | <div id="result_status_complete" style="display: none;"> |
440 | <b>Routing completed</b> |
441 | <br> |
442 | <a id="router_log_complete" target="router_log" href="#">View Details</a> |
443 | </div> |
444 | <div id="result_status_error" style="display: none;"> |
445 | <b>Router error</b> |
446 | <br> |
447 | <a id="router_log_error" target="router_log" href="#">View Details</a> |
448 | </div> |
449 | <div id="result_status_failed" style="display: none;"> |
450 | <b>Router failed to run</b> |
451 | </div> |
452 | </div> |
453 | </div> |
454 | |
455 | <div class="hideshow_box"> |
456 | <span id="hideshow_shortest_show" onclick="hideshow_show('shortest');" class="hideshow_show">Show</span> |
457 | <span id="hideshow_shortest_hide" onclick="hideshow_hide('shortest');" class="hideshow_hide">Hide</span> |
458 | <span class="hideshow_title">Shortest Route</span> |
459 | <div id="shortest_status"> |
460 | <span id="shortest_status_no_info" ><b><i>No Information</i></b></span> |
461 | <span id="shortest_status_info" style="display: none;"></span> |
462 | </div> |
463 | <div id="hideshow_shortest_div" style="display: none;"> |
464 | <div id="shortest_links" style="display: none;"> |
465 | <table> |
466 | <tr><td>HTML directions:<td><a id="shortest_html" target="shortest_html" href="#">Open Popup</a> |
467 | <tr><td>GPX track file: <td><a id="shortest_gpx_track" target="shortest_gpx_track" href="#">Open Popup</a> |
468 | <tr><td>GPX route file: <td><a id="shortest_gpx_route" target="shortest_gpx_route" href="#">Open Popup</a> |
469 | <tr><td>Full text file: <td><a id="shortest_text_all" target="shortest_text_all" href="#">Open Popup</a> |
470 | <tr><td>Text file: <td><a id="shortest_text" target="shortest_text" href="#">Open Popup</a> |
471 | </table> |
472 | <hr> |
473 | </div> |
474 | <div id="shortest_route"> |
475 | </div> |
476 | </div> |
477 | </div> |
478 | |
479 | <div class="hideshow_box"> |
480 | <span id="hideshow_quickest_show" onclick="hideshow_show('quickest');" class="hideshow_show">Show</span> |
481 | <span id="hideshow_quickest_hide" onclick="hideshow_hide('quickest');" class="hideshow_hide">Hide</span> |
482 | <span class="hideshow_title">Quickest Route</span> |
483 | <div id="quickest_status"> |
484 | <span id="quickest_status_no_info" ><b><i>No Information</i></b></span> |
485 | <span id="quickest_status_info" style="display: none;"></span> |
486 | </div> |
487 | <div id="hideshow_quickest_div" style="display: none;"> |
488 | <div id="quickest_links" style="display: none;"> |
489 | <table> |
490 | <tr><td>HTML directions:<td><a id="quickest_html" target="quickest_html" href="#">Open Popup</a> |
491 | <tr><td>GPX track file: <td><a id="quickest_gpx_track" target="quickest_gpx_track" href="#">Open Popup</a> |
492 | <tr><td>GPX route file: <td><a id="quickest_gpx_route" target="quickest_gpx_route" href="#">Open Popup</a> |
493 | <tr><td>Full text file: <td><a id="quickest_text_all" target="quickest_text_all" href="#">Open Popup</a> |
494 | <tr><td>Text file: <td><a id="quickest_text" target="quickest_text" href="#">Open Popup</a> |
495 | </table> |
496 | <hr> |
497 | </div> |
498 | <div id="quickest_route"> |
499 | </div> |
500 | </div> |
501 | </div> |
502 | |
503 | <div class="hideshow_box"> |
504 | <span id="hideshow_help_route_show" onclick="hideshow_show('help_route');" class="hideshow_hide">Show</span> |
505 | <span id="hideshow_help_route_hide" onclick="hideshow_hide('help_route');" class="hideshow_show">Hide</span> |
506 | <span class="hideshow_title">Help</span> |
507 | <div id="hideshow_help_route_div"> |
508 | <div class="scrollable"> |
509 | <p> |
510 | <b>Quick Start</b> |
511 | <br> |
512 | After calculating a route you can download the GPX file or plain |
513 | text route description (summary or detailed version). Also you |
514 | can view the route description and zoom in to selected parts. |
515 | <p style="margin-bottom: 0px"> |
516 | <b>Problem Solving</b> |
517 | <br> |
518 | If the router completes with an error then the most likely cause is |
519 | that it is not possible to find a route between the selected points. |
520 | Moving one or more markers or changing the routing options should |
521 | allow a route to be found. |
522 | <p style="margin-bottom: 0px"> |
523 | <b>Output Formats</b> |
524 | <br> |
525 | <dl style="margin-top: 0px"> |
526 | <dt>HTML instructions |
527 | <dd>A description of the route to take with directions at each |
528 | important junction. |
529 | <dt>GPX track file |
530 | <dd>The same information that is displayed on the map with points |
531 | for every node and lines for every segment. |
532 | <dt>GPX route file |
533 | <dd>The same information that is displayed in text for the route |
534 | with a waypoint for each important junction in the route. |
535 | <dt>Full text file |
536 | <dd>A list of all of the nodes visited as well as the distance |
537 | between them and the cumulative distance for each step of the |
538 | route. |
539 | <dt>Text file |
540 | <dd>The same information that is displayed in text for the route. |
541 | </dl> |
542 | </div> |
543 | </div> |
544 | </div> |
545 | </div> |
546 | |
547 | |
548 | <div class="tab_content" id="tab_data_div" style="display: none;"> |
549 | <div class="hideshow_box"> |
550 | <span class="hideshow_title">Statistics</span> |
551 | <div id="statistics_data"></div> |
552 | <a id="statistics_link" href="statistics.cgi" onclick="displayStatistics();return(false);">Display data statistics</a> |
553 | </div> |
554 | |
555 | <div class="hideshow_box"> |
556 | <span class="hideshow_title">Visualiser</span> |
557 | To see Routino's view of the data there is a data visualiser that allows |
558 | displaying of the underlying data in various ways. |
559 | <br> |
560 | <a id="visualiser_url" target="other" href="visualiser.html">Custom link to this map view</a> |
561 | </div> |
562 | </div> |
563 | |
564 | </div> |
565 | |
566 | <!-- Right hand side of window - map --> |
567 | |
568 | <div class="right_panel"> |
569 | <div class="map" id="map"> |
570 | <noscript> |
571 | Javascript is <em>required</em> to use this web page because of the |
572 | interactive map. |
573 | </noscript> |
574 | </div> |
575 | <div class="attribution"> |
576 | <a target="other" href="http://www.routino.org/" title="Routino">Router: Routino</a> |
577 | | |
578 | <a target="other" href="http://www.openstreetmap.org/" title="Copyright: OpenStreetMap.org; License: Creative Commons Attribution-Share Alike 2.0">Geo Data: OpenStreetMap</a> |
579 | </div> |
580 | </div> |
581 | |
582 | </BODY> |
583 | </HTML> |