DennisSchiefer
f2a4a02af8
bugfix for Leaflet bug
2012-08-30 15:46:08 +01:00
DennisSchiefer
d4c5725613
inactive buttons use default cursor
2012-08-28 09:09:43 +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
6dcea6d808
changed icons for locations and layers
2012-08-27 12:58:41 +01:00
DennisSchiefer
d3d3ebb5de
added new buttons for map zooming and requesting important locations
2012-08-27 10:27:19 +01:00
DennisSchiefer
94ad1003e9
bugfix to store shortest distance to route within the the closest
...
point no longer required
2012-08-24 14:16:50 +01:00
DennisSchiefer
afb70126ad
prevent drag after dragEnd bugfix no longer need
2012-08-24 14:03:06 +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
f2cd56b329
fixed bug with geocoder
2012-08-23 14:45:38 +01:00
DennisSchiefer
4f28b2fe69
changed sorting/filtering step of processing geocoder results:
...
relations are no longer skipped; boundaries are highest ranked;
duplicate locations are removed
2012-08-22 14:02:52 +01:00
DennisSchiefer
5498aa03a5
additional controls (temporary)
2012-08-22 13:16:16 +01:00
DennisSchiefer
f571b5c7e5
circumvent leaflet racing condition #918 by switching off animation
...
during initialization
2012-08-22 07:25:45 +01:00
DennisSchiefer
862cde1056
fix for maps without attribution control
2012-08-14 17:16:04 +01:00
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
5a2dd78694
removed old marker/icon classes
2012-08-14 12:39:47 +01:00
DennisSchiefer
6c2e391622
leaflet 0.4 compliant markers and icons
2012-08-14 12:39:26 +01:00
DennisSchiefer
5901b25e69
set dashArray for non-dashed lines
2012-08-13 15:03:48 +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
b792d44b4e
removed deprecated TileLayer.Bing
2012-08-13 13:29:36 +01:00
DennisSchiefer
e8eb342434
finalized BingLayers;
...
added culture support outside of BingLayers.js
2012-08-13 13:29:03 +01:00
DennisSchiefer
0916e3f2e3
added new BingLayer code
2012-08-13 13:10:09 +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
3746a25057
fixed bug with .class vs ["class"]
2012-07-10 14:44:33 +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
f119b79101
removed comment
2012-07-05 13:00:57 +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
a90b2371c2
Merge branch 'trial/geocoder' into develop
2012-07-04 16:15:27 +01:00
DennisSchiefer
052f7060c1
changed look of geocoder results a bit (vertical alignment, debug
...
messages)
2012-07-04 16:15:04 +01:00
DennisSchiefer
314ff97ca0
nominatim results with type "arial_views" will not be displayed
2012-07-04 15:42:20 +01:00
DennisSchiefer
60436e9928
filter boundaries
2012-07-04 14:07:31 +01:00
DennisSchiefer
f575ff2ba5
increased limit on search results
2012-07-04 13:58:06 +01:00
DennisSchiefer
84a960ae1e
highlight markers are rendered below normal markers
2012-07-04 13:40:23 +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
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
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
c549311349
setting a marker on the map no longer centers on the marker
2012-07-03 10:06:57 +01:00
shiin
7d82661927
first code for managing alternatives
2012-06-17 09:07:32 +02:00