Tom Hughes
a9b00e16e7
Merge remote-tracking branch 'upstream/pull/2695'
2020-07-16 19:30:55 +01:00
Tom Hughes
8a013c0a96
Merge remote-tracking branch 'upstream/pull/2711'
2020-07-15 21:31:18 +01:00
Andy Allan
0c098c3a1d
Convert data feature warning to use bootstrap alert
...
Also rearrange dialog to fit with standard sidebar layouts, so that
the close icon and load buttons are not within the paragraph.
There may be a better way to construct this!
2020-07-15 19:34:19 +02:00
Andy Allan
e157b37ce5
Rename nav-related body classes
...
This makes it clearer that the classes are only for navigation menu
matters. Other things should be done on media queries, or ideally,
using bootstrap components like grids.
This has a side effect of removing the smaller font size from the
body when the navigation menu is in the small-nav state.
2020-07-15 11:40:02 +02:00
Tom Hughes
92a4c1feff
Fix eslint warning
2020-07-08 19:25:03 +01:00
Tom Hughes
efa2c20bff
Merge remote-tracking branch 'upstream/pull/2696'
2020-07-08 19:09:55 +01:00
Andy Allan
1977e66ace
Use bootstrap text-muted in place of custom deemphasze class
...
This avoids changing anything related to forms, since they will be
switched over to bootstrap separately.
2020-07-08 18:30:15 +02:00
Simon Poole
85cb71702e
Tuen on turn restriction support for graphhopper
...
No way of actually testing if this works, but it is based on https://docs.graphhopper.com/#operation/getRoute/parameters/point and https://www.graphhopper.com/blog/2020/07/08/turn-restriction-support-for-graphhoppers-directions-api/
2020-07-08 16:04:11 +02:00
Paul Norman
fb4aa31048
Add ÖPNVKarte layer
2020-06-25 20:47:25 -07:00
Simon Legner
83bb627da6
Fix typo in comment
...
Closes #2576
2020-04-01 00:11:19 +01:00
Tom Hughes
3184bec5ae
Fix some untranslateable strings
...
Fixes #2565
2020-03-20 17:22:23 +00:00
Tom Hughes
4176b78edf
Pass I18n argument correctly
2020-03-20 14:58:45 +00:00
Tom Hughes
587a1b0754
Fix lego translation with locate control
...
Fixes #2564
2020-03-20 14:28:51 +00:00
Tom Hughes
e89742928d
Merge remote-tracking branch 'upstream/pull/2548'
2020-03-18 20:15:06 +00:00
Tom Hughes
75d1893343
Fix eslint warnings
2020-02-29 17:52:55 +00:00
Tom Hughes
0f3856fd1c
Fix highlight of changesets with no bounding box
...
A changeset with no bounding box has no map layer so trying to
set it's style throws an exception which means we don't get to
the code to set the style on the list entry.
Fixes #2541
2020-02-29 17:43:19 +00:00
Holger Jeromin
c70e919b47
rename internal variable
2020-02-26 20:27:52 +01:00
Tom Hughes
774a8dd5f9
Merge remote-tracking branch 'upstream/pull/2524'
2020-01-29 17:55:55 +00:00
Andy Allan
e5c33c119a
Switch to bootstrap for dropdowns and tooltips
...
Due to the javascript involved, it was more straightforward to combine
the two together. Moving to bootstrap v4 for dropdowns required some
redesign of the dropdown menu html, and the opportunity was taken to
move to using standard buttons for those menus.
2020-01-29 18:23:47 +01:00
Holger Jeromin
c094cc1933
further linting stuff
2020-01-26 11:26:58 +01:00
Holger Jeromin
f9ab67577f
fixing linting
2020-01-26 11:22:50 +01:00
Holger Jeromin
a32f4c231e
Prevent exceptions while reversing directions
2020-01-26 11:01:45 +01:00
Tom Hughes
9bb494d9ea
Merge remote-tracking branch 'upstream/pull/2510'
2020-01-16 11:42:18 +00:00
Andy Allan
a3795cddbb
Move the search results to use list-group-flush
2020-01-16 12:39:13 +01:00
Andy Allan
0e2eae5dd1
Remove list styling from the lists used in the layers sidebar
2020-01-16 11:33:46 +01:00
Andy Allan
397d30c4e9
Add query-result classes for errors and nothing_found messages
2020-01-16 11:18:06 +01:00
Andy Allan
f885cfe0f5
Rename form-row to standard-form-row to avoid clashing with a bootstrap class
2020-01-15 17:16:11 +01:00
Andy Allan
712e67ed4a
Refactor the query results to use bootstrap list-group-flush
2020-01-08 16:00:18 +01:00
Simon Legner
7a81258ddc
Translate units used by leaflet-locatecontrol
2019-12-24 00:29:30 +01:00
Tom Hughes
a3a95616d9
Drop bowser, which is no longer used
2019-11-26 18:56:12 +00:00
Guillaume Rischard
7e390ec89b
Always use http to talk to josm
...
See discussion in #2445 and resulting conclusion that JOSM no
longer even listens on the https port.
Closes #2446
2019-11-26 18:53:54 +00:00
Tom Hughes
cc14fbe36e
Update to bowser 2.7.0
2019-11-25 12:45:53 +00:00
Tom Hughes
58e95f7ea4
Merge remote-tracking branch 'upstream/pull/2354'
2019-10-22 20:33:45 +01:00
Stefan Baebler
e968ad038a
Fixed 2 new eslint errors
2019-08-31 11:59:44 +02:00
Stefan Baebler
e731dd71a7
Merge branch 'master' into tag-colour-preview-rebase
2019-08-31 11:34:57 +02:00
mmd-osm
549be4adba
Overpass query to use map precision
2019-08-21 10:13:41 +02:00
marc tobias
61faea262a
Pass viewbox to Nominatim when geocoding routing endpoints
...
Fixes #2327
Closes #2328
2019-07-25 19:24:36 +01:00
Tom Hughes
6dd451c7ee
Stop creating a shared global querystring variable
2019-07-15 20:28:54 +01:00
Tom Hughes
a47c0a4411
Update querystring references
2019-07-15 10:03:09 +01:00
Tom Hughes
c162c065c6
Merge remote-tracking branch 'upstream/pull/2296'
2019-07-15 08:19:30 +01:00
Tom Hughes
492a640530
Enable a few more eslint checks
2019-07-14 12:08:02 +01:00
Tom Hughes
c4c0e8105a
Enforce consistent indentation in javascript code
2019-07-14 10:52:18 +01:00
Tom Hughes
807750023a
Fix eslint warning
2019-07-13 17:46:23 +01:00
Tom Hughes
6c202448ad
Move user images to Active Storage with paperclip as a fallback
2019-07-09 19:17:30 +01:00
Bryan Housel
7fb85f1ca6
Pass through photo_overlay
parameter
...
(re: https://github.com/openstreetmap/iD/issues/6492 )
2019-06-17 17:26:24 -04:00
Tom Hughes
176b853174
Fix new eslint warnings
2019-06-12 19:27:58 +01:00
Simon Poole
42a917b0a8
Reduce es lint moaning
2019-05-13 17:45:50 +02:00
Simon Poole
1be8d599e8
Add checkbox for contributor terms and improve text
2019-05-13 16:54:29 +02:00
Simon Poole
027728fede
Use jquery
2019-05-13 16:54:29 +02:00
Simon Poole
72d78db168
Move link to ToU to attribution footer
2019-05-13 16:54:29 +02:00