Bryan Housel
ad3f491116
Replace maki "M" museum icon
...
(closes #5751 )
2019-01-29 13:51:34 -05:00
Quincy Morgan
ccfba8ba0d
Don't validate crossing ways with area tags
...
Don't show connection fix for highway/waterway intersection if the highway is a major road
2019-01-29 13:44:37 -05:00
Quincy Morgan
742147c62b
Don't validate water areas or specific highway, waterway, or railway features
2019-01-29 13:31:02 -05:00
Quincy Morgan
b1e5b4f3ec
Check to see if ways can be connected before offering that quick fix
2019-01-29 13:05:11 -05:00
Quincy Morgan
907c4d9616
Rename fix function from action to onClick
2019-01-29 12:18:02 -05:00
Quincy Morgan
80c7aedb39
Fix bug with issues pane
2019-01-29 11:59:01 -05:00
Quincy Morgan
fcc7606089
Update crossing_ways fix to not use the context within the action
2019-01-29 11:47:24 -05:00
Quincy Morgan
b787af56a6
Add grayscale hover styling to entity issues
2019-01-29 11:33:48 -05:00
Quincy Morgan
226c4f88e1
Re-run validation automatically upon merging fetched remote data into the history
2019-01-29 11:10:12 -05:00
Quincy Morgan
2051dc4ca8
Update id of remove generic name fix
2019-01-29 10:45:48 -05:00
Quincy Morgan
f89c18e65d
Added quick fix for tag_suggest_area validation to remove the suggesting tags
2019-01-29 10:40:08 -05:00
Quincy Morgan
b48445b29a
Make the first issue's fix list appear by default
2019-01-29 09:56:44 -05:00
Bryan Housel
d3c0d1a7b7
Merge pull request #5826 from SilentSpike/reverse-turns
...
Fix turn:lanes changing when way is reversed
2019-01-29 09:31:41 -05:00
SilentSpike
20d629ac9e
Fix turn:lanes changing when way is reversed
2019-01-29 14:19:35 +00:00
Quincy Morgan
0866110d77
Merge branch 'master' into validation
2019-01-29 09:16:06 -05:00
Quincy Morgan
b1de70c63f
Add Sundial preset ( close #5771 )
2019-01-29 09:13:25 -05:00
Quincy Morgan
b2e57c37e9
Add Minaret preset ( close #5817 )
2019-01-29 09:04:27 -05:00
Quincy Morgan
28f49d3015
Add Bell Tower preset ( close #5772 )
...
Update tower presets to use field inheritance
2019-01-29 08:55:11 -05:00
Quincy Morgan
c9fef9e3fe
Add Climbing Gym preset ( close #5749 )
2019-01-29 08:41:45 -05:00
Quincy Morgan
a6636a2f44
Add Salt and Tidal fields to water presets ( close #5822 )
2019-01-29 08:29:21 -05:00
SilentSpike
129c28fb25
Fix street imagery selection highlight persistence
...
Root cause was the `select` mode removing the "selected" class from all
elements upon `exit()`. Easy fix is to use a different class (here
"currentView") for street imagery elements.
2019-01-29 13:26:53 +00:00
SilentSpike
99f7a90387
Fix imagery layers resetting eachother's classes
...
Fixes:
- Selecting a bubble then enabling a second imagery layer removes the hovered and selected highlighting
- If multiple imagery layers are enabled and you select a bubble it only temporarily becomes highlighted
- If multiple imagery layers are enabled and a bubble is highlighted, hovering over another imagery layer's bubble will remove the selected and hovered highlighting
Basically these all came down to style updates resetting all layers for
cases other than when the viewport was changed (where doing so makes
sense because the selected bubble/sequence needs to update as a result).
See #5494
2019-01-29 13:25:47 +00:00
SilentSpike
da41d9d921
Fix mouseover events on imagery layer bubbles
...
This is just a minor thing that doesn't usually alter visible behaviour.
The mouseover and mouseout events would fire when moving between child
elements of the svg group which was unnecessary.
2019-01-29 13:24:01 +00:00
Quincy Morgan
02ccd7cfd6
v2.13.1
2019-01-28 17:38:05 -05:00
Quincy Morgan
78a7869cd9
npm run translations
2019-01-28 17:37:13 -05:00
Bryan Housel
f952422695
Update Changelog with combobox bugfixes
2019-01-28 16:35:10 -05:00
Bryan Housel
af8fb1d758
Show combobox if we are moving from a different active combobox
...
(closes #5752 )
Previously it would go down the `hide()` branch anytime an existing combobox
was active.
2019-01-28 16:22:37 -05:00
Quincy Morgan
34ecd14da8
Update name-suggestion-index to 1.0.4
2019-01-28 16:03:40 -05:00
Bryan Housel
49442afe0c
In raw member editor, cancel combobox on blur if it hasn't been accepted
2019-01-28 15:41:50 -05:00
Quincy Morgan
10ee54d624
Update changelog for v2.13.1
2019-01-28 15:16:58 -05:00
Bryan Housel
d0021f77ca
Handle possibility of combobox blurring without dispatching accept
2019-01-28 13:43:40 -05:00
Quincy Morgan
34e21e2fe9
Update release instructions
2019-01-28 13:16:20 -05:00
Quincy Morgan
67b3b92cdf
Add name and intermittent fields to natural/water preset
...
Update natural/water/... presets to use field inheritance
2019-01-28 12:38:27 -05:00
Quincy Morgan
a06b8e4306
Add water=intermittent, water=riverbank, water=salt, and water=tidal to deprecated tags list
2019-01-28 12:24:34 -05:00
Quincy Morgan
f25a80c48c
Merge branch 'master' into validation
2019-01-28 12:14:04 -05:00
Bryan Housel
623eb3c2b9
Show covered field on drive-through preset
2019-01-28 12:11:31 -05:00
Quincy Morgan
b73ad48802
Add the covered field to more presets
...
Add "water fountain" and synonyms as terms to amenity/drinking_water preset
2019-01-28 11:45:34 -05:00
Bryan Housel
87ddfa68dc
Revert 55715a482 - caused raw_tag_editor combos to not blur in Safari
2019-01-28 11:20:32 -05:00
Quincy Morgan
4ef46a4b1d
Fix issue where Chrome would attempt to autofill fields ( close #5818 )
2019-01-28 11:15:59 -05:00
Quincy Morgan
3903e9347e
Add covered field to moreFields of various rail presets
2019-01-28 09:04:36 -05:00
Quincy Morgan
1066f8f788
Fix issue where preset browser would show after continuing a line ( close #5770 )
2019-01-28 08:52:20 -05:00
Quincy Morgan
3a48b3b57c
Add inscription field to the bench preset
...
Add building_area field to the attraction/carousel and attraction/dark_ride presets
2019-01-28 08:32:03 -05:00
Bryan Housel
7cdca993e8
Move "Name" from fields to moreFields on Other vertex preset
...
(closes #5812 )
2019-01-27 20:53:47 -05:00
Bryan Housel
9febb34b53
Add "riverbank" for search term for River area preset
2019-01-27 13:23:04 -05:00
Bryan Housel
1a3a411507
Restore basin preset
...
(closes #5758 )
2019-01-27 13:19:16 -05:00
Bryan Housel
b9444ab991
Restore hand cursor on dropdown carat
...
(closes #5769 )
This change allows pointer events to flow to the caret, and forwards
them back to the combo input. Also renames several event handlers
for clarity, and increases the double-click detection threshold.
2019-01-26 13:22:31 -05:00
Bryan Housel
18d71448be
pacify eslint
2019-01-25 16:23:46 -05:00
Bryan Housel
5d6e331635
Don't erase name field when tabbing from it
...
(closes #5760 )
2019-01-25 16:16:07 -05:00
Bryan Housel
55715a4827
Try to dispatch an accept event on blur
...
(re: #5752 - but does not close it)
2019-01-25 14:47:17 -05:00
Quincy Morgan
62ac471808
Improve message and add tooltip to tag_suggeset_area validation
2019-01-25 14:24:53 -05:00