Commit Graph

  • f8d67e8462 Merge pull request #5479 from openstreetmap/layer-adjustments Bryan Housel 2018-11-12 15:05:14 -05:00
  • 9cd40f22be When there is no activeID, we can memoize svgSegmentWay Bryan Housel 2018-11-12 12:17:12 -05:00
  • 7664ec4d26 Change "Shop" -> "Fast Foo" in names of the fast food cuisine presets Bryan Housel 2018-11-11 09:26:38 -05:00
  • d242a1a09a Merge branch 'use-maki-5.0.0-icons' of https://github.com/quincylvania/iD into quincylvania-use-maki-5.0.0-icons Bryan Housel 2018-11-11 09:23:30 -05:00
  • 91620a0766 npm run build for new preset Bryan Housel 2018-11-11 09:18:23 -05:00
  • fbc2ff536c Merge pull request #5483 from Raubraupe/patch-1 Bryan Housel 2018-11-11 09:17:49 -05:00
  • 077eb668ad office=religion preset Hanna Krüger 2018-11-11 13:54:39 +01:00
  • 68a341d912 Adds presets for common cuisines Adds usage of confectionary, skateboard, volleyball, slipway, and beach icons from Maki 5.0.0 Quincy Morgan 2018-11-10 08:34:25 -08:00
  • cf14e8953c Updates presets to use new icons from Maki 5.0.0 including bridge, waterfall, shoe, watch, casino, and car rental Quincy Morgan 2018-11-09 22:04:31 -08:00
  • 4a3d5e2316 Avoid reflow caused by restriction editor checking its dimensions Bryan Housel 2018-11-10 00:40:45 -05:00
  • 05a5563a41 Use a transient to memoize preset.match This slightly speeds up some things, including label rendering Bryan Housel 2018-11-10 00:05:53 -05:00
  • 558dc03185 Show active vertex while dragging in wireframe mode Bryan Housel 2018-11-09 23:24:40 -05:00
  • cc71f924f3 Fix stacking order in turn restriction editor Bryan Housel 2018-11-09 22:54:07 -05:00
  • 3bc841e95b Adjust layer ordering to draw touch targets above data layers Bryan Housel 2018-11-09 16:51:19 -05:00
  • 3e313cffe4 Update a few dependencies to resolve npm audit security issues Bryan Housel 2018-11-09 00:03:31 -05:00
  • 1db9121662 Update Buddhist icon for maki 5 Bryan Housel 2018-11-08 23:57:51 -05:00
  • 9c7c79c2fe chore(package): update @mapbox/maki to version 5.0.0 greenkeeper[bot] 2018-11-09 02:12:20 +00:00
  • 69489d3bef Merge pull request #5476 from xmile1/leisure_fishing Bryan Housel 2018-11-08 20:37:10 -05:00
  • 8226f442c4 change fishing preset icon Uyiosa Enabulele 2018-11-09 00:47:53 +01:00
  • 4860739f2f Add preset for leisure=fishing Uyiosa Enabulele 2018-11-08 23:59:13 +01:00
  • 509464c932 Don't allow user to toggle sidebar in the walkthrough (this would mess up all the tooltips) Bryan Housel 2018-11-08 14:07:06 -05:00
  • 826e08149b Setup data layers before starting the walkthrough (closes #5136) Bryan Housel 2018-11-08 13:53:13 -05:00
  • 46326252bc Rewrite source.polygon into array of outers without holes (closes #5264, closes #5250, closes #5272) Bryan Housel 2018-11-08 13:17:13 -05:00
  • a73a75d1d3 Adjust initialization order so that map has dimensions before hash() Bryan Housel 2018-11-08 11:15:26 -05:00
  • e4332a03f4 Update all fontawesome dependencies (closes #5456, closes #5457) Bryan Housel 2018-11-08 10:17:06 -05:00
  • 9e3735ce26 chore(package): update mapillary-js to version 2.14.0 greenkeeper[bot] 2018-11-08 07:53:36 +00:00
  • c5ad8adcc9 Preserve extra space at bottom of inspector to allow for dropdown options (closes #5280) Bryan Housel 2018-11-08 09:55:45 -05:00
  • c3ac440125 Switch embankment preset from embankment=yes to man_made=embankment (closes #5344) Bryan Housel 2018-11-08 01:09:29 -05:00
  • b7df3eda38 Use new Mapillary API calls for map_features, image_detections (closes #5374) Bryan Housel 2018-11-07 23:09:11 -05:00
  • 878bfdd144 Exclude non-searchable presets from the preset recently-used list (closes #5450) Bryan Housel 2018-11-07 11:45:39 -05:00
  • a29af100df Remove test for unpopular values with a wiki page, Restore test for unpopular keys with a wiki page Bryan Housel 2018-11-07 11:06:48 -05:00
  • 9c02034c0d Merge branch 'matkoniecz-bad-tags' of https://github.com/matkoniecz/iD into matkoniecz-matkoniecz-bad-tags Bryan Housel 2018-11-07 10:32:20 -05:00
  • 378a067035 Merge pull request #5455 from openstreetmap/flexbox-buttons Bryan Housel 2018-11-07 10:15:03 -05:00
  • a1dbdea725 Merge branch 'master' into flexbox-buttons Bryan Housel 2018-11-07 10:13:40 -05:00
  • b860bbb5f0 Expand sidebar when selecting notes and data Bryan Housel 2018-11-07 09:54:54 -05:00
  • 42aa834fab Avoid obscuring selected entity when expanding the sidebar Bryan Housel 2018-11-06 17:03:58 -05:00
  • e440fce978 add fields for fire_hydrant mm 2018-11-06 22:55:18 +01:00
  • 85f475d9ca wip: new fire_hydrant scheme mm 2018-11-06 22:27:13 +01:00
  • cc227ed4e2 Make map panning optional on sidebar expand/collapse Bryan Housel 2018-11-06 16:06:45 -05:00
  • e31e84b109 Simplify some things I found confusing - class the #sidebar itself as collapsed not the #id-container - the #sidebar is the selection, so just use selection instead of var sidebar = d3_select('#sidebar'); (which conflicts with the closure sidebar() function) - have separate functions expand collapse toggle rather than a toggle(shouldCollapse) Bryan Housel 2018-11-06 15:08:05 -05:00
  • 3d65dd8903 preventDefault on sourceEvent, if present This prevents a crash when d3_event is not the actual event, but is a transition event or similar Bryan Housel 2018-11-06 14:16:23 -05:00
  • bd98b87d46 Remove obselete Firefox rule for the bar width Bryan Housel 2018-11-06 13:46:03 -05:00
  • c25a21226b Remove footer media queries, the li's will remove themselves on overflow (closes #5437) Bryan Housel 2018-11-06 13:31:05 -05:00
  • 08e9476f3e Fix photoviewer resize event Bryan Housel 2018-11-06 13:09:04 -05:00
  • cf02ee6dd5 Merge pull request #5468 from quincylvania/connect-annotation-undo-messages Bryan Housel 2018-11-05 23:47:57 -05:00
  • 50d0b98be8 Adds undo messages for connecting points to points, vertices, lines, and areas; and vertices to sibling and adjacent vertices Closes #1252 Quincy Morgan 2018-11-05 17:50:15 -08:00
  • b4119ae1ad Class toolbars with narrow if we detect overflow happening Also add css rules to drop labels from toolbar buttons if needed Bryan Housel 2018-11-05 17:16:50 -05:00
  • 136e4556a7 Move spinner to flex-end, and some css cleanups Bryan Housel 2018-11-05 12:22:20 -05:00
  • dcc654f269 Merge pull request #5467 from quincylvania/tag-row-flexbox Quincy Morgan 2018-11-04 13:07:20 -08:00
  • 5a2444ed40 Converts == to === in the prior commit Quincy Morgan 2018-11-04 12:42:04 -08:00
  • 3ff1139364 Fixes an error where preventDefault would be called on an event object without that function Quincy Morgan 2018-11-04 12:40:59 -08:00
  • 1db80ff49c Adds missing semicolon Quincy Morgan 2018-11-04 12:06:32 -08:00
  • f4a64c27a4 Keeps the raw tag editor buttons fixed-width using flexbox Quincy Morgan 2018-11-04 11:55:29 -08:00
  • 458aeb4dbf Adjust tool groups slightly, let leading group shrink more. Bryan Housel 2018-11-04 10:03:55 -05:00
  • 4831d40345 add fields for fire_hydrant mm 2018-11-03 21:50:00 +01:00
  • e285066032 invert tests for inverted behavior Mateusz Konieczny 2018-11-03 13:28:54 +01:00
  • 82857dd160 tag values with wiki page may be documented as bad Mateusz Konieczny 2018-11-03 12:36:25 +01:00
  • 94c45c5c75 Merge pull request #5462 from matkoniecz/update-imagery Bryan Housel 2018-11-03 09:45:11 -04:00
  • 309f10b9c3 Merge pull request #5464 from matkoniecz/matkoniecz-missing-negation Bryan Housel 2018-11-03 09:42:55 -04:00
  • bb054211c0 fix missing negation is specs Mateusz Konieczny 2018-11-03 14:26:52 +01:00
  • 94bbcc9fcf update imagery Mateusz Konieczny 2018-11-03 14:15:01 +01:00
  • c1d28d9333 Wrap sidebar button in div, so the .tool-group > div rule pads it Bryan Housel 2018-11-03 00:11:10 -04:00
  • feca56bc61 Merge pull request #5459 from quincylvania/green-barrier-hedge Quincy Morgan 2018-11-02 20:27:53 -07:00
  • d4e31a82e3 Adjust sidebar resizer to keep map still by anti-panning Bryan Housel 2018-11-02 23:21:59 -04:00
  • edca5f2d23 Fixes placement of .tag-barrier-hedge css line Quincy Morgan 2018-11-02 19:54:12 -07:00
  • b2569e2554 Use the green stroke color to render barrier=hedge Quincy Morgan 2018-11-02 19:41:03 -07:00
  • aecbaec896 Add key to toggle the sidebar Bryan Housel 2018-11-02 11:15:52 -04:00
  • c2971f667d Remove setCenter() from map.dimensions() Bryan Housel 2018-11-02 10:49:55 -04:00
  • 26e63d64e3 Flexbox buttons in top bar - Makes the "Sidebar" toggle button permanent but removes the label - Did some things to the "Save" button to make it the same width whether there is a count or not (prevents the buttons from jumping when pressing undo/redo) - Removes a lot of the floated col rules that aren't used much anymore Bryan Housel 2018-11-01 23:42:26 -04:00
  • 63c2528b51 wip: new fire_hydrant scheme mm 2018-11-01 22:44:34 +01:00
  • 3e03102731 Simplify unpaved tag class logic, add tests (re: #5422) Bryan Housel 2018-10-31 16:13:03 -04:00
  • b79f87f511 Merge pull request #5422 from thefifthisa/style-unpaved-taxiway Bryan Housel 2018-10-31 15:43:57 -04:00
  • 0baf3c2ead Merge pull request #5443 from quincylvania/resizable-sidebar Bryan Housel 2018-10-31 15:42:37 -04:00
  • b9fabf95f2 npm run build for new preset Bryan Housel 2018-10-31 15:38:12 -04:00
  • a9221063d7 Merge pull request #5453 from hikemaniac/vehicle_inspection Bryan Housel 2018-10-31 15:37:38 -04:00
  • 55533217b8 Added a preset for amenity=vehicle_inspection hikemaniac 2018-10-31 19:50:18 +01:00
  • 1b0d7636d3 Add scuba_diving: services multiselect field, update terms This updates both the shop=scuba_diving and amenity=dive_centre presets Bryan Housel 2018-10-31 11:57:43 -04:00
  • 98ac14383d npm run build for new presets Bryan Housel 2018-10-31 11:18:16 -04:00
  • d163505145 Merge pull request #5451 from hikemaniac/dive_centre Bryan Housel 2018-10-31 11:16:32 -04:00
  • 64bfff9f82 Merge pull request #5447 from hikemaniac/summer_toboggan Bryan Housel 2018-10-31 11:16:15 -04:00
  • 55e1940bf1 Added a preset for amenity=dive_centre hikemaniac 2018-10-31 11:59:18 +01:00
  • fa17e7fda7 Merge branch 'master' into summer_toboggan hikemaniac 2018-10-28 19:51:51 +01:00
  • a36ebf3357 Added preset and rendering for attraction=summer_toboggan hikemaniac 2018-10-28 18:17:30 +01:00
  • a0b0337ab4 - The sidebar can be now be resized by dragging the divider (closes #3447) - Dragging the sidebar below a minimum size collapses it - A button in the top toolbar lets you uncollapse the sidebar, complete with icon and tooltip - Double-clicking the divider toggles the sidebar collapse - Collapse-toggling is animated - Selecting a feature or ending an add-feature mode auto-opens the sidebar - Photoviewer UI has been moved from init.js to photoviewer.js - The photoviewer now has a slight margin to set it away from the sidebar - The undo/redo, save, and progress indicator controls are now floated to the right - The save count has been redesigned to visually integrate with the save button - When the sidebar is collapsed, the mode buttons are centered - Full right-to-left layout support for all of the above Quincy Morgan 2018-10-27 17:05:50 -07:00
  • 05709565f0 Merge pull request #5429 from quincylvania/relation-membership-highlighting Bryan Housel 2018-10-27 14:24:50 -04:00
  • dc81883cc1 Merge pull request #5442 from quincylvania/location-underwater-styling Bryan Housel 2018-10-27 14:05:58 -04:00
  • d556398717 Merge pull request #5441 from n42k/fix-next-bottom-article Bryan Housel 2018-10-27 14:02:36 -04:00
  • 4037d0306d Makes the styling of paths with location=underwater the same as tunnels or location=underground Quincy Morgan 2018-10-27 10:55:10 -07:00
  • bc0ec1f380 Fixed using help's navigation buttons not resetting the help pane to the top. n42k 2018-10-27 16:21:59 +01:00
  • 1161767932 Moves the entity highlighting function to util/util.js Breaks out the code for getting a selector for entities and all their descendants into a generic function Accounts for circular relations when recursively getting all relation member IDs Quincy Morgan 2018-10-26 18:39:01 -07:00
  • 8606121aa4 npm run build for new preset, and correct capitalization Bryan Housel 2018-10-25 17:45:54 -04:00
  • 9ef7c32615 Merge pull request #5432 from wvanderp/placecity_block Bryan Housel 2018-10-25 17:43:35 -04:00
  • 483d3abbdc adds a place=city_block preset wouter van der plas 2018-10-25 22:02:06 +02:00
  • 51386e03ae Restores the hover-highlight comment in selection_list.js Quincy Morgan 2018-10-24 22:30:29 -07:00
  • ddb6e1b119 Fixes comments related to hover-highlighting Quincy Morgan 2018-10-24 22:27:37 -07:00
  • 81feb1cd99 Adds hover-highlighting for relations in the raw membership list Moves hover-highlighting behavior to its own function Hover-highlighting now correctly highlights all members of the target relation Quincy Morgan 2018-10-24 22:17:28 -07:00
  • 7709a7ef3f npm run build to remove extra space Bryan Housel 2018-10-24 13:29:54 -04:00
  • 8de0c8f61d Merge pull request #5410 from castriganoj/AddToAndFromFieldsToRoutePresets#5408 Bryan Housel 2018-10-24 13:29:02 -04:00
  • 10dbbbe330 Update data/presets/fields/to.json Bryan Housel 2018-10-24 11:05:53 -04:00
  • 1c7079ee35 style unpaved taxiway thefifthisa 2018-10-21 00:20:02 -04:00