Commit Graph

667 Commits

Author SHA1 Message Date
Tom MacWright
e8a14f8b5b Make handles connected to more than one way cyan. Fixes #205 2012-12-17 14:06:27 -05:00
Tom MacWright
79a1887d6b Link to wiki 2012-12-17 13:36:34 -05:00
Tom MacWright
5104c2a0aa Add ref ui, refs #256 2012-12-17 12:55:25 -05:00
Tom MacWright
d5fa942f55 Update lodash, use deep cloning to fix #284 2012-12-17 12:31:19 -05:00
Saman Bemel-Benrud
2c3c4cc652 resolve conflict. 2012-12-14 19:58:15 -05:00
Saman Bemel-Benrud
8c364091a3 refining cursor behavior. 2012-12-14 19:54:55 -05:00
John Firebaugh
ad0efa4931 Place -> Point
We decided to use geometric terms for the modes.
2012-12-14 14:39:38 -08:00
Tom MacWright
d28abaa378 Merge branch 'master' of github.com:systemed/iD 2012-12-14 17:06:17 -05:00
Tom MacWright
c32a1e8fdc New limit of 10,000 features. Fixes #283 2012-12-14 17:06:04 -05:00
Saman Bemel-Benrud
9ab37f612d Merge branch 'master' of github.com:systemed/iD 2012-12-14 16:30:47 -05:00
Saman Bemel-Benrud
37c79c0500 basic cursor stuff. 2012-12-14 16:30:31 -05:00
Tom MacWright
94c7e17b81 Fix tabindex 2012-12-14 15:34:21 -05:00
Tom MacWright
24b6e8adb2 Just an area tag. Fixes #282 2012-12-14 15:04:54 -05:00
Tom MacWright
97637c0cf5 Fix saving empty tag from inspector 2012-12-14 14:55:31 -05:00
Tom MacWright
9887e9c1bf Fix global leaks 2012-12-14 14:51:26 -05:00
Tom MacWright
e20a35d7c9 Append notice to supersurface. Fixes #266 2012-12-14 14:51:05 -05:00
Tom MacWright
09b20ffe94 Fix inspector for things with no tags 2012-12-14 14:41:21 -05:00
Tom MacWright
ae9ebda78b Add accuracy handles for areas as well. 2012-12-14 14:38:13 -05:00
Tom MacWright
9844bf1d31 Fix saving keys. Fixes #280 2012-12-14 14:36:09 -05:00
Tom MacWright
704b9a78a4 Fixup local editors. Fixes #275 2012-12-14 14:32:04 -05:00
Tom MacWright
e9540bf281 Avoid barriers as well 2012-12-14 14:25:14 -05:00
Tom MacWright
3803d28d74 Improve area-closed logic. Fixes #237 2012-12-14 14:20:17 -05:00
Tom MacWright
b5065d81c4 Fix way node dragging. Fixes #279 2012-12-14 13:51:36 -05:00
Tom MacWright
1abffc6f8a Finish areas on double-click. Fixes #272 2012-12-14 13:45:53 -05:00
Tom MacWright
66f58ac96b Fix regressions in 9743ee282b - .hint() is
not meant to be chainable.
2012-12-14 13:42:53 -05:00
Saman Bemel-Benrud
5da434497b resolved conflict. 2012-12-14 12:17:49 -05:00
Saman Bemel-Benrud
a78b10a765 map marker style adjustments, more work to inspector. 2012-12-14 12:10:02 -05:00
John Firebaugh
070ee74ff6 Remove unused 2012-12-13 17:43:51 -08:00
John Firebaugh
9eb4552573 Revert unintended changes in c93cd4 2012-12-13 17:43:51 -08:00
John Firebaugh
209b87f7e8 Extract MoveWay action 2012-12-13 17:39:07 -08:00
John Firebaugh
ee3f5cc768 Move -> MoveNode, in preparation for MoveWay 2012-12-13 17:39:07 -08:00
John Firebaugh
15c5f5d866 Follow rename 2012-12-13 17:39:07 -08:00
John Firebaugh
150dcf471e Chain 2012-12-13 17:39:07 -08:00
John Firebaugh
304a9c3603 Add symbol for delete key 2012-12-13 17:39:07 -08:00
John Firebaugh
c37aa11408 Start testing modes 2012-12-13 17:39:06 -08:00
John Firebaugh
c5dbebc063 Move keybinding to map 2012-12-13 17:39:06 -08:00
John Firebaugh
a58a07277a Simplify d3.keybinding
Remove window.__onfocus property; it triggers mocha's leak detection.
Calculate modifiers using the even properties instead.
2012-12-13 17:39:06 -08:00
Tom MacWright
4a5663df92 Show local editing users 2012-12-13 18:28:16 -05:00
Tom MacWright
c4298dd135 Simplify inspector 2012-12-13 17:34:23 -05:00
Tom MacWright
9461fe794c Fix dragging selected features. Fixes #271 2012-12-13 17:00:34 -05:00
Tom MacWright
47ea2d82a6 Indentation and jshint 2012-12-13 16:45:05 -05:00
Saman Bemel-Benrud
6007cbd605 Merge branch 'master' of github.com:systemed/iD 2012-12-13 16:02:07 -05:00
Saman Bemel-Benrud
30f8367d07 more styling to inspector. 2012-12-13 16:01:57 -05:00
Tom MacWright
3aef2a8d04 Fix removing tag button. fixes #214 2012-12-13 15:28:01 -05:00
Tom MacWright
a6a608499d Fix inspector actions 2012-12-13 15:16:54 -05:00
Tom MacWright
ffdf46ab93 jshint 2012-12-13 14:57:30 -05:00
Saman Bemel-Benrud
3a1d99c4b2 Merge branch 'master' of github.com:systemed/iD 2012-12-13 14:52:14 -05:00
Saman Bemel-Benrud
eab98c6d2f Merge branch 'revised-inspector-ui', remote-tracking branch 'origin' 2012-12-13 14:51:37 -05:00
Tom MacWright
ab2b4efb85 Custom layer support. Fixes #249 2012-12-13 14:51:34 -05:00
Saman Bemel-Benrud
6bea28e597 basics done for better tag inspector. 2012-12-13 14:50:59 -05:00