Commit Graph

12493 Commits

Author SHA1 Message Date
Quincy Morgan edd99f235f Use default sensitivity for sorting moreFields in UI 2019-10-12 12:04:26 +02:00
Quincy Morgan db83254595 Sort moreFields in the UI with locale-specific alphabetization (close #6937) 2019-10-12 11:55:08 +02:00
Quincy Morgan abd94a940f Show non-actionable "Connect this feature" fix for disconnected roads and paths with both ends as noexits
Correctly reverse the "continue" fix icons for the right-to-left layout
2019-10-11 17:04:45 +02:00
Quincy Morgan c5e1c0d596 Fix lint warning 2019-10-11 14:02:19 +02:00
Quincy Morgan 92116f198a Only show edited vertices as needed (close #6934) 2019-10-11 14:01:07 +02:00
Quincy Morgan aba96f039f Add specific "no issues" message if the user has no edits
Don't use "other features" language since "my edits" validation checks are no longer per-feature
2019-10-11 13:22:53 +02:00
Quincy Morgan a66e21c76f Fix tooltips on zoom buttons when they're disabled 2019-10-11 12:46:02 +02:00
Quincy Morgan cb95682674 Always show the reset ignored issues button when there are ignored issues 2019-10-11 12:29:59 +02:00
Quincy Morgan 82acd82a29 Don't make edited vertex targets larger
Render vertex and point change highlight with some opacity
2019-10-10 18:58:39 +02:00
Quincy Morgan 18a2c6c320 Fix issue where false edited segment indicators could appear 2019-10-10 18:28:43 +02:00
Quincy Morgan d7bde50649 Locate impossible way issues at the questionable node, not at the center of the way's extent 2019-10-10 15:08:54 +02:00
Quincy Morgan cdcf5c4606 Rename Fill Areas section to Style Options
Add Highlight Changes button to the Style Options section for toggling visual diffs (re: #6843)
2019-10-10 12:38:56 +02:00
Quincy Morgan 913bab6e8c Add initial 2.16.0 changelog 2019-10-10 11:32:32 +02:00
Quincy Morgan e5e1888e5e Update derived data for cldr-core 36.0.0 2019-10-10 07:25:44 +02:00
Quincy Morgan eb3f5ee802 Update derived data for cldr-localenames-full 36.0.0 2019-10-10 07:16:46 +02:00
greenkeeper[bot] 1bd7d97c61 Cherry pick cldr-core 36.0.0 2019-10-10 07:08:28 +02:00
Quincy Morgan 08cd38259e Cherry pick cldr-localenames-full 36.0.0 2019-10-10 07:06:39 +02:00
Quincy Morgan 090f9f9c70 Fix typo and add note about unstable validation type IDs 2019-10-09 16:04:14 +02:00
Quincy Morgan 19cee51539 Add documentation about validation issue changeset tags (re: #6100) 2019-10-09 15:47:30 +02:00
Quincy Morgan bd1e1b34ff Add subtypes to crossing_ways validation warnings
Allow the `indoor` tag to indicate a crossing feature is indoors
2019-10-09 15:24:42 +02:00
Quincy Morgan a3d6097d40 Rename "Fix Me" Requests validation rule to more general Help Requests
Add subtypes to almost_junction and disconnected_way validation rules
Add additional validation documentation (re: #6100)
2019-10-09 15:00:28 +02:00
Quincy Morgan d57807478e Start validation documentation (re: #6100)
Add subtypes to close_nodes and unsquare_way validations
2019-10-09 12:43:38 +02:00
Quincy Morgan ffdc4d8442 Ensure visual diffs work on lines that are uninteresting members of multipolygons (re: #6843) 2019-10-08 20:44:05 +02:00
Quincy Morgan c7186e2ee6 Replace usage of lodash isEqual (re: #6843) 2019-10-08 20:42:58 +02:00
Quincy Morgan 7d31c76546 Unify visual diff styles for lines and areas (re: #6843)
Render tag-only diffs in yellow instead of translucent orange
Don't use target colors for vertex diff styling
2019-10-08 20:25:09 +02:00
Quincy Morgan 868ab2ca27 Merge pull request #6921 from cbeddow/2.15
fix: mapillary pagination and minimum detection count
2019-10-07 16:41:39 +02:00
Quincy Morgan 2924d4619a Show visual diff for standalone points (re: #6843) 2019-10-07 16:33:35 +02:00
Quincy Morgan f3e7bd9034 Render line and vertex visual diff on shadow instead of above everything (re: #6843)
Differentiate added lines and vertices from merely changed ones
2019-10-07 16:13:35 +02:00
cbeddow 819ea05e6f fix: mapillary pagination and minimum detection count 2019-10-07 14:13:21 +02:00
Quincy Morgan 909079e454 Replace uses of lodash omit (re: #6843)
Fix lint warnings
2019-10-07 11:43:40 +02:00
Quincy Morgan 5abdd4c813 Removed unused strings and rename string ids to not indicate ways only (re: #6843) 2019-10-07 11:02:07 +02:00
Quincy Morgan f4f648bb8a Merge pull request #6843 from Bonkles/215_highlight_edits
Add hotkey for Visual Diffs
2019-10-07 10:54:36 +02:00
Quincy Morgan c031f2dd33 Merge branch '2.15' into 215_highlight_edits
# Conflicts:
#	modules/svg/areas.js
2019-10-07 10:49:52 +02:00
Quincy Morgan 7e3e7409cd Merge pull request #6919 from huonw/cliff-arrow-colour
Change cliff direction marker to dark grey to match the line
2019-10-07 09:41:36 +02:00
Huon Wilson de2f052eb9 Change cliff direction marker to dark grey to match the line
Cliffs had their colour changed in 5f9bea67d, but the directional
arrow remained green.

Fixes #6918
2019-10-07 13:11:40 +11:00
Quincy Morgan 7251a2ab90 Make "edited issues" mean "issues the user created" instead of "issues for features edited by the user"
Only include issues created by the user in the "warnings" changeset tags
Include counts of issues resolved by the user in the changeset tags (close #6459)
Don't include "fixme" issue counts in "warnings" changeset tags since they're not created by the user (close #6658)
Don't cache crossing ways issues at the rule level
2019-10-04 16:50:44 +02:00
Quincy Morgan 51dfc8f96b Add derived data 2019-10-04 11:16:32 +02:00
Quincy Morgan 57bfeb1db5 Merge branch '2.15' of https://github.com/openstreetmap/iD into 2.15 2019-10-04 11:16:07 +02:00
Quincy Morgan badde3d583 Add warning for features with names that equal values in their not:name tag (close #6411) 2019-10-04 11:06:27 +02:00
Quincy Morgan fa05088e56 Merge pull request #6912 from guylamar2006/patch-2
Added corridor to jet bridge
2019-10-04 09:51:24 +02:00
guylamar2006 d76ba95ef3 Added corridor to jet bridge
Added corridor to jet bridge since it's the most common combination.
2019-10-03 14:42:57 -05:00
Quincy Morgan d3d2cbb4a2 Update code tests for building layer crossings 2019-10-03 20:10:20 +02:00
Quincy Morgan f5995dffb0 Cherry pick crossing buildings fix 2019-10-03 20:09:49 +02:00
Quincy Morgan bbc537a5e9 Add preset for aeroway=spaceport 2019-10-03 19:04:04 +02:00
Quincy Morgan 3b671bf4e4 Flash the "change feature type" button in the inspector whenever the preset changes (close #6764) 2019-10-03 18:50:33 +02:00
Quincy Morgan b69aa45010 Ensure deterministic sorting of languages with equivalent percentages in territory-languages.json 2019-10-03 17:48:08 +02:00
Quincy Morgan 08530dd822 Prevent stale operations by reloading them after history changes 2019-10-03 16:57:12 +02:00
Quincy Morgan ee27268f80 Don't use icons with non-localizable dollar signs 2019-10-03 16:13:52 +02:00
Quincy Morgan 139e443239 Don't render barriers tagged on waterways (close #6887) 2019-10-03 15:52:29 +02:00
Quincy Morgan 0dc890a9ee Show more specific message when nonstandard brand has simply incomplete tags (close #6909) 2019-10-03 15:25:18 +02:00