DennisSchiefer
532d7cb057
added switching between search engines
...
- works with different languages
- works with links
refactored selector code:
- changed method names
- changed method parameters (object -> id),
- added method to rename all options of dropdown menu
refactored distance format selector code:
- changed method names
- changed variable names
- changed how to init/select element/change language of dropdown menu
refactored maintenance notification overrides:
- changed names of default variables
2012-08-24 13:27:21 +01:00
DennisSchiefer
9a6c6cd485
added routing_engine and routing_metric to describe the currently chosen
...
routing
2012-08-14 06:59:42 +01:00
shiin
de2e070dde
remove one indirection from routing server url
2012-07-30 15:13:46 +02:00
shiin
8ecae7ef97
support for multiple routing servers
2012-07-30 15:06:15 +02:00
DennisSchiefer
f27e05564d
fixed bug with dragging via markers while an alternative is active
2012-07-05 14:25:42 +01:00
DennisSchiefer
8323ce78e3
fixed bug with route reversal
2012-07-05 14:08:12 +01:00
DennisSchiefer
8b17e4864e
changed check to make sure parameters exist
2012-07-05 09:45:54 +01:00
DennisSchiefer
4ebe4848af
Merge branch 'trial/alternatives' into develop
...
Conflicts:
WebContent/routing/OSRM.Routing.js
2012-07-05 09:33:00 +01:00
DennisSchiefer
ba46d77d1d
finalized alternative integration
2012-07-05 09:24:27 +01:00
DennisSchiefer
38ccb9d974
Merge branch 'trial/zooming' into develop
2012-07-04 13:32:36 +01:00
DennisSchiefer
5e3de973d7
recentering/zooming on a route is only done, when the route is first
...
drawn by clicking on the map and only if the rout doesn't fit into the
current viewport
2012-07-04 13:31:45 +01:00
DennisSchiefer
74154ab0a6
alternatives work - sort of
2012-07-04 07:42:49 +01:00
DennisSchiefer
c07f87edca
removed geomformat=cmp from jsonp requests as it is now the default
2012-07-03 14:42:23 +01:00
DennisSchiefer
d88baaf1a4
zoom/pan to route when it doesn't fit on the screen
2012-07-03 13:37:12 +01:00
DennisSchiefer
80d2918203
alternatives work with zooming now
2012-06-21 08:26:57 +01:00
shiin
7b94a3092f
preparation for zooming
2012-06-17 11:04:27 +02:00
shiin
7d82661927
first code for managing alternatives
2012-06-17 09:07:32 +02:00
DennisSchiefer
03bb7f4f40
Merge branch 'trial/viass' into trial/gui
2012-05-16 12:29:44 +01:00
DennisSchiefer
b85849b6bd
fix to timeoutRoute call
2012-05-15 15:10:24 +01:00
DennisSchiefer
dfd5ee9134
added via marker numbering
2012-05-15 13:48:24 +01:00
DennisSchiefer
34389f9789
added support for new API regarding via_nodes
2012-05-15 11:39:39 +01:00
DennisSchiefer
2ee7ea87cd
prevent bug when first route yields a timeout
2012-05-15 10:42:05 +01:00
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
635b13b61c
all route/geocoder requests will only send 6 digits after the decimal
...
point.
2012-04-26 13:15:41 +01: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
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
c2d52080d3
use geocode even if no route is found
2012-04-14 18:49:28 +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
9b599c90f8
Merge branch 'trial/printing' into develop
...
Conflicts:
WebContent/OSRM.debug.js
2012-04-11 23:03:24 +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
007dd19cec
added buttons to switch to JOSM and OSM Bugs,
...
added getCenter function that respects UI visibility
2012-03-30 10:10:51 +01:00
DennisSchiefer
fd3cf02af4
complete restructure of OSRM.Routing
2012-03-29 16:55:12 +01:00