Commit Graph

1277 Commits

Author SHA1 Message Date
Bryan Housel 1dd437a1f2 Hide mapillary-js attribution and just handle it in iD
(closes #4526)

What we were doing before was d3.selecting the attribution line and
inserting the capture date into it. This was confusing the viewer
(which updates asynchronously) so that the sitelink would never update.
To make things easier, we'll just hide the viewer's built in attribution
and construct the attribution line the way we want it.
2017-11-14 11:32:42 -05:00
Bryan Housel d1a46ce623 Move "Zoom in to edit" button up to be less in the way
(re: #4482)
2017-11-10 15:13:41 -05:00
Bryan Housel d53637618e Draw selected marker big, fix draw ordering issues, fix close button 2017-11-09 11:27:36 -05:00
Bryan Housel 2432d2762c Add strokes to selected/highlighted viewfields for visibility 2017-11-08 16:08:34 -05:00
Bryan Housel 0702c66834 Improve sign hover/selected, fix Mapillary viewer setup for signs layer 2017-11-08 15:30:45 -05:00
Bryan Housel 4571fd0563 Highlight selected/hovered streetview tracks, fade unselected
Also some code cleanups and nitpicky variable renames
More consistency in Mapillary/OpenStreetCam services
2017-11-08 00:35:44 -05:00
Bryan Housel e439ea406a Cache sequence info, draw sequence linestrings 2017-11-06 15:48:44 -05:00
Bryan Housel eefbb68dda Add viewer controls.. Rotation works and will cache val per sequence 2017-11-06 10:41:17 -05:00
Bryan Housel ccc8153370 Standardize on "@user | captured_at | sitelink" for attribution 2017-11-05 22:46:53 -05:00
Bryan Housel 4c69341d83 Distinguish between Mapillary and OpenStreetCam markers 2017-11-05 22:30:19 -05:00
Bryan Housel 51fa9280a4 Add attribution line for openstreetcam 2017-11-03 21:20:14 -04:00
Bryan Housel dd75737fce Add loading spinner 2017-11-03 20:32:04 -04:00
Bryan Housel 6dd71ebf91 Fix loading of images from OpenStreetCam API, add viewer
\o/
2017-11-03 16:48:18 -04:00
Bryan Housel 00b30e29f0 WIP: Add OpenStreetCam support
todo: Need to figure out API issue with bbox, then imageviewer
2017-11-02 22:04:47 -04:00
Bryan Housel a0a197a69e Add support for DigitalGlobe imagery vintage overlays
(see https://github.com/osmlab/editor-layer-index/issues/371)
2017-11-01 13:46:13 -04:00
Bryan Housel 7ba3bf3a45 Don't hard code form-field-structure field name
(radiobox with structure extras can be used for other fields)
2017-10-02 09:26:54 -04:00
Bryan Housel f42cb77d99 Fix topbar buttons in Firefox in save mode when css filter active
(closes #4348)
2017-09-22 22:43:32 -04:00
Bryan Housel 2ffac8e9eb Consistently use the browser's pointer cursor
(before it was a random mix of browser pointer and custom pointer)
2017-09-18 14:14:25 -04:00
Bryan Housel 595053621b Wrap request review UI in div and label
(closes #4354)
2017-09-18 14:10:14 -04:00
Bryan Housel 5b9b6bbd97 Fix multiselect items that span more than one line
(closes #4349)
2017-09-18 10:24:20 -04:00
Bryan Housel 2c53674c38 Use dark style for zoom in message now that it's not on sidebar 2017-09-17 00:38:38 -04:00
Bryan Housel 320f1430fa Merge branch 'zoom-to-edit' of https://github.com/leegenes/iD into leegenes-zoom-to-edit 2017-09-17 00:01:50 -04:00
Bryan Housel 8c9aae1499 Add download changes link to uiCommitChanges summary
(WIP: still need to check IE11 and fix download on conflict screen)
2017-09-14 17:35:06 -04:00
Bryan Housel 4032904a7b Fix mapillary detection label positions
(closes #4282)
2017-09-11 17:11:20 -04:00
JamesKingdom 9af4252089 Add CSS to make waterway blue 2017-09-07 19:48:49 +01:00
Lee Haugen b7f2329877 Update notice class styling for new notice location 2017-08-25 15:20:06 -05:00
Bryan Housel 09a661c718 Restore "good changeset comments" link in tag-reference section
Also includes a bunch of css cleanups for the tag-reference section
to fix style for readonly raw-tag-editor rows and adjust margin widths
2017-08-15 13:12:57 -04:00
Bryan Housel 7563f3ac16 Refactor duplicate form-field code to uiFormFields 2017-08-15 09:35:57 -04:00
Bryan Housel 9b37ac7b6c Fix errors with changeset fields and warnings, improve styles 2017-08-13 23:25:37 -04:00
Bryan Housel 1a9614bb9d Adjust styles 2017-08-10 22:59:39 -04:00
Bryan Housel e52fcdb562 Move the rest of the RTL rules to be next to the rules they override 2017-08-10 15:12:29 -04:00
Bryan Housel e22c379094 Merge branch 'master' into request_review 2017-08-10 11:40:19 -04:00
Bryan Housel f95d6298f2 Fix RTL for panel close buttons 2017-08-06 22:06:30 -04:00
Bryan Housel 3e168935d1 Swap increment/decrement spin buttons when RTL 2017-08-06 22:00:30 -04:00
Bryan Housel 27113f7599 Fix RTL for spin control and form buttons 2017-08-06 17:40:33 -04:00
Bryan Housel 839a23f113 Fix rounded corners on the structure field list items 2017-08-06 16:59:30 -04:00
Bryan Housel 8a399096b2 Add options for fields, allow unwrapped fields (no label, buttons, etc) 2017-08-05 00:33:20 -04:00
Bryan Housel f2399ff9ae Fixed widths of form buttons. Responsive widths is weird for fields in fields 2017-08-04 17:44:11 -04:00
Bryan Housel 216a04d962 Restore code to set state=hover (not sure if actually needed)
Also, fix hover style for textarea
2017-08-03 13:32:08 -04:00
Bryan Housel 1bf514b7fc Move field rendering code from preset_editor to field.js 2017-08-03 01:10:59 -04:00
Bryan Housel ea93ecdbdc Hide the preset form div if there are no fields in it 2017-08-01 13:04:33 -04:00
Bryan Housel b5845450e6 Smoother border around the round vertex preset icon circles
(closes #4190)
2017-07-29 21:39:00 -04:00
Bryan Housel 411bddac7e Render railway platform slightly different from sidewalk
(closes #4182)
2017-07-29 21:32:02 -04:00
Bryan Housel 4e5ed2576a Add hidden key trap field to prevent user from tabbing out of sidebar
(closes #4159)
2017-07-24 14:01:47 -04:00
Kushan Joshi b5ece16432 add requesting review 2017-07-24 16:18:47 +05:30
Bryan Housel ec1d662fbf Reduce intensity of yellow area strokes 2017-07-22 00:17:02 -04:00
Bryan Housel fb0fbf9b4e Fix transparency and adjust gray 2017-07-21 18:05:32 -04:00
Bryan Housel 386e0dbd18 Simplify area styling, add styles for certain sport pitches 2017-07-21 17:25:12 -04:00
Bryan Housel af10c60e7c Distinguish between default and special service roads
Special service roads include things like
service=parking_aisle, drive-through, alley, etc
(closes #4157)
2017-07-21 12:46:11 -04:00
Bryan Housel e55f680d33 Fix styles for several aeroway, highway, railway areas
Style railway=platform like sidewalks
(closes #4167)
2017-07-21 00:54:14 -04:00