Tom Hughes
d3700e6201
Merge branch 'master' into next
2018-06-10 17:02:12 +01:00
Tom Hughes
beec16232d
Update style for change of name for message controller
2018-06-06 14:45:19 +01:00
Tom Hughes
4a6779abf7
Avoid using inline javascript to update message list
2018-05-30 15:30:23 +01:00
Benoît
e1f37fcc84
Improve HOT layer attribution
...
The style is by HOT and the server is provided by OpenStreetMap France.
Closes #1882
2018-05-25 10:22:56 +01:00
hikemaniac
908f9b5276
Rebase to current master
...
Merge openstreetmap/openstreetmap-website into hikemaniac/openstreetmap-website
2018-05-18 13:59:59 +02:00
Peter Karich
1cea6b363a
Use XHR instead of jsonp for GraphHopper
...
Closes #1872
2018-05-17 20:47:58 +01:00
Tom Hughes
fdd4361d5b
Remove some inline styles
2018-05-16 20:27:35 +01:00
Andy Allan
e1c62f1bf2
Remove if_user and similar methods
...
Rather than hiding features based on CSS, just avoid including them
in the output. Fixes #1862
2018-05-16 13:05:20 +08:00
hikemaniac
d799f4e750
Fix a browse icon typo.
2018-05-15 20:05:40 +02:00
Tom Hughes
50f85248db
Use https to launch the remote editor except for modern browsers
...
Currently only Chrome 53+ and Firefox 55+ are known to support loading
of http resources from localhost for an https page.
2018-05-15 14:21:09 +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
Bryan Housel
4399cc793f
Allow changeset source tag to be settable via url api
...
(see https://github.com/openstreetmap/iD/issues/4899 )
2018-04-16 14:49:46 -04:00
J Guthrie
606c0adf29
Remove error class when right-click-selecting destination
2018-04-15 18:05:25 +01:00
Andy Allan
7dbf8d8336
Merge branch 'master' into moderation
2018-04-11 09:54:04 +08: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
Andy Allan
04901868fa
Apply list styling to list of related reports
2018-03-14 15:14:35 +08:00
Andy Allan
05b871db99
Avoid wrapping in the reports count column
2018-03-14 13:06:32 +08:00
Andy Allan
13e7a4b0e9
Increase padding around report disclaimer
2018-03-14 12:51:22 +08:00
Andy Allan
a20e28809f
Merge branch 'master' into moderation
2018-02-28 15:55:28 +08:00
Andy Allan
424b6ef1cf
Merge branch 'master' into moderation
2018-02-28 15:46:25 +08:00
Andy Allan
7821bf48ad
Reposition the note and user report flags
2018-02-28 15:43:22 +08:00
Andy Allan
8587c2a02b
Rework the new report form text and layout
2018-02-28 15:27:01 +08:00
Holger Jeromin
f9745fd2b1
Move abbr style from border to text-decoration
2018-02-27 21:25:03 +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
ab926ef4e6
Use correct class to disable zoom buttons
...
Fixes #1365
2018-02-09 18:50:31 +00:00
Tom Hughes
83d97699cc
Use configured server protocol for shared URLs
...
Closes #939
2018-02-05 21:03:45 +00:00
Tom Hughes
609cedc499
Allow lat/lon from the URL to take precedence when routing
2018-02-03 16:39:39 +00:00