DennisSchiefer
716e5ed6b0
fix for engine selector size when changing languages
2012-08-31 14:24:35 +01:00
DennisSchiefer
a83a3d125d
adding QR codes
2012-08-30 16:50:59 +01:00
DennisSchiefer
db857166b2
fixed bug that mapping options were no longer localized
2012-08-30 07:59:27 +01:00
DennisSchiefer
0d13f1f6d7
bugfix for distance units
2012-08-28 12:29:22 +01:00
DennisSchiefer
ab99ffc241
added OSRM layers control;
...
refactored checkboxes in mapping block
2012-08-28 08:57:14 +01:00
DennisSchiefer
794140711d
- gui animations no longer trigger an onEndTransition event on loading
...
- refactored control management (handle is stored with map)
- refactored inactive control buttons (no background change)
- added localization strings for zooming and default search engine
- renaming: OSRM.MapView -> OSRM.Control.Map
2012-08-27 16:24:37 +01:00
DennisSchiefer
d3d3ebb5de
added new buttons for map zooming and requesting important locations
2012-08-27 10:27:19 +01:00
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
e98afb46e7
removed new gui buttons again
2012-08-24 08:00:27 +01:00
DennisSchiefer
f8779e479e
temporary commit
2012-08-24 07:58:29 +01:00
DennisSchiefer
e1cb34cf38
further restructuring of gui buttons
2012-08-23 17:08:55 +01:00
DennisSchiefer
ee8d04656d
added function to zoom on user and translations
2012-08-23 07:55:25 +01:00
DennisSchiefer
3fc8c4309f
added tooltip for gui boxes
2012-08-22 16:20:28 +01:00
DennisSchiefer
3f1c3e0923
moved gui version/timestamp to configuration box
2012-08-22 15:47:09 +01:00
DennisSchiefer
71399daf00
added scale control
2012-08-14 16:51:24 +01:00
shiin
ecd342224e
notifications can be switched on/off in OSRM.config,
...
notifications can be localized
2012-07-30 14:40:56 +02:00
DennisSchiefer
1746946b70
changed notification time from 3min to 30min
2012-07-10 15:24:56 +01:00
DennisSchiefer
eba6330db1
removed backup file
2012-07-05 14:50:16 +01:00
DennisSchiefer
a21aaf330e
added backup to tooltip handling with wrapper function (not entirely
...
working)
2012-07-05 14:49:59 +01:00
DennisSchiefer
f2d4f31b8f
moved tooltip position a bit down and on top of everything else besides
...
exclusive notifications
2012-07-05 14:36:01 +01:00
DennisSchiefer
6feccd2507
clarified tooltips
2012-07-05 14:31:25 +01:00
DennisSchiefer
d1bc05fcae
clarified tooltips,
...
changed timers to short durations for testing
2012-07-05 14:16:36 +01:00
DennisSchiefer
517f321ccc
Merge branch 'trial/notifications' into develop
...
Conflicts:
WebContent/main.html
2012-07-05 14:02:37 +01:00
DennisSchiefer
5e24749826
clarified comments
2012-07-05 14:00:47 +01:00
DennisSchiefer
8f6cd99ff6
changed notification triggers from wrapped functions to simple function
...
calls
2012-07-05 13:53:07 +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
0c946f1476
added additional notifications,
...
better argument passing to wrapped trigger functions for notifications,
notification boxes adapt in size to contained text,
notification functions renamed,
2012-07-04 17:27:08 +01:00
DennisSchiefer
770f3b5979
added some notifications
2012-07-04 16:36:10 +01:00
DennisSchiefer
35bb9efa51
separated normal notifications from important notifications (that lock
...
the screen)
2012-07-04 15:35:06 +01:00
DennisSchiefer
f385ea4e97
modified notification markers, so that a trigger function can be named
...
that will prevent the notification from happening
2012-07-04 12:36:43 +01:00
DennisSchiefer
c38c0b6f03
added notifications
2012-07-04 09:00:11 +01:00
DennisSchiefer
74154ab0a6
alternatives work - sort of
2012-07-04 07:42:49 +01:00
DennisSchiefer
903c4577d1
removed selection restrictions
2012-07-03 14:51:31 +01:00
DennisSchiefer
232409d70b
selector elements now use offsetHeight and offsetWidth instead of
...
clientHeight and clientWidth of invisible selector element
2012-07-03 10:24:10 +01:00
DennisSchiefer
3c5c26a8b5
fixed a bug where elements of hidden GUIBoxes could be selected by
...
tabbing.
2012-06-14 08:08:14 +01:00
DennisSchiefer
5923d034c9
added button to zoom on current route
2012-06-12 16:58:16 +01:00
DennisSchiefer
f6744f9aa1
corrected jsonp call to fetch timestamp
2012-05-16 07:41:36 +01:00
DennisSchiefer
19ae6db308
made timestamp secure against injections
2012-05-15 13:47:36 +01:00
DennisSchiefer
e706a9867d
data_updated -> data_timestamp
2012-05-14 17:50:17 +01:00
DennisSchiefer
f266655b9b
added data update date
2012-05-14 15:40:23 +01:00
shiin
36f5b36c6b
more work on history routes
2012-05-13 20:28:24 +02:00
shiin
f90d1db802
made html + css look better
2012-05-12 08:22:21 +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
4a8c2f323c
removed comments
2012-05-11 08:23:39 +01:00
DennisSchiefer
d4e6ad8a05
added funtionality to the show previous routes button
2012-05-10 15:28:18 +01:00
DennisSchiefer
224c55dec1
fixed bug that did not always remove drag marker on reset
2012-05-10 12:26:56 +01:00
shiin
a329b1259e
finished new gui for language toggle
2012-05-09 22:22:51 +02:00