Commit Graph

3166 Commits

Author SHA1 Message Date
Sajjad Anwar
dffeedffc9 Moved area-keys to data, and process it during runtime 2014-10-23 15:52:29 -07:00
Aaron Lidman
90b0f1c5bf Select first available imagery layer 2014-10-23 15:52:29 -07:00
John Firebaugh
dd0e08b244 Write presets and imagery to standalone files 2014-10-23 15:52:29 -07:00
John Firebaugh
edd4f37f52 1.6.1 2014-10-23 15:25:20 -07:00
John Firebaugh
eb9876c2de Use interpolation rather than concatenation 2014-10-22 11:16:37 -07:00
John Firebaugh
0b1a54acca Remember raw tag editor expansion state across sessions (fixes #2416) 2014-10-22 11:14:01 -07:00
Bryan Housel
712f533212 Translate text in changes section on save panel. (fixes #2417) 2014-10-22 10:27:59 -04:00
Martin Raifer
041e0e5b66 Encode everything except a whitelist of special chars
see #2406
2014-10-21 22:37:47 +02:00
John Firebaugh
4d2d24bbaa Need to encode = as well as & (fixes #2406) 2014-10-20 18:18:48 -07:00
John Firebaugh
15e0c0a235 Capture ⌘-S even in input fields (fixes #2409) 2014-10-20 17:55:12 -07:00
John Firebaugh
a9964aaa1d Adjust width of state input 2014-10-20 17:19:13 -07:00
Jakub Wieczorek
dfa442903d Improve the error message on saving when offline (fixes #2373) 2014-10-20 17:14:28 -07:00
Minh Nguyễn
8b896b8b84 maxlength="255" on commit comment textarea
Per API 0.6 limit. Fixes #2410.
2014-10-19 15:52:43 -07:00
Bryan Housel
8f5f63d5e9 Eliminate floating point error in zoomIn/zoomOut
(closes #2394)
2014-10-13 22:49:50 -04:00
John Firebaugh
241400faf9 Fix build 2014-10-13 16:55:15 -07:00
John Firebaugh
9a2054272c Fix build 2014-10-13 16:48:59 -07:00
John Firebaugh
a7fb35663c Optimize Way#area 2014-10-13 16:46:32 -07:00
John Firebaugh
69af20e44d Add mutating extent extend, for performance 2014-10-13 16:34:38 -07:00
John Firebaugh
5f1e40561a Fix performance regressions in tree.js (fixes #2396) 2014-10-13 16:34:38 -07:00
Bryan Housel
5782761e48 support zoom in/out with shifted or unshifted keys +,-,=,_
also add new Firefox-specific keycodes to `d3.keybinding.js`
closes #2389
2014-10-12 00:43:39 -04:00
Guillaume Carbonneau
96fa48faad fix for the failures under safari/webkit 2014-10-09 16:29:11 -04:00
John Firebaugh
91699bb142 Suppress tail in walkthrough (fixes #2362) 2014-10-06 18:22:45 -07:00
John Firebaugh
4a51f6769b 1.6.0 2014-10-06 14:55:05 -07:00
John Firebaugh
0b1ec49402 Rewrite as a separate layer 2014-09-19 14:51:44 -07:00
samanpwbb
3c9ec76b33 add missing semicolons 2014-09-16 15:16:26 -04: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
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
2014-09-02 16:43:31 -04:00
Bryan Housel
cf715a5156 Only use no_u_turn restriction for angles < 5 2014-08-31 21:59:23 -04:00
John Firebaugh
e00a9cf067 Update to rbush 1.3.3 2014-08-29 16:55:37 -07:00
John Firebaugh
94bc5b0c3d Don't include geometry filter for taginfo keys query (#2333) 2014-08-26 09:46:29 -07:00
Bryan Housel
a8840a1075 Better presets for running, motor, non-motor race tracks
closes #2330
2014-08-22 12:34:39 -04:00
Bryan Housel
7a6641a5aa Better polygon intersection test
(see also my comment on 83030be)
2014-08-12 22:40:43 -04:00
Bryan Housel
21da76cf80 add comment url param to prefill changeset comment (closes #2311)
for integration with HOT Task Manager or other OSM tools
2014-08-11 19:51:52 -04:00
John Firebaugh
362d1b4a58 Add preset for amenity=bureau_de_change (fixes #2309) 2014-07-29 14:24:04 -07:00
John Firebaugh
cbac33ca9a 1.5.4 2014-07-29 11:10:34 -07:00
John Firebaugh
b4fa085663 Do not fully fill certain landuse values, e.g. landuse=residential
residential, retail, commercial and industrial landuse tags
typically cover large, dense areas with many overlapping
features. The large click targets of filled areas have proven
to be very good for usability in the general case, but are
a common source of accidental mistagging in this case.

We may add additional tags to this list, but these are the
obvious first step — especially landuse=residential.

Fixes #542.
2014-07-29 10:34:27 -07:00
Bryan Housel
e23448c25e Class midpoints to match parent way and adjust styles.
After editing more with 1.5.3, I really dislike the more visible
midpoints I added in afa1efd.  This commit gives the midpoints
tag classes so that we can style only *certain* midpoints more visible
(footpath, cycleway, bridleway, etc) and leave all the others dim.
2014-07-28 23:11:52 -04:00
Bryan Housel
83030bed54 test visibility of gpx coords instead of just comparing extents. 2014-07-25 23:54:01 -04:00
John Firebaugh
feb642989e 1.5.3 2014-07-25 10:03:25 -07:00
Bryan Housel
4d40e8f50b When adding gpx, only rezoom map if gpx not in viewport (closes #2297) 2014-07-25 11:59:33 -04:00
John Firebaugh
9822cb3651 Workaround for chrome crash bug (#2295) 2014-07-24 10:33:23 -07:00
Bryan Housel
b090035e64 Merge pull request #2296 from bhousel/master
Support option strings for combo fields
2014-07-22 14:08:50 -04:00
Bryan Housel
2b96064ed3 Continue support for options array of keys 2014-07-22 12:14:13 -04:00
Bryan Housel
804a523388 handle async loading of strings from taginfo 2014-07-21 19:03:13 -04:00
Bryan Housel
0d5d0b19fc Try to use strings when generating placeholder 2014-07-21 15:56:03 -04:00
Bryan Housel
a68cb30fd2 Support option strings for combo fields (#1259, #1709) 2014-07-21 14:37:42 -04:00
Bryan Housel
f8a99d03e2 If combobox is open, clicking on carat should close it 2014-07-21 14:32:10 -04:00
John Firebaugh
4994566f57 Fix nodeValue deprecation warnings 2014-07-20 16:05:08 -07:00