Commit Graph

  • 645cc790a3 Add docs about OSM API, finish implementing postNoteUpdate Bryan Housel 2018-07-12 23:43:37 -04:00
  • 72a19e8ad7 Update photo viewer size for bigger screens Matias Volpe 2018-07-12 18:11:00 -03:00
  • b617695ad1 Remove OSM iD custom photo attribution to show MJS photo attribution Matias Volpe 2018-07-12 17:59:56 -03:00
  • 19560ebc90 Properly save and restore caches when entering/leaving the walkthrough Bryan Housel 2018-07-12 15:39:04 -04:00
  • 836517a9fe Add ability to resize to PhotoViewer Matias Volpe 2018-07-12 09:11:18 -03:00
  • fe7086f753 Add header close 'X' button, add grey hover styling Bryan Housel 2018-07-12 02:51:49 -04:00
  • 5e5601f555 Store the unsaved comment in the note itself Bryan Housel 2018-07-12 02:08:16 -04:00
  • 91add0c33e WIP on buttons, simplify, remove some event dispatch Bryan Housel 2018-07-11 23:10:01 -04:00
  • 3454753bf6 Drop more/less toggle and just use a scrollbar for long comments Bryan Housel 2018-07-11 16:00:54 -04:00
  • e9e2f9ba8f Style note header Bryan Housel 2018-07-11 15:41:43 -04:00
  • f52f24b517 Add noteOptions, default to 10k note limit and 7 days closed Also bump note tile zoom to z12. There just aren't that many notes, so this reduces API calls. Bryan Housel 2018-07-10 23:28:37 -04:00
  • 7423d192d4 Implement multi-fetch get for users from OSM API Eagerly load user details after loading notes (re: openstreetmap/openstreetmap-website#1921) Bryan Housel 2018-07-10 23:02:37 -04:00
  • 0d7c292c23 Refactor out uiNoteHeader and uiNoteComments into separate modules Bryan Housel 2018-07-10 21:45:02 -04:00
  • cbd4020e33 npm run build Bryan Housel 2018-07-10 17:45:18 -04:00
  • dc3e569ee4 Merge pull request #5133 from vershwal/kiosk_level Bryan Housel 2018-07-10 16:18:30 -04:00
  • 369877bcb2 Refine css for footway=crossing and other special paths (closes #5126) Bryan Housel 2018-07-10 15:47:07 -04:00
  • a1376c1192 added level field to shop/kiosk vershwal 2018-07-11 00:12:09 +05:30
  • eafae6c58c WIP: update service calls; todo: note update event handling Thomas Hervey 2018-07-10 13:50:36 -04:00
  • 0a4d4ff36f Simplify - "Site Type" Bryan Housel 2018-07-10 02:10:46 -04:00
  • cd7cdd95e9 Add "View on Bing Maps" link, cleanup css (closes #5125) Bryan Housel 2018-07-10 02:04:39 -04:00
  • 696895fb98 Add forward/backward controls to Streetside viewer re: #5125 Bryan Housel 2018-07-10 01:08:47 -04:00
  • cf3fc95b06 A few changes to make it easier to render arbitrary geojson Bryan Housel 2018-07-10 01:08:15 -04:00
  • 7605a05e51 Add "network" field to ATM preset (closes #5119) James Kingdom 2018-07-09 17:49:44 -04:00
  • 7acef06e53 Add "cash_in" field to ATM preset (closes #5118) James Kingdom 2018-07-09 17:37:13 -04:00
  • ed9c934322 Add "site_type" to archaeological site preset (closes #5124) James Kingdom 2018-07-09 16:39:35 -04:00
  • 1395e029d9 Add guard code for if Mapillary viewer could not be initialized Bryan Housel 2018-07-09 16:17:09 -04:00
  • 9c275d58b5 Comment out .mvt data layer for now Bryan Housel 2018-07-09 14:36:16 -04:00
  • 69e83099a5 Fix icon names in map_data panel Bryan Housel 2018-07-09 14:31:20 -04:00
  • 99e7366fc2 swap d3_fetch for d3_request (for backward compatability with IE11) Bryan Housel 2018-07-09 14:30:51 -04:00
  • a52eeb9733 Fix failing tests, lint errors, merge conflicts Bryan Housel 2018-07-09 11:17:57 -04:00
  • c460c03da5 fixed typo Thomas Hervey 2018-07-09 10:11:50 -04:00
  • 4fda478f57 Merge branch 'check' of https://github.com/vershwal/iD into vershwal-check Bryan Housel 2018-07-09 09:32:15 -04:00
  • 14356cefe2 WIP: toggle note status Thomas Hervey 2018-07-08 12:50:02 -05:00
  • 0f49514fbb updated: removed centering when clicking a note Thomas Hervey 2018-07-08 10:27:44 -05:00
  • de12396654 Fix projection so the map is where the point is Also remove gj redundancy Bryan Housel 2018-07-08 00:50:26 -04:00
  • ef771211b7 Merge branch 'gpxtext' of https://github.com/vershwal/iD into vershwal-gpxtext Bryan Housel 2018-07-07 23:28:48 -04:00
  • fae485860a npm run build Bryan Housel 2018-07-07 23:27:45 -04:00
  • ed7c65297b Merge pull request #5130 from tohaklim/patch-2 Bryan Housel 2018-07-07 23:22:44 -04:00
  • 7b42743513 pacify some eslint warnings Bryan Housel 2018-07-07 23:00:28 -04:00
  • 3eb3eefabd Combine Osm and Notes layers into the same ul Bryan Housel 2018-07-07 22:54:27 -04:00
  • 3e334b11a3 Attempt to improve entrance searchability tohaklim 2018-07-07 14:56:54 +01:00
  • dd3de593ca Add tests for Detach Node operation Jon D 2018-07-07 11:12:41 +01:00
  • 3fe6f16526 Fix keyboard shortcut clash Jon D 2018-07-07 10:50:44 +01:00
  • 3b6b4bb7be Clean up SVG Jon D 2018-07-07 10:37:58 +01:00
  • d137aa0046 Add "More/Less" toggle for too long comments (curr limit 600 chars) Bryan Housel 2018-07-07 00:25:42 -04:00
  • 3bad09d497 Merge Work-In-Progress 4320 to 4320 Jon D 2018-07-06 22:20:19 +01:00
  • 01b33e3fb7 Linkify the usernames Bryan Housel 2018-07-06 11:28:01 -04:00
  • 263ec9e36a Add code to swap in avatar images for users that have them Bryan Housel 2018-07-05 18:42:42 -04:00
  • 416ae66f71 Support more direction tags for reversal in Reverse action (closes #5121) Bryan Housel 2018-07-05 14:47:56 -04:00
  • faf12a1587 Merge pull request #5123 from tomhughes/xhr Bryan Housel 2018-07-04 20:05:41 -04:00
  • d617d9c588 Fix wikipedia UI tests to mock XHR instead of JSONP Tom Hughes 2018-07-04 17:07:27 +01:00
  • 3819fd6498 Use XHR to access wikidata API instead of JSONP Tom Hughes 2018-07-04 17:05:39 +01:00
  • 1ab7cf790e Use XHR to access wikipedia API instead of JSONP Tom Hughes 2018-07-04 17:05:12 +01:00
  • 4cc080b034 Use XHR to fetch imagery metadata instead of JSONP Tom Hughes 2018-07-04 17:00:45 +01:00
  • 73ac628880 gpx tests. vershwal 2018-07-04 19:56:51 +05:30
  • 6f1dc12f99 Add user method to osm service, _userCache, user parser Bryan Housel 2018-07-04 03:20:16 -04:00
  • 73ee5c2fc9 fixed select_note mode, cleaned note_editor, TODO: enable note save Thomas Hervey 2018-07-03 22:45:51 -04:00
  • bf499d9438 Restore modeSelect, and make a new modeSelectNote just for the notes Bryan Housel 2018-07-03 18:11:59 -04:00
  • b14d1b5061 resolve conflicts, fix a few minor bugs prob caused by merging: - don't insert multiple times into the rtree in services/osm.js - use d.id instead of d.key as the key in svg/notes.js Bryan Housel 2018-07-03 16:40:07 -04:00
  • 8121f585d5 added checks for multiclick and click on notes Thomas Hervey 2018-07-03 15:39:22 -04:00
  • 61ae541cfc updated: notes save buttons Thomas Hervey 2018-07-03 10:57:53 -04:00
  • b4c6607384 merged from remote Thomas Hervey 2018-07-03 10:49:36 -04:00
  • 68a3e6e69a npm run build Bryan Housel 2018-07-03 09:15:22 -04:00
  • 96794d29d7 Merge pull request #5120 from tordans/patch-2 Bryan Housel 2018-07-03 09:14:28 -04:00
  • 095ae133c4 Add capacity to playground:swing-preset Tobias 2018-07-03 14:00:36 +02:00
  • ab8e793a72 Playing with note styling, add avatars and more metadata Bryan Housel 2018-07-03 02:41:47 -04:00
  • e0cc6260f5 Switch innerHtml to textContent, which properly unescapes xml Bryan Housel 2018-07-02 23:22:00 -04:00
  • d87a2c2d2d Adjust pointer css for note markers Bryan Housel 2018-07-02 22:18:42 -04:00
  • 2d2845e5d4 If notes are coincident, move them apart slightly Bryan Housel 2018-07-02 16:55:55 -04:00
  • bd8705bf85 updated: reintroduced hovering on notes Thomas Hervey 2018-07-02 16:32:17 -04:00
  • 7999aca9e2 Add getNode and replaceNote methods, refactor caches Bryan Housel 2018-07-02 16:02:22 -04:00
  • 86dc0c9012 updated: new comments in notes sidebar ui Thomas Hervey 2018-07-02 15:51:55 -04:00
  • 94eae89fc3 Merge, continue to tweak note_editor Bryan Housel 2018-07-02 12:50:53 -04:00
  • a474e3bb9f Working on note editor style and ui, simplify d3 code Bryan Housel 2018-07-02 12:32:40 -04:00
  • d81b9c5625 merged: icon update from remote Thomas Hervey 2018-07-02 10:45:31 -04:00
  • 2c22fe00a2 updated: hacky note hovering; todo: complete note click handling Thomas Hervey 2018-07-02 10:44:47 -04:00
  • 5b4dde0004 pulled updates from remote Thomas Hervey 2018-07-02 07:48:56 -04:00
  • 3304cc8f5b Remove unused far-comment-alt icon Bryan Housel 2018-07-02 00:10:21 -04:00
  • 13a30c050f Add some dots if there is a comment thread Bryan Housel 2018-07-02 00:00:06 -04:00
  • 65b2a42261 Adjust green Bryan Housel 2018-07-01 23:39:42 -04:00
  • 535208beb5 Move tests to spec/services/osm.js and remove old notes.js files Bryan Housel 2018-07-01 23:35:10 -04:00
  • 00c8ff4f69 Don't add notes to the _seenEntity cache re: https://github.com/openstreetmap/iD/commit/229484a940eeb1d8ef08495c39642276c599c323#commitcomment-29560519 Bryan Housel 2018-07-01 22:50:28 -04:00
  • fc4d800c69 updated: pull from remote Thomas Hervey 2018-07-01 16:30:32 -04:00
  • 9fc94f5d28 updated: Premium DigitalGlobe description Thomas Hervey 2018-07-01 16:28:24 -04:00
  • 487ec9d837 Better spinner event management re: https://github.com/openstreetmap/iD/pull/5107#issuecomment-401617938 Bryan Housel 2018-07-01 12:48:51 -04:00
  • f3d31f3075 Update css styles for notes Bryan Housel 2018-06-30 10:44:28 -04:00
  • bcc1669716 Move note css from the photos.css into a new css file data.css Bryan Housel 2018-06-30 10:05:11 -04:00
  • dcef11459f updated: notes caching Thomas Hervey 2018-06-30 08:08:12 -04:00
  • eba9bde337 updated: pull from remote Thomas Hervey 2018-06-30 08:06:46 -04:00
  • 2f8efee26a Draw 2x icons (shadow and fill) so they stand out more Bryan Housel 2018-06-30 03:47:03 -04:00
  • 229484a940 Cleanup osm service notes and caches, remove state variable Bryan Housel 2018-06-30 02:35:31 -04:00
  • 1b06dbd8c9 delete: demo select file (unintentional commit) Thomas Hervey 2018-06-29 23:36:11 -04:00
  • ede561080d Add update method, remove getters.. This makes the osmNote work a bit more like other osm objects in iD. Bryan Housel 2018-06-29 22:47:14 -04:00
  • fd1d2f006b Fix the osmNote initializer Bryan Housel 2018-06-29 22:39:40 -04:00
  • d034691fb0 Merge remote-tracking branch 'origin/merge_notes_service' into notes Bryan Housel 2018-06-29 22:11:39 -04:00
  • 9517635d4d Merge branch 'master' into notes Bryan Housel 2018-06-29 21:54:24 -04:00
  • b3f7b06f66 merged: services/notes into /osm; todo: fix some caching & rendering Thomas Hervey 2018-06-29 20:01:30 -04:00
  • 9ba517e7f1 Merge pull request #5116 from jgravois/patch-1 Bryan Housel 2018-06-29 17:10:22 -04:00
  • 21a7ed2b34 Add doublequotes to iD-sprite input file param so glob works on Windows (closes #5077) Bryan Housel 2018-06-29 20:19:22 +01:00
  • 737ccfcfba updated: siebar displays note details on hover (via svg) Thomas Hervey 2018-06-29 14:43:01 -04:00