Commit Graph

9676 Commits

Author SHA1 Message Date
Bryan Housel 4f8f45ec52 Fix issues with slow scrolling and improper panning on windows
(closes #5512)
2018-11-30 22:57:30 -05:00
Bryan Housel 2e6652f8cb Fix oneway and sided markers for IE11/Edge 2018-11-30 15:57:16 -05:00
Bryan Housel c7fc3ea062 Reset the scroll to the top of the inspector when redrawing it 2018-11-30 14:21:14 -05:00
Bryan Housel 6d7d204f75 Fix flexbox containers for checkbox and radio rows
(closes #5535)
2018-11-30 12:54:55 -05:00
Bryan Housel f7c29a96ef Send some more info to taginfo about how the tags are used
(closes #5536)

We now include in the description:
- 🄵  if it's a field
- 🄿  if it's a preset
- '(unsearchable)' if it's that
2018-11-30 12:12:40 -05:00
Bryan Housel d177ab7fcf Shrink the directional way markers slightly
(closes #5533)
2018-11-30 01:56:33 -05:00
Bryan Housel 8b0e729b9c Merge pull request #5502 from jguthrie100/redraw_restrictions_on_sidebar_drag
Redraw restrictions panel when dragging sidebar
2018-11-30 01:30:03 -05:00
Bryan Housel d5031bea24 Merge pull request #5534 from quincylvania/flush-curb-preset
Adds a preset for Flush Curb
2018-11-30 01:26:38 -05:00
Bryan Housel 031b081cd8 Fix a few things with hover styles, flexbox tag-reference-body 2018-11-30 01:22:45 -05:00
Quincy Morgan 1b7c11d3bd Adds a Flush Curb preset 2018-11-29 20:46:16 -08:00
Bryan Housel 664c5ccaa6 Merge branch 'fields-flexbox' 2018-11-29 22:32:42 -05:00
Bryan Housel 50d204866b Flexbox the raw member, membership controls, finish tag editor 2018-11-29 22:31:58 -05:00
Bryan Housel a8f477f256 Fix the restrictions editor to display as block, not flex 2018-11-29 14:43:00 -05:00
Bryan Housel 838407b351 Fix up the flex css for radio, access, structure, wiki 2018-11-29 13:50:23 -05:00
Bryan Housel 055b81c0d1 Merge pull request #5532 from RudyTheDev/railing-preset
Adds preset for Railing
2018-11-29 09:11:53 -05:00
RudyTheDev 52824d34ed Add preset for "Railing": barrier=fence; fence_type=railing 2018-11-29 15:58:05 +02:00
Bryan Housel d0612ba519 Fix css for address and wikipedia fields, fix hover styles 2018-11-28 23:20:52 -05:00
Bryan Housel 958d7fac4f wip changing all fields to use flexbox everywhere 2018-11-28 18:15:38 -05:00
Bryan Housel 0b98811377 Avoid multiline variable declaration 2018-11-27 11:22:13 -05:00
Bryan Housel 4c2f14230b Merge pull request #5529 from huonw/arrows-for-cliffs
Add one-sided triangular markers to ways with sides (e.g. natural=cliff).
2018-11-27 11:15:48 -05:00
Bryan Housel 4533603a88 preset-input-wrap -> form-field-input-wrap
This better describes what it does.
Also, took this opportunity to update a bunch of the uifield code
(no multi line variable declarations, prefix state variables with _,
eliminate unnecessray lodash, etc)
2018-11-27 10:54:03 -05:00
Huon Wilson dd0be84da4 Add one-sided triangular markers to ways with sides (e.g. natural=cliff).
This generalizes the oneway arrow logic for adding SVG markers along a
line. Using that functionality, certain tags get arrows on their
right-hand side, indicating which side is "inside", e.g. the
right-side of a cliff is the lower side.

The list of tags considered to be sided (unless there's a
two_sided=yes tag) is:

- natural=cliff
- natural=coastline
- barrier=retaining_wall
- barrier=kerb
- barrier=guard_rail
- barrier=city_wall
- man_made=embankment

The triangles attempt to be reminiscent of the triangles used for
rendering cliffs on OSM (and elsewhere). The different tags get
different renderings (e.g. colors that match the main way, and
different spacings). In addition, natural=coastline is special-cased
to have blue markers (despite having a green way), to emphasise that
the "inside" of a coastline is the water.

Fixes https://github.com/openstreetmap/iD/issues/1475.
2018-11-28 01:45:50 +11:00
Huon Wilson f356c6ac49 test: add tests for adding oneway arrows to lines 2018-11-28 01:25:04 +11:00
Bryan Housel 7bf0af562c Make sure the form-field-label container has some height
This seems necessary for the multilingual name fields, which start out
minimized and have no height.  They transition in, and the browser
can't figure out what height to make them.
2018-11-27 09:24:46 -05:00
Bryan Housel 986b663c9e Get rid of extra form-label-button-wrap div
Buttons can now be directly appended to the form-field-label flex container
2018-11-27 09:14:11 -05:00
Bryan Housel d2687d9068 pacify eslint 2018-11-26 22:13:38 -05:00
Bryan Housel 822917466c Display name suggestion presets on 2 lines
(closes #5514)
2018-11-26 21:55:13 -05:00
Bryan Housel b719a45e1e wikidata -> Wikidata 2018-11-26 17:53:32 -05:00
Bryan Housel 7170e93b39 Adjust tooltip 2018-11-26 17:35:38 -05:00
Bryan Housel df91eb2959 Cleanup style, make sure multilingual fields always render 2018-11-26 17:13:55 -05:00
Bryan Housel 9341e477a6 Merge remote-tracking branch 'origin/master' into brand-name-protection 2018-11-26 15:27:56 -05:00
Bryan Housel f6f146f79b Lock down some fields when a brand preset has been chosen 2018-11-26 15:13:40 -05:00
Bryan Housel da9ce2a3bf Show name and brand for Car Dealer, Motorcycle Dealer, Motel 2018-11-26 15:13:02 -05:00
Bryan Housel c1b19e7c9e Generate unique _id for each tooltip
This lets allows multiple tooltips around nested elements.
The previous code did a bunch of  .selectAll('.tooltip') that would
break if it matched multiple tooltips.
2018-11-26 14:14:19 -05:00
Bryan Housel 4972fed136 Don't show the combobox control for a readonly input field 2018-11-26 11:18:04 -05:00
J Guthrie 82bc803bb0 Lower redraw threshold to 1px 2018-11-26 01:43:51 +00:00
Bryan Housel 648996bd83 Merge pull request #5528 from RudyTheDev/guard-rail-preset
Added guard rail preset
2018-11-25 20:13:17 -05:00
RudyTheDev c8c7064d43 Guard rail not valid on vertex 2018-11-26 02:59:56 +02:00
Bryan Housel cec5ce511a Merge pull request #5526 from hikemaniac/leisure-rendering
Add rendering for more leisure objects
2018-11-25 19:19:44 -05:00
Quincy Morgan b3e71c7522 Manual removal of the hover-highlight styling when clicking on a relation or member in the sidebar.
Closes #5521
2018-11-25 18:15:33 -05:00
RudyTheDev c9927a6dd8 Manually readd new named stuff preset stuff that seems to not be auto-generated to inquire for PR 2018-11-25 23:29:10 +02:00
RudyTheDev 27f874acab Add guard rail preset for barrier=guard_rail (keep auto-built presets.json with missing recently added stuff) 2018-11-25 23:26:34 +02:00
hikemaniac c60db872fb Merge branch 'master' into leisure-rendering 2018-11-25 18:11:22 +01:00
hikemaniac 3b4330304f Add rendering for more leisure objects 2018-11-25 17:57:00 +01:00
Bryan Housel 329f54ff5e Merge pull request #5522 from hikemaniac/water_slide
Add rendering for attraction=water_slide
2018-11-24 22:43:50 -05:00
Bryan Housel 550ac8901b Merge pull request #5524 from jguthrie100/localise_taginfo_requests
Amend TagInfo API calls to use current locale
2018-11-24 22:42:31 -05:00
J Guthrie 3dbcdc97e4 Remove locale param from #docs which returns all locales by default 2018-11-24 21:41:22 +00:00
J Guthrie a23c975232 Fix specs 2018-11-24 21:27:20 +00:00
J Guthrie ed66968308 Add localised lang param to API url call 2018-11-24 21:12:51 +00:00
hikemaniac 8ac60c7087 Simplify CSS 2018-11-24 17:40:32 +01:00