J Guthrie
aae0d3b7b5
Changeset border turns blue on hover
2018-10-02 23:41:24 +01:00
Ilya Zverev
67925e6d98
Do not display two coordinates on 'where am I' click
...
Closes #1968
2018-09-03 17:46:26 +01:00
Tom Hughes
e9abea3dd7
Avoid some accidental manouver type matches
2018-08-13 17:13:26 +01:00
Peter Karich
1cea6b363a
Use XHR instead of jsonp for GraphHopper
...
Closes #1872
2018-05-17 20:47:58 +01:00
Tom Hughes
64f3a1a947
Fix translation lookups for roundabout exits
2018-04-30 23:01:08 +01:00
Tom Hughes
91c30d3a8c
Avoid using "one" and "two" as translation keys
2018-04-30 22:38:43 +01:00
Tom Hughes
69ff048ae1
Merge remote-tracking branch 'upstream/pull/1802'
2018-04-30 18:56:09 +01:00
Tom Hughes
1ecf146766
Add terminating semicolon to overpass query
...
Fixes #1843
2018-04-30 18:54:31 +01:00
J Guthrie
e833ef6315
Separated ordinal roundabout exit text from normal exit text
2018-04-29 21:59:54 +01:00
J Guthrie
e0b175d3bd
Merge branch 'convert_roundabout_exits' of https://github.com/jguthrie100/openstreetmap-website into convert_roundabout_exits
2018-04-29 21:44:26 +01:00
J Guthrie
9efa2c7b92
Change roundabout exit logic and remove blank string from locale file
2018-04-29 20:30:44 +01:00
Jamie Guthrie
76bc5eba06
Merge branch 'master' into convert_roundabout_exits
2018-04-29 19:53:57 +01:00
J Guthrie
4330dcdf94
Added exit counts as seperate keys in locale file
2018-04-26 00:43:01 +01:00
J Guthrie
606c0adf29
Remove error class when right-click-selecting destination
2018-04-15 18:05:25 +01:00
Tom Hughes
be35dda9c3
Merge remote-tracking branch 'upstream/pull/1804'
2018-04-02 15:41:35 +01:00
Tom Hughes
7e6e1dfbaf
Tweak highlighting of geolocation errors
2018-04-02 15:24:03 +01:00
J Guthrie
65ceb77eab
Added autoPan for Directions markers
2018-03-31 22:18:25 +01:00
J Guthrie
4b4449f724
Converted roundabouts to take "1st, 2nd, 3rd" exit etc
2018-03-31 18:22:56 +01:00
J Guthrie
efd17cfbe9
Moved inline styling to stylesheet
2018-03-29 22:48:39 +01:00
J Guthrie
becccea034
Remove/replace redundant no_place locale translation
2018-03-29 22:27:33 +01:00
J Guthrie
1bb52e3cb6
Unlocateable place now highlighted in red and specified in error message
...
The textbox containing the unlocateable place gets highlighted in red
Also added a new locale value to specify an error for a specific place
2018-03-29 21:02:42 +01:00
Tom Hughes
f9eccfe64f
Use bolded version of destinations
2018-02-25 21:29:54 +00:00
Tom Hughes
d8eda6ba03
Show exit numbers for off ramps in OSRM directions
...
Fixes #1768
2018-02-25 20:51:11 +00:00
Jamie Guthrie
58a0184fc0
Fix route path 'hovering' when marker positions are changed
...
Closes #1755
2018-02-15 17:58:59 +00:00
Jamie Guthrie
4a9f20a485
Fix directions for roundabout without exit number
...
Closes #1756
2018-02-15 17:53:54 +00:00
Tom Hughes
aafb1db2be
Avoid relying on global state to detect when we are dragging
...
We can't guarantee what order getRoute calls will finish in so
relying on global state is dangerous - capture it in the closure
instead so that each route knows what it is doing.
2018-02-14 17:58:01 +00:00
Tom Hughes
20e4909230
Stop map zooming out after dropping marker
...
Closes #1751
2018-02-14 17:53:33 +00:00
Jamie Guthrie
93d94bb1f9
Correctly swap from and to values when reversing directions
...
Closes #1752
Fixes #1748
2018-02-14 17:22:39 +00:00
Jamie Guthrie
161ce947c3
Improve OSRM directions for on and off ramps
...
Try and show both the name of the road being turned on to and the
destination depending on what is available.
Closes #1740
2018-02-13 17:32:57 +00:00
Jamie Guthrie
97f75e82c0
Add padding to directions popups
...
Clicking on a direction step now pans to the popup, but includes some
padding so that the popup is not hidden in the corner of the screen.
Closes #1745
2018-02-13 17:25:56 +00:00
Jamie Guthrie
c12ed85233
Use both name and ref when naming roads in directions
...
Closes #1741
2018-02-12 20:12:57 +00:00
Tom Hughes
609cedc499
Allow lat/lon from the URL to take precedence when routing
2018-02-03 16:39:39 +00:00
Tom Hughes
aea57cdfc3
Go through the router when reversing directions
2018-02-03 16:21:35 +00:00
Tom Hughes
9d2f920feb
Merge remote-tracking branch 'upstream/pull/1693'
2018-02-03 16:12:51 +00:00
Tom Hughes
256460a2d9
Fix jshint warning
2018-01-08 20:30:51 +00:00
Tom Hughes
be86e4824f
Convert various URLs to https
2018-01-08 20:18:21 +00:00
Tom Hughes
af1397436f
Use https for nominatim
2018-01-08 10:50:44 +00:00
Tom Hughes
9340c46173
Remove dependencies on mapzen services
2018-01-02 18:45:20 +00:00
J Guthrie
7a933cf928
Added 'Reverse Directions' link
...
Added a text link that reverses the directions of the planned route
2017-12-17 01:09:09 +00:00
Tom Hughes
e813a31d7a
Make context menu use from/to for directions
...
This ensures that the router will try to geocode the values rather
than assuming that they are latitude/longitude pairs.
Fixes #1684
2017-11-19 19:49:39 +00:00
mmd-osm
7fd1e55938
Discard empty ways from query result geometries
...
Fixes #1608
2017-08-10 19:49:50 +01:00
Peter Karich
0531091fd1
Include car profile for GraphHopper routing
...
Closes #1547
2017-05-24 21:17:22 +01:00
Dan Stowell
5f35d37fee
Remember user's choice of directions engine
2017-04-11 19:42:37 +01:00
Andy Allan
4afedb07a2
Update mapzen directions credit link
...
Rather than pointing at a redirect, point at the target of the
redirect. Refs #1388
2017-03-30 15:18:16 +01:00
Tom Hughes
b954416a70
Merge remote-tracking branch 'openstreetmap/pull/1437'
2017-03-05 10:34:23 +00:00
Tom Hughes
4b43396ede
Rename 'clickable' to 'interactive' per leaflet 1.x change
2017-02-24 23:10:12 +00:00
Tom Hughes
ad0e829fc7
Enable context menu on mouse down with no shift pressed
2017-02-21 09:16:38 +00:00
Holger Jeromin
d716e4095b
Fix shift key handling in contextmenu
2017-02-19 09:45:47 +01:00
Tom Hughes
0bdf29f10b
Merge branch 'contextmenu'
2017-02-18 16:20:20 +00:00
Tom Hughes
d1044674c5
Merge remote-tracking branch 'openstreetmap/pull/1439'
2017-02-16 20:31:34 +00:00