Commit Graph

2203 Commits

Author SHA1 Message Date
John Firebaugh
7100054707 Use preset names in commit dialog 2013-04-01 08:33:07 -07:00
Ansis Brammanis
78cf64b64e use Bing for walkthrough
fixes #1210
2013-04-01 10:51:41 -04:00
Ansis Brammanis
b0ef106584 avoid walkthrough inception
fixes #1211
2013-04-01 10:37:38 -04:00
saman bb
ae56d5f57e fine tuning tag reference. 2013-04-01 00:24:15 -04:00
Ian B
c3c2cfd0a2 Add aeroway styles (#1102) 2013-03-30 13:28:14 +01:00
Ansis Brammanis
745240c20b point, line, area mode buttons now toggle 2013-03-29 19:05:50 -04:00
Ansis Brammanis
e13305b162 Merge pull request #1206 from systemed/background-overlay
support for overlay layers
2013-03-29 15:46:34 -07:00
John Firebaugh
6c8bb657e3 Use disabled operation icons (fixes #1203) 2013-03-29 15:37:00 -07:00
John Firebaugh
93dd4a2658 Multiselect vertex/way to control splitting 2013-03-29 15:32:19 -07:00
John Firebaugh
2bd6178f07 Split on self-intersections 2013-03-29 15:32:19 -07:00
John Firebaugh
bbd4cb80b6 Split ways at intersections (fixes #750) 2013-03-29 15:32:19 -07:00
Ansis Brammanis
eda5836554 imagery offsets affect only that layer
fixes #1202
2013-03-29 17:18:26 -04:00
Ansis Brammanis
2f04868770 add support for overlay layers
This is mostly added for the Tiger2012 road overlay
2013-03-29 16:42:53 -04:00
John Firebaugh
df633a0466 Cleanup 2013-03-29 12:55:18 -07:00
John Firebaugh
b1daf85cfd Tooltips for disabled operations (fixes #573) 2013-03-29 12:29:07 -07:00
Tom MacWright
52dd7bf869 Merge pull request #1079 from systemed/prevent-drag
prevent accidental drags
2013-03-29 11:16:34 -07:00
Ansis Brammanis
e6de98398b rename #iD to #id-container everywhere 2013-03-29 13:50:41 -04:00
Tom MacWright
60d3333873 Merge pull request #1185 from systemed/left-animate-overlays
Change animation for map overlays.
2013-03-29 10:00:15 -07:00
Ansis Brammanis
e75cb7b482 fix number input in opera
don't use input[type=number] since the buttons can't be hidden in opera
2013-03-29 12:58:27 -04:00
Ansis Brammanis
bc8ab73d1f more restrictive click blocking in intro
block clicks immediately after selecting road to
prevent other selections
2013-03-29 12:50:05 -04:00
Ansis Brammanis
aa5fbf4ba1 better style for geocoder not found message
fixes #1194
2013-03-29 11:47:08 -04:00
Ansis Brammanis
6161d4c3be second half of aa413e368f 2013-03-29 11:36:53 -04:00
Ansis Brammanis
38ee0c463f fix selecting search in walkthrough 2013-03-29 00:15:21 -04:00
Ansis Brammanis
8f390bd019 fix inspector transition in firefox
firefox not returning the computed style as a percentage
was breaking the transition
2013-03-28 20:52:44 -04:00
Ansis Brammanis
c31ce3ebd9 don't transition inspector when reselecting
fixes #1189
2013-03-28 19:27:30 -04:00
Saman Bemel-Benrud
da6f8e844a fixing broken success modal links. 2013-03-28 19:23:10 -04:00
Ansis Brammanis
df465f73f9 more careful about not drawing midpoints
in the case where all vertices were out of bounds it would
assume there were many hidden vertices
2013-03-28 19:01:51 -04:00
Ansis Brammanis
e9244159dc fix midpoint redrawing
Midpoints weren't being redrawn when the way was deleted
but both edge nodes still existed in other ways.
2013-03-28 18:30:10 -04:00
Tom MacWright
1439b30049 Fix mixup around events so that background and geocoder close each other 2013-03-28 18:06:12 -04:00
Tom MacWright
98a05586a2 Merge branch 'master' into left-animate-overlays 2013-03-28 17:54:10 -04:00
Saman Bemel-Benrud
2976abaffe changing animation for map overlays. 2013-03-28 17:43:40 -04:00
Tom MacWright
78ae9a3e16 Do not set NaN extent when there is no GPX 2013-03-28 17:24:11 -04:00
Tom MacWright
d6d87741c7 Merge pull request #1184 from systemed/use-osm-auth
Use osm-auth instead of iD.OAuth.
2013-03-28 14:16:11 -07:00
Tom MacWright
594c8fa00a Remove sha1 2013-03-28 17:10:26 -04:00
Tom MacWright
936d1bd403 Use osm-auth instead of iD.OAuth.
It's a drop-in replacement and not seeing any issues with this switch
atm other than ones that were pre-existing - specifically the user shown
in the save dialog sometimes not being present or being out of date, but
the save still being correct.
2013-03-28 16:48:03 -04:00
Saman Bemel-Benrud
6c5be4f8f7 adding specific rules for bridge shadows 2013-03-28 16:34:17 -04:00
Ansis Brammanis
b39d6498e6 scroll help to top when changing sections 2013-03-28 16:19:38 -04:00
Tom MacWright
ab9b8cb2a6 Condense modal hiding logic, fixes #1159 2013-03-28 16:04:35 -04:00
Ansis Brammanis
1677df34c6 fix preset grid reference transition
fixes #1174
2013-03-28 15:53:59 -04:00
Saman Bemel-Benrud
435a6d25cc adding nice 'start the walkthrough' link to help 2013-03-28 15:38:35 -04:00
Ansis Brammanis
4f1a593be2 Revert "remove tag reference wrapper"
This reverts commit bf8c56d4f4.
2013-03-28 15:35:49 -04:00
Ansis Brammanis
09642b1ea7 don't try to label if centroid is undefined
fixes #1180
2013-03-28 15:26:38 -04:00
Saman Bemel-Benrud
37019b9912 refine help nav. 2013-03-28 15:20:57 -04:00
Ansis Brammanis
4a2cb9841d fix nudging during move operation 2013-03-28 15:03:31 -04:00
Saman Bemel-Benrud
28a352d549 replace overloaded class, minor style adjustments. 2013-03-28 14:30:41 -04:00
Saman Bemel-Benrud
95f1bfe352 cleanup. 2013-03-28 14:30:41 -04:00
Tom MacWright
244c00f9c4 Fall back to userLanguage in IE 2013-03-28 14:14:57 -04:00
Tom MacWright
555df63b0e Merge branch 'master' of github.com:systemed/iD 2013-03-28 13:49:46 -04:00
Tom MacWright
fc497f16d8 Use conditional comments for IE handling. Fixes #1167 2013-03-28 13:47:41 -04:00
Ansis Brammanis
97adaa5b1f don't show attribution above the help pane 2013-03-28 13:25:52 -04:00