DennisSchiefer
01e4afe2f0
changed legal string in html file
2012-04-11 23:07:00 +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
DennisSchiefer
ea207cef6e
improved language support: geocoding uses language settings, geocoding
...
results & locations are also translated if possible
2012-04-10 21:47:30 +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
DennisSchiefer
28a241c371
more testing on printing
2012-04-04 13:08:25 +02:00
DennisSchiefer
abba49a44e
- added GUI support for language switching
...
- first tests for support of printing
2012-04-03 21:13:44 +02:00
DennisSchiefer
fe420e5bfc
added buttons to delete source and target
2012-04-02 08:54:25 +02:00
DennisSchiefer
93ae928236
added icons that can change their image,
...
added image change while dragging markers,
increased (invisible) size of drag marker,
fixed issues with drag marker and highlight marker overlapping
2012-04-02 08:29:03 +02:00
DennisSchiefer
3b485f1426
finished dragging of routes,
...
moved corrected bugs in Leaflet to their own file
(drag after dragend, distance to path),
open osmbugs in new window
2012-04-01 19:13:54 +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
DennisSchiefer
2bb51717b9
extracted OSRM.Map and OSRM.MapView classes,
...
moved centering that respects UI visibility to OSRM.MapView
2012-03-29 14:34:55 +01:00
DennisSchiefer
4fe6346146
reordered styles in main.html,
...
readded default values to GUI,
made TODO marker to check whether GUI is initilaized
2012-03-28 15:02:09 +01:00
DennisSchiefer
c5bd2b0b1d
renamed routing.js,
...
encapsulated local helper functions in OSRM.base
2012-03-28 14:30:26 +01:00
DennisSchiefer
71426cf760
changed OSRM debug to work with IE6,
...
deactivated JSONP timing routines
2012-03-28 14:06:18 +01:00
DennisSchiefer
e132ac5c53
moved routing functions to OSRM namespace,
...
added functions to measure JSONP timings
2012-03-28 12:57:42 +01:00
DennisSchiefer
1a9776cff9
moved utils into OSRM namespace
2012-03-28 12:17:22 +01:00
DennisSchiefer
342a0d22bd
- removed bug in centering routes when UI was hidden
...
- moved all browser dependencies to OSRM.Browser
- refactored via code to use Leaflet functions
- added function to extract route layerPoints
2012-03-28 10:51:54 +01:00
DennisSchiefer
e0602934b2
Refactored Geocoder -> now resides in OSRM namespace
2012-03-23 09:55:55 +01:00
DennisSchiefer
bef41ed667
geocoder error messages now state the input string,
...
website is XHTML1.0 strict compliant,
centering now respects if the sidebar is shown,
corrected spelling mistakes
2012-03-22 17:35:09 +01:00
DennisSchiefer
69790eb8c7
refactored geocoder code (still need to check dirty flags)
2012-03-18 21:44:14 +01:00
DennisSchiefer
4615b01fdf
moved inputbox logic to javascript file,
...
corrected error with second ENTER not being registered
2012-03-18 15:04:17 +01:00
DennisSchiefer
3e4249ad41
used abbreviations for sub-namespaces GLOBALS, CONSTANTS
2012-03-17 20:49:19 +01:00
DennisSchiefer
13126ac0c1
moved all variables/objects to OSRM namespace
2012-03-17 20:43:52 +01:00
DennisSchiefer
f9877fd8ba
refactoring: used hasSource, hasTarget routines throughout the code
2012-03-17 17:04:45 +01:00
DennisSchiefer
a39a35df73
moved leaflet.ie.css to new position
2012-03-17 15:48:24 +01:00
DennisSchiefer
204189c326
- version bump to v0.1.1
...
- restructured buttons (route is gone, search is show)
- added prefetching gui hide/show buttons
- increased timeout to 5000ms
- click highlight marker to hide it
- boundary box on Europe when querying geocoder
- added "reached your destination" display in route instructions
- improved visual for route summary
- when loading a stored route, source and target are named and the route
is zoomed correctly
- improved display results of reverse geocoder (ues village/country
tags)
- more consistent behaviour when displaying reverse geocoder results
or geocoordinates
- reverse geocoder now works at dragend
- more consistent behaviour when leaving an input box
- reversing a route when only one marker is set empties the result box
2012-03-16 15:06:43 +01:00
DennisSchiefer
6a9216d6e4
added functions to check whether source or target exists,
...
readded routing button
2012-03-16 09:42:14 +01:00
DennisSchiefer
26c9d357f0
made reverse geocoding more intuitive,
...
changed search and route buttons to centering buttons
2012-03-16 07:22:47 +01:00
DennisSchiefer
879d73c629
testing to remove route button -> search will be automatical on lost
...
focus
2012-03-15 17:45:22 +01:00
DennisSchiefer
aa952df541
added favicon,
...
removed commata that IE was complaining about
2012-03-15 09:05:00 +01:00
DennisSchiefer
22dda2b285
added new gui buttons for opening/closing,
...
route button now works,
more precise error message when geocoder does not find a result,
added maximum input length for text boxes
2012-03-14 17:42:14 +01:00
DennisSchiefer
a7eef27e99
added legal headers,
...
beautified comments,
moved language settings to config,
moved timeout settings to config,
corrected bug with route link and via nodes,
removed old files,
corrected spelling error for roundabout
2012-03-14 16:45:15 +01:00
DennisSchiefer
d92b28d2c3
restructured for release
2012-03-14 10:39:37 +01:00
DennisSchiefer
afbd3347da
added clear debug log button,
...
removed showing of links in gpx, route requests,
checked html with validator
2012-03-13 20:51:44 +01:00
DennisSchiefer
805402b230
starting to reverse geocoding
2012-03-13 17:32:18 +01:00
DennisSchiefer
784f417857
changed geocoder to official OSM geocoder,
...
switched default map style to osm.org
2012-03-13 14:31:23 +01:00
DennisSchiefer
0bc3e098ac
added GUI support for IE9 and IE10,
...
changed GUI legal text,
changed via-node deletion to click only,
moved default entries for input boxes to config file,
made input boxes selectable again
2012-03-13 14:15:07 +01:00
DennisSchiefer
dfd3a5d554
changed round-about symbol, corrected bug with ENTER not working on
...
location input
2012-03-13 10:26:31 +01:00
DennisSchiefer
c972e2cf41
Merge branch 'gui/buttons' into develop
2012-03-12 13:26:38 +01:00
schiefer
174e388e2d
debug window added,
...
when including OSRM.debug, a debug window is shown
2012-03-12 11:33:39 +01:00
DennisSchiefer
ee41fb45b7
added more turn instructions, changed clickability of gui
2012-03-10 17:08:25 +01:00
schiefer
93892b9806
changed buttons look
2012-03-09 17:33:06 +01:00
schiefer
8b109904c8
initial import
2012-03-09 09:24:51 +01:00