Commit Graph

3040 Commits

Author SHA1 Message Date
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 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 c031f2dd33 Merge branch '2.15' into 215_highlight_edits
# Conflicts:
#	modules/svg/areas.js
2019-10-07 10:49:52 +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 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 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 08530dd822 Prevent stale operations by reloading them after history changes 2019-10-03 16:57:12 +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
Quincy Morgan 9ccace9022 Don't warn about websites missing http:// or https:// (close #6831) 2019-10-01 18:34:20 +02:00
Quincy Morgan 6a515576f1 Add an "Extract this point" quick fix for points-as-vertices validation warnings (re: #6319) 2019-10-01 18:21:03 +02:00
Quincy Morgan e4237f9280 Don't show pattern fills on are preset icons (re: #6900) 2019-09-30 14:18:56 +02:00
Quincy Morgan 2ccdc438f4 Render area fill patterns in preset icons (close #6900) 2019-09-30 12:27:33 +02:00
Quincy Morgan 3f69988db8 Allow tabbing beyond the raw tag editor (close #4233) 2019-09-26 22:19:18 +02:00
Quincy Morgan c88f2cb43c Support @ for collapsing the sidebar for French keyboards (close #6864) 2019-09-26 12:20:07 +02:00
Quincy Morgan 525916da74 Recategorize tags_suggests_area validation rule into mismatched_geometry rule
Warn about points tagged as vertices and vertices tagged as points (close #6319)
2019-09-26 10:56:30 +02:00
Quincy Morgan 1371b3cfdc Make single-key radio fields translatable like combo fields (close #6878) 2019-09-24 19:27:50 +02:00
Quincy Morgan b8b8c66d02 Warn when multilingual feature names appear to be generic (close #6876) 2019-09-24 13:22:02 +02:00
Quincy Morgan c2a49f4e02 Disallow zooming past the min/max zoom bounds via scrolling or pinch-to-zoom (close #6851) 2019-09-19 16:27:51 -04:00
Quincy Morgan b1eaa2c29d Allow values in addTags to blacklist tags from implying a way should be an area (close #6800) 2019-09-19 09:06:42 -04:00
Quincy Morgan a97f05c9dc Disable zoom in/out buttons when at max or min zoom already (close #6847) 2019-09-18 15:56:32 -04:00
Quincy Morgan 0e48627ee3 Fix issue with reversing nodes with absolute directions of 0 degrees 2019-09-18 13:39:20 -04:00
Quincy Morgan 516570739c Fix node reverse code test
Add more code tests for reversing nodes
2019-09-18 13:13:44 -04:00
Quincy Morgan 0c503768c6 Fix typo/lint error 2019-09-17 18:51:44 -04:00
Quincy Morgan 5c1bbfbbdc Add support for reversing secondary intercardinal directions on points 2019-09-17 17:02:34 -04:00
Quincy Morgan c80c72ca78 Reverse degree and compass values on direction tags when reversing points 2019-09-17 16:43:55 -04:00
Quincy Morgan 8b1c9fe323 Add notCountryCodes presets property to blacklist certain presets from certain countries
Show "Cycle & Foot Path" preset in all countries except France (re: #6836)
2019-09-17 13:54:59 -04:00
Quincy Morgan 291187cbd7 Enable reversing multiple selected lines or points at once (close #6810) 2019-09-17 13:38:47 -04:00
Quincy Morgan c229326aad Allow using the Reverse operation on directional nodes (close #6850) 2019-09-17 10:57:55 -04:00
Quincy Morgan 191d0b9434 Add link to Achavi changeset inspector tool to the History panel (close #6855) 2019-09-16 11:53:33 -04:00
Quincy Morgan 7c8a7b8de6 Fix lint error 2019-09-13 15:19:04 -04:00
Quincy Morgan 1abcc7fccf Show warning for elevator nodes that are disconnected from the highway network (close #6812)
Simplify disconnected way validation code
2019-09-13 15:17:48 -04:00
Quincy Morgan 029e2ee9f5 Make the Level field non-universal and add it only to related presets (re: #5719)
Allow specifying a key that will prevent a field from displaying
Don't show the Level field on features with a `building` tag
2019-09-13 14:07:12 -04:00
Quincy Morgan d7bbbd0017 Suggest uppercase target field values from taginfo 2019-09-13 08:45:51 -04:00
Quincy Morgan a13a77562e Suggest uppercase country field values from taginfo 2019-09-13 08:40:11 -04:00
Benjamin Clark ad5025de3e Add support for area diffs. 2019-09-11 14:14:06 -04:00
Benjamin Clark a0f85967b0 highlight edits now differentiates between tag edits and geometry edits for vertices/lines. 2019-09-11 13:02:12 -04:00
Benjamin Clark a4dc7518c4 Add a hotkey to highlight edited ways. 2019-09-11 13:02:12 -04:00
Quincy Morgan 46a52cb19e Add button to toggle the Background info panel (re: #6397)
Reword imagery problem link label (close #6820)
2019-09-09 12:23:58 -04:00
Bryan Housel 7959891a8b Switch from hardcoded community rank to resource.order
The next version of the community index will include the `order` property
(re: #6752, osmlab/osm-community-index#114)
2019-08-27 10:14:09 -04:00
Quincy Morgan 76fb12c5f5 Merge branch '2.15' into feat-mapillary-map-features 2019-08-26 14:22:17 -05:00