Commit Graph

83 Commits

Author SHA1 Message Date
DennisSchiefer
71399daf00 added scale control 2012-08-14 16:51:24 +01:00
DennisSchiefer
320bbcfb20 Merge branch 'trial/multiple_servers' into trial/leaflet04 2012-08-14 15:37:05 +01:00
DennisSchiefer
6c2e391622 leaflet 0.4 compliant markers and icons 2012-08-14 12:39:26 +01:00
DennisSchiefer
9a6c6cd485 added routing_engine and routing_metric to describe the currently chosen
routing
2012-08-14 06:59:42 +01:00
DennisSchiefer
ea84f774a7 fixed problem with using non L.LatLng objects 2012-08-13 16:12:41 +01:00
DennisSchiefer
d9b0ab3d2e reenabled features;
removed no longer needed custom initialization of Control.Layers
2012-08-13 14:56:33 +01:00
DennisSchiefer
f004a65db1 removed dashed polyine 2012-08-13 14:46:26 +01:00
DennisSchiefer
5f089e628b switched to leaflet0.4;
commented out most GUI
2012-08-13 13:04:26 +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
shiin
ecd342224e notifications can be switched on/off in OSRM.config,
notifications can be localized
2012-07-30 14:40:56 +02:00
DennisSchiefer
ecd04188df fixed bug with giving a destination in the url 2012-07-16 13:31:41 +01:00
DennisSchiefer
71f55dc30a fix for old route links breaking 2012-07-10 15:40:09 +01:00
DennisSchiefer
517f321ccc Merge branch 'trial/notifications' into develop
Conflicts:
	WebContent/main.html
2012-07-05 14:02:37 +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
c38c0b6f03 added notifications 2012-07-04 09:00:11 +01:00
DennisSchiefer
537b9b0623 added stuff to alternatives 2012-07-03 14:39:29 +01:00
DennisSchiefer
ec62156322 additional fix to the slight/sharp left dilema 2012-06-18 16:23:08 +01:00
DennisSchiefer
2fbfdc93b1 moved maintenance message to config file 2012-05-16 10:27:25 +01:00
shiin
6665207066 added basic maintenance message 2012-05-15 23:02:19 +02:00
DennisSchiefer
e39479b908 changes localization to new selector elements,
completed units selector,
modified localization selector
2012-05-09 17:27:11 +01:00
shiin
84677ddddf moving UI to new boxes 2012-05-08 22:37:27 +02:00
DennisSchiefer
884f79a620 new handling of gui boxes (work in progress) 2012-05-08 16:58:08 +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
DennisSchiefer
4130144687 removed Leaflet relative path 2012-05-03 15:25:58 +01:00
DennisSchiefer
ec5934364a images moved from css style to main.js 2012-05-03 14:18:11 +01:00
DennisSchiefer
a0ceee732e added relative root url for Leaflet 2012-04-26 12:48:01 +01:00
shiin
04298b73f3 added image for "head on",
removed unneeded images
2012-04-24 23:06:19 +02:00
DennisSchiefer
44c38146c9 enabled printing 2012-04-23 14:48:09 +01:00
DennisSchiefer
3d9d4f3764 geolocation will no longer interfer with initial position/route passed
to the website,
corrected centering offset of routes
2012-04-18 08:51:31 +01:00
DennisSchiefer
596e7fc60a added cross-browser support for onload event,
made IE8 work again
2012-04-18 07:46:04 +01:00
DennisSchiefer
8845c070a2 moved favicon handling to webserver 2012-04-18 06:56:17 +01:00
DennisSchiefer
c84d4b323e Merge commit '9bd4b772789b11ca085e7e7f052b410903cf2eb0' into develop 2012-04-17 22:30:28 +02:00
DennisSchiefer
3610e21854 bugfix for zoomlevel in route links 2012-04-16 18:51:22 +02:00
DennisSchiefer
9bd4b77278 use relative image locations 2012-04-16 12:28:16 +01:00
DennisSchiefer
3a85661e45 fixed bugs with IE 2012-04-16 10:23:31 +01:00
DennisSchiefer
23ca80030e disabled printing for this release 2012-04-15 19:35:50 +02:00
DennisSchiefer
47369a0036 continued work on printing support 2012-04-15 19:34:18 +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
9b599c90f8 Merge branch 'trial/printing' into develop
Conflicts:
	WebContent/OSRM.debug.js
2012-04-11 23:03:24 +02:00
DennisSchiefer
252c234221 made parsing of get parameters more robust 2012-04-11 22:59:41 +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
ffd5e2de99 all images are now loaded in main.js 2012-04-10 23:50:04 +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