Ansis Brammanis
984fa76907
Temporarily switch back to dev as default
...
Preset work is causing stability issues.
2013-02-15 23:31:55 -05:00
Ansis Brammanis
87ef7ecf91
Make use of message area
2013-02-15 16:18:54 -05:00
Ansis Brammanis
bf3a635da5
Extract tag editor ui
2013-02-15 15:58:05 -05:00
Ansis Brammanis
6a1ef84546
Usecapture when blocking click
2013-02-15 15:45:24 -05:00
Ansis Brammanis
147fce1f49
Merge branch 'tree-intersects'
...
Conflicts:
js/id/behavior/lasso.js
2013-02-15 13:40:01 -05:00
Ansis Brammanis
56ed48f0a3
Fix switch to tag view
2013-02-15 13:22:48 -05:00
Ansis Brammanis
af6377dc32
Merge branch 'presets'
2013-02-15 13:16:37 -05:00
Ansis Brammanis
51976ff0a1
Very rough preset selection grid
2013-02-15 13:15:03 -05:00
Ansis Brammanis
a3f895dd72
Switching between preset and tag view
2013-02-15 11:42:12 -05:00
Ansis Brammanis
9547fdd510
reorganize inspector
2013-02-15 10:53:35 -05:00
Ansis Brammanis
97679c7679
taglist and presetui coexist
2013-02-14 18:13:28 -05:00
Ansis Brammanis
8c89efe563
Extract ui.Taglist
2013-02-14 16:59:07 -05:00
Ansis Brammanis
342e0071d8
Update version
2013-02-14 14:20:53 -05:00
Ansis Brammanis
0bb805f557
Merge remote-tracking branch 'systemed/master' into presets
...
Conflicts:
css/app.css
index.html
js/id/connection.js
js/id/modes/select.js
js/id/ui/inspector.js
js/id/util.js
test/spec/modes/add_point.js
2013-02-14 11:38:18 -05:00
John Firebaugh
d7d3f174ae
Lasso only nodes for now ( fixes #734 )
...
Given the (lack of) operations available on mixed node/way
selections, this seems just as good as selecting contained
ways as well.
2013-02-13 16:53:40 -08:00
John Firebaugh
e3d9d3a4c4
Refine Way#isArea
...
Closed ways that are multipolygon inners shouldn't be
rendered as areas just because they have a source=* tag,
for example.
2013-02-13 16:44:36 -08:00
John Firebaugh
c0b8cd74de
Reopen radial menu when clicking on selected entity ( fixes #758 )
2013-02-13 16:23:58 -08:00
John Firebaugh
5e66307500
Fix incorrect parentWays after reloading a split way
...
When recalculating parent ways/relations during rebase, a
graph should not add modified or deleted entities as parents.
Such entities will already be correctly marked as parents or
not.
Graph had the correct behavior for deleted entities, but not for
modified entities. This had the effect that if you split a way
that was partially off screen, and then panned so that the way was
re-retrieved, Graph#rebase would mistakenly add back the original
way as a parent of all the nodes that were split into the new
section, making them appear as shared.
Fixes #751 .
2013-02-13 16:03:23 -08:00
Ansis Brammanis
7102fea04d
add history.intersects to context
2013-02-13 18:12:53 -05:00
Tom MacWright
b8c79b8b48
Fix map.extent
2013-02-13 18:12:38 -05:00
Tom MacWright
eb2a133ac6
Hate multiline bracketless ifs
2013-02-13 17:57:58 -05:00
Ansis Brammanis
1050faab8f
Only delete saved on hitting reset, fixes #744
2013-02-13 17:42:46 -05:00
Ansis Brammanis
e60c9ab16b
Fix zoom limitation while drawing
2013-02-13 17:31:23 -05:00
John Firebaugh
3be61a65e6
Manual redraw debouncing
...
This avoids a duplicate full redraw at the end of a drag pan. The
redraw triggered by mouseup.zoom now cancels the pending debounced
redraw.
Also, bump the debounce interval to 300ms, which helps avoid full
redraws during scroll zoom, making it more responsive.
2013-02-13 14:27:01 -08:00
Tom MacWright
8538339b44
Fix zooming to validated features. Fixes #748
2013-02-13 17:21:21 -05:00
Ansis Brammanis
8c1e0212f9
Fix rebasing and test
2013-02-13 16:08:39 -05:00
Ansis Brammanis
fd423f4db7
Don't drag when shiftKey
2013-02-13 15:39:22 -05:00
Ansis Brammanis
64c8ef626f
Add general test for spatial tree
2013-02-13 15:10:48 -05:00
John Firebaugh
d50f7f13ab
Cache properties in fastMouse
2013-02-13 12:03:41 -08:00
John Firebaugh
a53e604b5b
Avoid unnecessary style recalculation
2013-02-13 11:57:32 -08:00
Ansis Brammanis
b80bbc1fbe
Add tree test
2013-02-13 14:40:37 -05:00
Ansis Brammanis
9a4d4ab9c5
Retry queued entities after rebase
2013-02-13 14:16:18 -05:00
John Firebaugh
7fcf329ee8
Fix browser_notice style
2013-02-13 10:39:48 -08:00
John Firebaugh
65fbc808a1
Map#pan redraws
2013-02-13 10:39:48 -08:00
Ansis Brammanis
529b570c89
Merge remote-tracking branch 'systemed/master' into tree-intersects
2013-02-13 13:31:11 -05:00
Ansis Brammanis
95e6b840ee
Fix key reference
2013-02-13 13:14:57 -05:00
Ansis Brammanis
a21b973a41
Fix saving deletions to storage, add tests
2013-02-13 12:42:51 -05:00
Ansis Brammanis
f2d6628547
Don't break rebasing with loading
2013-02-13 11:17:29 -05:00
Ansis Brammanis
9c65e58cc1
Tree handles entities with missing children
2013-02-13 10:23:30 -05:00
John Firebaugh
9695a9cafa
Fix geocode tooltip
2013-02-12 21:11:16 -08:00
John Firebaugh
a25f2895d0
Rename UserPanel -> Account
2013-02-12 21:04:59 -08:00
John Firebaugh
4bbed7e943
Cleanup, fix UserPanel
2013-02-12 21:03:34 -08:00
John Firebaugh
6f6958ad98
Remove redundant ul, id -> class
2013-02-12 20:50:17 -08:00
John Firebaugh
f98cee40a7
Extract iD.ui.Attribution
2013-02-12 20:46:54 -08:00
John Firebaugh
cfb6f7b1d4
Cleanup
2013-02-12 20:29:16 -08:00
John Firebaugh
8928e757a4
Simplify
2013-02-12 20:19:36 -08:00
John Firebaugh
806de963db
Cleanup, translate Splash
2013-02-12 20:18:17 -08:00
John Firebaugh
02ed91096a
Follow ui pattern
2013-02-12 20:08:36 -08:00
John Firebaugh
0578d645bc
restore translation
2013-02-12 20:05:51 -08:00
John Firebaugh
6d3d00e78d
inspector translation
2013-02-12 20:02:35 -08:00