Commit Graph

  • 6b31eab5a7 Deselect features that are hidden.. Bryan Housel 2014-10-30 15:01:03 -04:00
  • 554dc77cef Dropdown fixes Aaron Lidman 2014-10-29 18:24:32 -04:00
  • 5c5649f3d8 Replace buttons with dropdown Aaron Lidman 2014-10-29 17:13:05 -04:00
  • 9c32b89e6a When showing mapdata, background, or help panel, hide others Bryan Housel 2014-10-29 16:14:43 -04:00
  • 7c50c01bd3 mapdata checkboxes should use features.enabled() Bryan Housel 2014-10-29 16:06:41 -04:00
  • b20f1495de restore toggle function and add test Bryan Housel 2014-10-29 15:06:43 -04:00
  • a2703f10c8 fix tests affected by change in equality testing re #2388 Bryan Housel 2014-10-28 21:49:31 -04:00
  • 927c533bb4 add feature tests for auto-hiding Bryan Housel 2014-10-28 15:12:14 -04:00
  • 43f1cdd3eb decoupled graph from context for better testing fixed feature matching tests for vertices and relations Bryan Housel 2014-10-28 13:18:55 -04:00
  • 2b260f9a6c added tests for feature filtering (some tests failing because I need to decouple graph from context) Bryan Housel 2014-10-28 01:51:21 -04:00
  • 6b6ca8d523 initial checkin of features unit tests Bryan Housel 2014-10-26 13:32:05 -04:00
  • 1f544e883b bump chai to 1.9.2 and fix tests affected by change in equality testing re #2388 Bryan Housel 2014-10-26 13:26:26 -04:00
  • d5ecd5d52d add deep equals to extent Bryan Housel 2014-10-26 13:21:40 -04:00
  • 7d9b267858 Show auto-hidden features as disabled checkboxes with tooltip also rearrange map data panel to put features last Bryan Housel 2014-10-25 21:57:10 -04:00
  • 094db692ea Don't include hidden vertices in drawHover Bryan Housel 2014-10-23 10:24:00 -04:00
  • a085ce6dc8 Don't hide features that the user just created Bryan Housel 2014-10-23 10:07:54 -04:00
  • 9666af30c6 better point/building culling based on viewport size Bryan Housel 2014-10-23 01:06:50 -04:00
  • c9426531d5 Remove footer opacity dimming re: https://github.com/openstreetmap/iD/pull/2357#issuecomment-60106754 Bryan Housel 2014-10-22 13:24:02 -04:00
  • 8c423651b2 Update help text because GPS tracks are purple now Bryan Housel 2014-10-22 13:19:49 -04:00
  • 794a4bcb30 new icon samanpwbb 2014-10-21 15:12:18 -04:00
  • 70e7987943 add data icon, fix button style samanpwbb 2014-10-21 14:54:31 -04:00
  • da32150c4a Revert some of 2832041 because of Firefox pattern fill issues Looks like styling the element is the only way to achieve this after all.. Bryan Housel 2014-10-20 20:28:52 +00:00
  • e761414a15 'Rail' feature filter should not match if it is also a highway. Bryan Housel 2014-10-15 00:40:22 -04:00
  • 59918431f2 Fix the source switcher Bryan Housel 2014-10-13 23:52:31 -04:00
  • dcc9812986 prevent most operations on things connected to hidden features.. Bryan Housel 2014-10-11 00:58:08 -04:00
  • 8a98339bc2 Add area fill selector (wireframe/partial/full) to map data panel also: * style dark tooltips with shortcut keys * use uppercase for shortcut keys Bryan Housel 2014-09-26 00:25:37 -04:00
  • 7d5189f3b0 Area filling options: wireframe, partial, full.. * implemented as css classes on surface element * patterned fills can be done with css too.. removed the code from areas.js to set patterned fill on each element) * dummy test code in map_data.js uses 'w' key to toggle.. Bryan Housel 2014-09-25 15:32:46 -04:00
  • 51cadd5b82 initial wireframe style (key 'w') (also fix gpx layer, now on top of data, to not steal pointer events) Bryan Housel 2014-09-24 15:34:26 -04:00
  • 670c228fc7 put layer-gpx after layer-data (closes #2352, #2335) Bryan Housel 2014-09-24 12:47:25 -04:00
  • 35e7474829 Rename Features to Map Data.. * move GPX and Mapillary layers to Map Data * put feature filters and layer data into show/hide containers * cleanup css Bryan Housel 2014-09-24 11:40:25 -04:00
  • 8fd177935d Feature filtering (in progress) (rebased to master post-Mapillary merge) Bryan Housel 2014-08-17 22:16:45 -04:00
  • 3dc5b6a875 Document deployment customization John Firebaugh 2014-10-24 16:25:08 -07:00
  • dab742a501 Make taginfo configurable and default to disabling taginfo related features Sajjad Anwar 2014-10-24 15:35:59 -04:00
  • e0020c37e2 Add test for #2421 John Firebaugh 2014-10-24 10:34:39 -07:00
  • b0841c1eda missing memo argument (fixes #2421) Bryan Housel 2014-10-23 22:21:17 -04:00
  • 004973faeb Simplify and improve documentation of areaKeys John Firebaugh 2014-10-23 16:07:04 -07:00
  • c8d4b73b15 Add tests and documentation for custom presets Sajjad Anwar 2014-10-21 16:21:56 -04:00
  • dffeedffc9 Moved area-keys to data, and process it during runtime Sajjad Anwar 2014-10-22 18:24:09 -04:00
  • 90b0f1c5bf Select first available imagery layer Aaron Lidman 2014-10-21 17:27:31 -04:00
  • dd0e08b244 Write presets and imagery to standalone files John Firebaugh 2014-10-20 16:33:32 -07:00
  • edd4f37f52 1.6.1 John Firebaugh 2014-10-23 15:25:20 -07:00
  • ba72b659fa Update imagery John Firebaugh 2014-10-23 15:25:08 -07:00
  • 2240d629c5 Update translations John Firebaugh 2014-10-23 15:24:22 -07:00
  • eb9876c2de Use interpolation rather than concatenation John Firebaugh 2014-10-22 11:16:26 -07:00
  • 0b1a54acca Remember raw tag editor expansion state across sessions (fixes #2416) John Firebaugh 2014-10-22 11:13:48 -07:00
  • 712f533212 Translate text in changes section on save panel. (fixes #2417) Bryan Housel 2014-10-22 10:27:59 -04:00
  • 041e0e5b66 Encode everything except a whitelist of special chars Martin Raifer 2014-10-21 22:37:47 +02:00
  • 4d2d24bbaa Need to encode = as well as & (fixes #2406) John Firebaugh 2014-10-20 18:18:48 -07:00
  • 15e0c0a235 Capture ⌘-S even in input fields (fixes #2409) John Firebaugh 2014-10-20 17:55:12 -07:00
  • 32b67e8c2c Adding some traffic_calming=* presets jgpacker 2014-10-20 21:26:08 -02:00
  • 50f892a75b Prefer power=substation to sub_station endro 2014-10-18 13:16:48 +02:00
  • a9964aaa1d Adjust width of state input John Firebaugh 2014-10-20 17:19:13 -07:00
  • 961b030ba8 U.S. and Canadian address formats Minh Nguyễn 2014-10-16 02:51:45 -07:00
  • dfa442903d Improve the error message on saving when offline (fixes #2373) Jakub Wieczorek 2014-10-15 20:57:29 +02:00
  • b6cfce195d Use new maki icon John Firebaugh 2014-10-20 12:47:27 -07:00
  • 71cf00416d Update maki John Firebaugh 2014-10-20 12:45:49 -07:00
  • 4ad4518c52 Merge pull request #2411 from 1ec5/max-comment Bryan Housel 2014-10-20 09:58:47 -04:00
  • 8b896b8b84 maxlength="255" on commit comment textarea Minh Nguyễn 2014-10-19 15:52:43 -07:00
  • 7fc4d45444 Merge pull request #2405 from daguar/fix-link-for-searching-issues-in-contributing-md Martin Raifer 2014-10-18 08:23:33 +02:00
  • 5c945630bc Fix the link in CONTRIBUTING.md for searching existing issues (currently uses a user's repo rather than the OSM org) Dave Guarino 2014-10-17 14:27:57 -07:00
  • 8f5f63d5e9 Eliminate floating point error in zoomIn/zoomOut (closes #2394) Bryan Housel 2014-10-13 22:49:50 -04:00
  • 241400faf9 Fix build John Firebaugh 2014-10-13 16:55:15 -07:00
  • 9a2054272c Fix build John Firebaugh 2014-10-13 16:48:59 -07:00
  • a7fb35663c Optimize Way#area John Firebaugh 2014-10-13 16:46:32 -07:00
  • 69af20e44d Add mutating extent extend, for performance John Firebaugh 2014-10-13 14:41:49 -07:00
  • 5f1e40561a Fix performance regressions in tree.js (fixes #2396) John Firebaugh 2014-10-13 13:33:43 -07:00
  • 5d285cfd51 add amenity=community_centre preset (closes #2243) Bryan Housel 2014-10-12 01:39:41 -04:00
  • 8addc33fe5 Better support for amenity=bus_station (closes #2308) Bryan Housel 2014-10-12 01:31:13 -04:00
  • 44d9881105 remove smoking field for camp_site preset (closes #2390) Bryan Housel 2014-10-12 01:23:54 -04:00
  • 5782761e48 support zoom in/out with shifted or unshifted keys +,-,=,_ also add new Firefox-specific keycodes to d3.keybinding.js closes #2389 Bryan Housel 2014-10-12 00:43:39 -04:00
  • 96fa48faad fix for the failures under safari/webkit Guillaume Carbonneau 2014-10-08 12:03:22 -04:00
  • 91699bb142 Suppress tail in walkthrough (fixes #2362) John Firebaugh 2014-10-06 18:22:45 -07:00
  • 4a51f6769b 1.6.0 John Firebaugh 2014-10-06 14:54:36 -07:00
  • d904736581 Update translations John Firebaugh 2014-10-06 14:51:43 -07:00
  • e7ff51ee1f Merge pull request #2372 from 1ec5/road-network John Firebaugh 2014-10-05 20:26:46 -07:00
  • 01afb1da67 Pin maki version John Firebaugh 2014-10-05 10:50:25 -07:00
  • 383adde8a9 Update imagery John Firebaugh 2014-10-05 10:02:54 -07:00
  • 4293e03d52 Simple Network field in Road Route relation preset Minh Nguyễn 2014-09-30 01:34:23 -07:00
  • 0b1ec49402 Rewrite as a separate layer John Firebaugh 2014-09-14 14:28:08 -07:00
  • 3c9ec76b33 add missing semicolons samanpwbb 2014-09-16 15:16:26 -04:00
  • e721e93a31 cleanup mapillary UI samanpwbb 2014-09-16 13:49:13 -04:00
  • 88bb6967d9 Style and usability simplifications Tom MacWright 2014-09-10 12:41:02 -07:00
  • 29dde3f217 Implement Mapillary layer in iD Peter Neubauer 2014-08-12 11:02:28 +02:00
  • 9378cd152e should be organic: only http://wiki.openstreetmap.org/wiki/Key:organic Bryan Housel 2014-09-09 16:14:22 -04:00
  • 6a87b7592b Merge pull request #2348 from clkao/organic-shop John Firebaugh 2014-09-06 09:11:57 -07:00
  • d3c3634ccc shop=organic is deprecated Chia-liang Kao 2014-09-06 22:54:55 +08:00
  • 2edea8f5fd Add taginfo projects data John Firebaugh 2014-09-05 09:56:58 -07:00
  • 180828479e Merge pull request #2345 from bhousel/only_real_uturns Bryan Housel 2014-09-02 17:13:13 -04:00
  • 43777d5259 Better inferRestriction for no_u_turn * where from.node === to.node * where from.way and to.way are oneways joined at a narrow angle Bryan Housel 2014-09-02 16:43:31 -04:00
  • 4b89b1cba1 ping me on IRC Bryan Housel 2014-09-02 13:32:57 -04:00
  • cf715a5156 Only use no_u_turn restriction for angles < 5 Bryan Housel 2014-08-31 21:59:23 -04:00
  • e00a9cf067 Update to rbush 1.3.3 John Firebaugh 2014-08-29 16:55:30 -07:00
  • 24904555d1 Merge pull request #2337 from bhousel/preset-cleanup John Firebaugh 2014-08-26 10:05:27 -07:00
  • 94bc5b0c3d Don't include geometry filter for taginfo keys query (#2333) John Firebaugh 2014-08-26 09:46:29 -07:00
  • f67ec4f957 another round of preset cleanups: * improve search terms, and remove some which were redundant * add many missing presets under shop=* (from wiki) * remove vertex geometry from many building-like presets Bryan Housel 2014-08-26 00:25:34 -04:00
  • 1a8ef310c6 Merge branch 'master' into preset-cleanup Bryan Housel 2014-08-25 14:05:49 -04:00
  • bf4659e98f more consistency in presets.. * in general, display fields: operator, address, building_area, hours (where this makes sense) * make kindergarten, school, college, university more similar * show building_area for most craft=* and shop=* * remove erroneous tinsmith file * update README * structure json files like: icon, fields, geometry, terms, tags, name (most json files were this way already) Bryan Housel 2014-08-25 13:44:49 -04:00
  • f11e8c5635 Add address to post office preset (fixes #2332) John Firebaugh 2014-08-25 10:29:07 -07:00
  • 0221c9b877 Rewrite area intro sentence (#2336) John Firebaugh 2014-08-25 10:26:27 -07:00
  • a8840a1075 Better presets for running, motor, non-motor race tracks closes #2330 Bryan Housel 2014-08-22 12:34:39 -04:00