Commit Graph

723 Commits

Author SHA1 Message Date
John Firebaugh 0b1ec49402 Rewrite as a separate layer 2014-09-19 14:51:44 -07:00
samanpwbb e721e93a31 cleanup mapillary UI 2014-09-16 13:49:13 -04:00
Tom MacWright 88bb6967d9 Style and usability simplifications 2014-09-11 14:14:57 -07:00
Peter Neubauer 29dde3f217 Implement Mapillary layer in iD
- adding a temp wikipedia icon from http://upload.wikimedia.org/wikipedia/commons/4/45/Right-facing-Arrow-icon.jpg

Making the click update and rotate an image marker on the map with comapss direction. Needs to be centered etc.

now properly enabling/disabling the different Mapillary layers upon activation/deactivation

Upgrade to faster Mapillary API

better arrow icon, refactoring to have all single-image operations in the image-layer

dist build

adding mapillary translation

adjusting image link

trying to adjust the image link for github deploy

better layout

removing font-awesome, not needed.

https for calls

consistent quotes

taking care of more translation, fix case of no images found on Mapillary

more english translations

- scoping image calls to selection.
- .inspector-wrap and .panewrap are hard to scope, since they are outside the selection, same for the #mapillary-inspector.

-scoping calls in sequences layer

adding translation

fixing jslint errors

more jshint errors

adding mapillary to tests

trying to lay out single markers, please help with the geo translation, @jfirebaugh

- adding the image layer to the active iD SVG instead of background
- add a new mode for selecting Mapillary images
- first stab of adding the image pane in the sidebar itself in order to contain the selections (needs to be layouted)

cleaning

trying to mark and keep selected image between mouseovers

refactoring to contain mapillary into the iamge mode

refactoring to contain mapillary into the iamge mode

adding to test html

cleaning up

handling unset selected image

cleanup

better sidebar

moving image into the lower right

Minor visual adjustment mapillaryImage

better no_image text and toggling of selected image

handling of text disappearing

intendation

fixing test errors

making sequences be below images

open Mapillary links in new tabs

better arrows and selectability on arrows as a workaround for real navigation in panos

more contrast for the selected image

adjusting image style

- adjusting style, removing sequence lines
- adding photos as a mode with shortcut 'm'

- fix test errors

moving switch back to right sidebar, keeping keyboard shortcut.

cleanup

file rename to avoid GIT mess with casing.

- better scoping
- removed unused hover function

- making the checkbox follow mode changes

removing unused icon

handling automatic mode exit
2014-09-11 14:14:57 -07:00
Bryan Housel e579dab87f cleanup footer styles, append account links to footer link menu 2014-06-25 15:08:48 -04:00
Bryan Housel 114cb33e05 Added scale, hardcoded at 180px, displays meters 2014-06-19 17:11:30 -04:00
Bryan Housel c5ada5052a Add stubs for map scale.. 2014-06-18 11:36:16 -04:00
John Firebaugh 4590feab63 Calculate address field widths 2014-06-13 11:39:17 -07:00
John Firebaugh 257d3e07df number -> housenumber 2014-06-13 10:38:48 -07:00
John Firebaugh 199fd35173 Simplify CSS 2014-06-13 10:38:27 -07:00
Christian Schwarz 5a51a6c8c2 Added gb address format with housename field 2014-06-05 00:42:15 +02:00
Christian Schwarz b3acd56bbb Added support for localization of address fields 2014-06-03 22:49:42 +02:00
John Firebaugh d90f8054b1 Remove retina cursors
They are broken on Safari in a way that is incompatible
with making them work on Chrome.

https://bugs.webkit.org/show_bug.cgi?id=120783

Fixes #2157.
2014-05-29 15:53:13 -07:00
John Firebaugh 29d26f5078 Fix restrictions rendering on FF (fixes #2241) 2014-05-27 14:26:27 -07:00
John Firebaugh eaaff52d62 Help text 2014-05-18 16:02:48 -07:00
John Firebaugh d4d80b2d6e Use turn restriction icons 2014-05-18 16:02:48 -07:00
John Firebaugh 7cac179ce0 Start work on turn restriction editing field 2014-05-18 16:02:46 -07:00
John Firebaugh be0126aba6 Extract iD.svg.Defs from Surface
Need to have a single defs for the entire document but
multiple Surfaces.
2014-05-18 16:02:46 -07:00
John Firebaugh 273b5e2f63 Fix fill colors 2014-04-15 15:41:57 -07:00
samanpwbb 7e68aef050 move fill color for icons to CSS 2014-04-15 13:58:27 -07:00
John Firebaugh 6dbd0166fc Improvements to land use preset display 2014-04-15 10:45:56 -07:00
John Firebaugh 1fee019d72 Remember last custom tile layer (fixes #2094) 2014-04-07 19:19:53 -04:00
John Firebaugh b45d2ab608 Fix tag reference layout on FF (fixes #2159) 2014-03-18 15:23:55 -07:00
John Firebaugh 74251f04dc Adjust borders to account for housename removal 2014-02-25 15:55:05 -08:00
John Firebaugh ab8a4ffd7b Update GitHub links 2014-01-08 16:14:28 -08:00
Aaron Lidman d6a03657aa Fix warning tooltip position
By default the tooltip looks like it belongs to the list item above it.
2013-11-26 15:20:02 -08:00
Aaron Lidman 4be6d8b496 Fix tooltip on commit warnings 2013-11-26 15:20:02 -08:00
John Firebaugh 0bf0849eb3 Fix background pane tooltips 2013-11-05 15:52:20 -08:00
samanpwbb 25e2347b0a layer pane now matches help pane 2013-11-05 17:57:04 -05:00
Aaron Lidman 1ff435cf58 Fix sprite misalignment on save color icons, closes #1948
The colored icons in the sprite had a 5px offset from the left edge
rather than a 7px offset the rest of the icons use. I previously had to
bump the background-position to fix this.
2013-11-03 16:00:38 -08:00
John Firebaugh 28aec51d20 Merge branch 'save-browse' 2013-10-23 13:37:57 -07:00
Aaron Lidman e8e9f7a4ff Remove blue circle and icon adjustments 2013-10-23 11:42:33 -04:00
Aaron Lidman df6a292a44 Add colored changeset icons 2013-10-22 11:48:21 -04:00
samanpwbb a0d3694f29 adding deleted/added feature icons 2013-10-22 11:20:55 -04:00
Aaron Lidman 2dc46806a5 Styled the save button a little 2013-10-21 21:01:04 -04:00
Aaron Lidman 22b4e5c6b5 Remove warning and changeset zoom icons and fixed warning problems 2013-10-21 19:38:58 -04:00
John Firebaugh a5311b5f6c Show attribution for overlay layers (fixes #1909) 2013-10-21 12:31:48 -07:00
Aaron Lidman 1eb4c6ce78 Added more distinction to changeset list items 2013-10-21 14:00:47 -04:00
Aaron Lidman b74ba194f2 Added ability to zoom to changeset list items 2013-10-16 12:43:25 -04:00
John Firebaugh de60274b72 Add vertex icon 2013-10-15 18:59:58 -04:00
Aaron Lidman ab1b6a508a Multiselection list UI 2013-10-15 18:30:30 -04:00
John Firebaugh 5f77f1ab97 Simplify CSS 2013-10-15 13:15:35 -04:00
John Firebaugh a9964589fc Add a button to trigger file browser for GPX (fixes #1758) 2013-10-15 13:15:35 -04:00
John Firebaugh 958c919763 Better markup structure for background 2013-10-15 12:55:03 -04:00
John Firebaugh 580bdf4790 Simplify CSS and improve transition 2013-10-15 11:29:36 -04:00
Aaron Lidman 27c3e4ce5d Moved localized delete button to the label, closes #1892 2013-10-15 10:55:53 -04:00
John Firebaugh f134ec2cc7 Eliminate blank space in Structure hover state 2013-10-15 10:34:53 -04:00
Aaron Lidman 7305cf379b Add delete button to all forms, closes #1492 2013-10-14 16:41:59 -04:00
Aaron Lidman b78e396839 More opacity options 2013-10-14 12:13:18 -04:00
John Firebaugh 2f419f789e Disable removing incomplete relation members (fixes #1768) 2013-10-11 15:48:18 -07:00