Commit Graph

4031 Commits

Author SHA1 Message Date
Quincy Morgan
cd1bf16dcd Download, select, and display the feature specified in the URL upon load even if the map parameter is zoomed out beyond the editable extent (close #8122) 2020-11-06 15:51:40 -05:00
Quincy Morgan
b84f95be67 Set development version number 2020-11-02 10:25:42 -05:00
Quincy Morgan
ef2ec3ae9c v2.19.4 2020-11-02 10:19:34 -05:00
Quincy Morgan
162f97bfc8 Fix issue where items could not be deselected from the selection list in some browsers (close #8151) 2020-11-02 09:47:06 -05:00
Quincy Morgan
e017073142 Fix issue where the keyboard shortcuts screen would only display the first tab (close #8137) 2020-10-30 09:48:48 -04:00
Quincy Morgan
e40180d0c4 Update data_layers.js to be consistent with 2a2bfca174 2020-10-30 09:33:03 -04:00
Quincy Morgan
2a2bfca174 Change implementation of #8141 2020-10-30 09:29:51 -04:00
Wille Marcel
a77dbe9f83 fix error when custom background url is empty 2020-10-30 08:26:14 -03:00
Quincy Morgan
047f2ef555 Set development version number 2020-10-29 15:10:39 -04:00
Quincy Morgan
deb652af21 v2.19.3 2020-10-29 15:06:14 -04:00
Quincy Morgan
ba4c1ef014 Account for instances where d3.geoCentroid returns incorrect results 2020-10-29 14:28:21 -04:00
Quincy Morgan
6b8cbbd12b Don't remove source:* tags when downgrading features (close #8097) 2020-10-29 13:40:45 -04:00
Quincy Morgan
9500e8f3c4 Make the warnings and errors lists in the issues pane navigable via keyboard 2020-10-29 13:21:21 -04:00
Quincy Morgan
5483a0f3c9 Improve tab order of attribution links and zoom in to edit notice 2020-10-29 13:06:03 -04:00
Quincy Morgan
791a3bfa45 Avoid error if detection images haven't been loaded yet 2020-10-29 12:10:33 -04:00
Quincy Morgan
981cdc6736 Apply photo date and username filters to Mapillary sign and object detections (close #8133)
Don't update disabled SVG layers upon photo changes
2020-10-29 11:59:12 -04:00
Quincy Morgan
d2989cf09c Improve styling of new version badge 2020-10-29 10:56:13 -04:00
Quincy Morgan
3727f26c13 Fix issue where sidebar controls could be keyboard-navigated while the sidebar was hidden 2020-10-29 10:29:27 -04:00
Quincy Morgan
d70f2e2e0f Update ui.checkOverflow to only apply to iD's subelements and to account for empty selections 2020-10-29 10:17:50 -04:00
Quincy Morgan
e83235df54 Fix regression where changing the Wikidata field wouldn't update the wikidata tag (close #8132) 2020-10-29 10:05:43 -04:00
Quincy Morgan
b2b10ccebd Fix regression where hovering over items in the relation dropdown wouldn't highlight them in the map (close #8134) 2020-10-29 09:57:38 -04:00
Quincy Morgan
8b6ad03a58 Fix issue where switching between metric/imperial measurements wouldn't work 2020-10-28 15:16:38 -04:00
Quincy Morgan
d1940270be Set development version number 2020-10-28 10:55:35 -04:00
Quincy Morgan
612dfe4073 v2.19.2 2020-10-28 10:49:36 -04:00
ricloy
0f87da6340 Update line.js
fix walkthrough hangs when "Washington street" is split
2020-10-28 10:46:07 +00:00
Quincy Morgan
4b43c1dff5 Set development version number 2020-10-27 21:20:16 -04:00
Quincy Morgan
24ad7fcb82 v2.19.1 2020-10-27 21:11:06 -04:00
Quincy Morgan
4f7014b1a9 Fix lint warnings and error 2020-10-27 21:08:38 -04:00
Quincy Morgan
c7897e965f Fix issue with expanding the sidebar after drawing a generic feature 2020-10-27 20:57:10 -04:00
Quincy Morgan
b2582dcf9e Fix critical issue with editing Bike Lanes and Allowed Access fields 2020-10-27 20:44:56 -04:00
Quincy Morgan
6cd79fc363 Set development version number 2020-10-27 17:40:20 -04:00
Quincy Morgan
3e25e4154c v2.19.0 2020-10-27 17:35:54 -04:00
Quincy Morgan
2ee53670c8 Fix issue with mobile Safari showing the native selection menu when long-pressing on the map 2020-10-27 16:01:00 -04:00
Quincy Morgan
66999cce1b Clean up the imagery offset layout and make it usable via keyboard only 2020-10-27 10:51:16 -04:00
Quincy Morgan
154c6ed0ed Fix issue where clicking some buttons would clear the URL hash 2020-10-27 09:56:05 -04:00
Quincy Morgan
6d7ec5d14e Fix issue with snapping to ways/nodes when drawing 2020-10-26 15:54:25 -04:00
Quincy Morgan
315ab27997 Fix issue with context menu key 2020-10-26 15:12:18 -04:00
Quincy Morgan
792a4e8594 Fix background tile issues caused by the cache not properly updating upon load/error with D3 v6 2020-10-26 14:52:58 -04:00
Quincy Morgan
15c8e060f8 Fix tests 2020-10-23 15:49:30 -04:00
Quincy Morgan
f2ef27f78c Enable no-implicit-coercion eslint rule for strings 2020-10-23 14:03:50 -04:00
Quincy Morgan
dc8fd13586 Enable array-callback-return eslint rule 2020-10-23 13:47:09 -04:00
Quincy Morgan
4059ee5118 Enable block-scoped-var eslint rule 2020-10-23 13:38:36 -04:00
Quincy Morgan
04b3a788f9 Add lint:fix script
Enable no-trailing-space eslint rule
2020-10-23 13:24:44 -04:00
Quincy Morgan
9464ec5d87 Enable arrow-spacing eslint rule 2020-10-23 12:05:52 -04:00
Quincy Morgan
380473033b Enable no-duplicate-imports eslint rule 2020-10-23 12:02:37 -04:00
Quincy Morgan
17ab0b824d Enable complexity eslint rule and simplify uiPresetIcon.render function 2020-10-23 11:51:33 -04:00
Quincy Morgan
3f9ac9105b Enable no-undef-init eslint rule 2020-10-23 11:33:47 -04:00
Quincy Morgan
6549bcc197 Enable no-eq-null eslint rule 2020-10-23 11:27:32 -04:00
Quincy Morgan
64ec6424db Enable additional eslint rules, including no-useless-concat 2020-10-23 11:12:47 -04:00
Quincy Morgan
f8e4e43fab Enable additional eslint rules, including no-constructor-return 2020-10-23 11:11:32 -04:00