Commit Graph

55 Commits

Author SHA1 Message Date
DennisSchiefer
979327ec82 refactored code for history routes 2012-05-14 12:18:04 +01:00
DennisSchiefer
0976358fdf added comment 2012-05-14 07:12:29 +01:00
shiin
36f5b36c6b more work on history routes 2012-05-13 20:28:24 +02:00
shiin
1ec7c6ab50 did some renaming 2012-05-12 11:33:05 +02:00
DennisSchiefer
14ca66459a history routes work now (i hope) 2012-05-11 16:25:06 +01:00
DennisSchiefer
e7b3590352 commented out route history 2012-05-11 15:08:04 +01:00
DennisSchiefer
c0e86c47c2 changed many names for jsonp routing functions 2012-05-11 12:30:00 +01:00
DennisSchiefer
85ea79701c work on history routes 2012-05-10 14:43:20 +01:00
DennisSchiefer
47b2268504 test 2012-05-10 12:52:55 +01:00
DennisSchiefer
50aea3310a fixed bug that caused wrong destinations when clicking on a routing
instruction after zooming
2012-05-08 13:32:44 +01:00
shiin
826cbc9a24 added parameter to set meters/miles,
changed toHumanDistance functions so that conditions don't need to be
checked all the time
2012-05-06 19:10:43 +02:00
shiin
0e9dcc30b7 added miles/feet display (without gui option at the moment) 2012-05-06 18:37:23 +02:00
DennisSchiefer
99f0abef0c changed some mouse cursors 2012-04-27 17:29:49 +01:00
DennisSchiefer
a3cfd49f97 shortener reply parameter name flexible,
check if reply is correct,
beautified continue marker
2012-04-27 12:13:27 +01:00
DennisSchiefer
8e79b29925 changed result-link to route-link 2012-04-27 07:02:37 +01:00
DennisSchiefer
635b13b61c all route/geocoder requests will only send 6 digits after the decimal
point.
2012-04-26 13:15:41 +01:00
DennisSchiefer
94ca30c690 printing icon can now deactivates when there is no route 2012-04-25 12:17:36 +01:00
shiin
0068d4062d changed header area for normal routes 2012-04-24 23:23:27 +02:00
DennisSchiefer
253df58fdb beginning to restructure routing header area 2012-04-24 09:38:20 +01:00
shiin
38defe9629 some files weren't removed properly... 2012-04-23 00:09:22 +02:00
shiin
40c0222ffd better UI for route reversal (source/target are changed when response is
received/timeout)
2012-04-22 21:03:50 +02:00
DennisSchiefer
1da10942d5 changed jsonp call, so that position of the callback command has
to be given as "%jsonp" in the string
2012-04-21 08:13:42 +01:00
DennisSchiefer
7ad253732a link shortener parameters now changeable in config file 2012-04-21 08:11:57 +01:00
DennisSchiefer
f3290ab64b zooming/switching to show unnamed roads will not rebuild the complete
driving directions,
pending JSONP calls can be cleared
2012-04-20 07:37:26 +02:00
DennisSchiefer
eb3c2f560e switched back to using normal images in route description (FF wasn't
actually faster, he just reported wrong numbers)
2012-04-19 21:32:07 +02:00
DennisSchiefer
869b13e9db init via_nodes with empty array 2012-04-19 12:59:31 +01:00
DennisSchiefer
57d9bc5bae route direction icons are now background images (which should be faster
in rendering)
2012-04-19 11:02:09 +01:00
DennisSchiefer
917ef160c5 delete route when reversing it 2012-04-19 11:01:18 +01:00
DennisSchiefer
ae513dce5c corrected error with marking unnamed streets, introduced by speeding up
route geometry computation
2012-04-19 11:00:57 +01:00
DennisSchiefer
ba08d0b36c added road to first driving direction,
allow geographic direction in all driving directions
2012-04-19 09:57:15 +01:00
DennisSchiefer
2e60e92b31 added waiting message to route reversal,
moved reversal logic to OSRM.Markers
2012-04-19 09:48:32 +01:00
DennisSchiefer
5a9a55544b improved speed of decoding route geometry 2012-04-18 16:56:56 +01:00
DennisSchiefer
ee7c79641a fixed bug in route reversal (source/target marker would switch colors
when dragged)
2012-04-18 16:55:56 +01:00
DennisSchiefer
6e57c31ec2 added localization to route link 2012-04-18 16:29:44 +01:00
DennisSchiefer
9bd4b77278 use relative image locations 2012-04-16 12:28:16 +01:00
DennisSchiefer
c2d52080d3 use geocode even if no route is found 2012-04-14 18:49:28 +02:00
DennisSchiefer
899d216b9b made it easier to remove localization and on-demand loading of new
language packs,
added parameter to say whether to use on-demand reloading,
added parameter for the directory that contains the localization files,
corrected a small bug when the string for the HEAD_ON instruction was
not available,
2012-04-14 18:03:33 +02:00
DennisSchiefer
73aeab3a57 reworked loading of images and icons (-> easier to add new ones),
adapted routing description to use new description ids,
fixed bug with localization dropdown and FF3,
added localization for "(found X results)"
2012-04-13 17:47:53 +01:00
DennisSchiefer
393334cabd corrected error in route description,
made dropdown button more beautiful
2012-04-12 22:44:30 +02:00
DennisSchiefer
9b599c90f8 Merge branch 'trial/printing' into develop
Conflicts:
	WebContent/OSRM.debug.js
2012-04-11 23:03:24 +02:00
DennisSchiefer
888a5d04c8 removal of dragger marker more consistent,
changed printing initialization to be more easily removable from GUI,
localization bug fixes,
added option to give language as get parameter (hl=),
2012-04-11 22:00:19 +02:00
DennisSchiefer
b1631eff77 more localization,
fixed bugs with FF3
2012-04-11 17:31:02 +01:00
DennisSchiefer
ffd5e2de99 all images are now loaded in main.js 2012-04-10 23:50:04 +02:00
shiin
213bb71b35 changed behaviour of geocoder (return always triggers geocoder, moving a
single marker clears search results)
2012-04-09 11:59:32 +02:00
shiin
0fd8d4d8cf all visible lat/lng coordinates are truncated after 6 digits (this
includes inputboxes, osmbugs link, route link, gpx link),
moved all events from html to javascript
2012-04-08 19:50:30 +02:00
shiin
13f0a3fb6b redid html and css,
switched to sans-serif font
2012-04-08 12:02:36 +02:00
shiin
3141d3ba48 prepared localization / route description module to use description ids
instead of description strings
2012-04-06 12:27:23 +02:00
DennisSchiefer
4ff4fcf516 corrected bug in reverse geocoder timeout handler 2012-04-05 09:08:41 +02:00
DennisSchiefer
28a241c371 more testing on printing 2012-04-04 13:08:25 +02:00
DennisSchiefer
fe420e5bfc added buttons to delete source and target 2012-04-02 08:54:25 +02:00