Commit Graph

1850 Commits

Author SHA1 Message Date
Ansis Brammanis
f74dc5f229 clicking on combobox caret behaves the same as input 2013-03-11 16:35:45 -04:00
Saman Bemel-Benrud
86518a071b minor cleanup of inspector. 2013-03-11 16:11:47 -04:00
John Firebaugh
7c122f1ee0 More keydown hacks (fixes #923) 2013-03-11 13:06:58 -07:00
Ansis Brammanis
6129fbf4f5 prevent creation of ways with duplicate segments or repeated nodes 2013-03-11 16:00:24 -04:00
John Firebaugh
ab561ff198 Better way to prevent snapping to area fill
This also prevents are hover behavior during node dragging,
while allowing snapping to vertex fill.
2013-03-11 12:29:00 -07:00
Saman Bemel-Benrud
30952ef2c9 starting to refine preset styles. 2013-03-11 15:03:34 -04:00
Ansis Brammanis
00464b44b2 combobox mousedown now toggles options
fixes #958
2013-03-11 12:07:14 -04:00
Ansis Brammanis
1cf35eeaf3 Fix hiding geocoder and background
fixes #959
2013-03-11 11:01:25 -04:00
John Firebaugh
8c79d9672e Alternate SVG sprite technique for operations (fixes #956) 2013-03-10 20:02:18 -07:00
Ansis Brammanis
8406b7de80 use capture for esc in select mode
so that the mode can be escaped even if
a text input is focused
2013-03-10 21:27:49 -04:00
John Firebaugh
711b867b61 Render waterway=riverbank as area 2013-03-10 18:25:25 -07:00
Ansis Brammanis
512fe877b7 fix combobox position on scroll
fixes #948
2013-03-10 15:53:35 -04:00
Ansis Brammanis
9cb2fb13b5 use cemetery pattern for graveyards 2013-03-10 14:44:46 -04:00
Ansis Brammanis
cef5726813 update index, style tweaks 2013-03-10 01:45:14 -05:00
Ansis Brammanis
0c6da9549a fix 'other' preset 2013-03-10 01:42:15 -05:00
Ansis Brammanis
cb887f47e3 fix updating tags from taglist
fixes #965
2013-03-10 01:40:47 -05:00
Ansis Brammanis
6440905e36 add transparency for highway tunnels 2013-03-10 00:45:22 -05:00
Ansis Brammanis
335265590f add radio preset input 2013-03-10 00:22:05 -05:00
Ansis Brammanis
a1a77d25cd fix name input 2013-03-10 00:21:42 -05:00
Ansis Brammanis
d736cddccd add defaultcheck input type 2013-03-09 23:12:21 -05:00
Ansis Brammanis
1aefc6e7c5 elminate preset switch 2013-03-09 20:11:01 -05:00
Ansis Brammanis
609e8b9119 refactor preset inputs 2013-03-09 18:30:54 -05:00
John Firebaugh
af7fb41d4b Don't use hand as placeholder icon (#942) 2013-03-09 09:34:22 -08:00
John Firebaugh
da37237955 Add man_made presets 2013-03-09 09:22:56 -08:00
John Firebaugh
60ff6fc021 Use maki icons for points (fixes #881) 2013-03-08 20:22:06 -08:00
Tom MacWright
dae8a67e68 Merge branch 'master' of github.com:systemed/iD 2013-03-08 16:53:40 -05:00
Tom MacWright
fe2c57d7f4 Remove rowselect, build data with imagery, use nicer json formatting. 2013-03-08 16:53:26 -05:00
John Firebaugh
b653f00215 Merge remote-tracking branch 'origin/master' 2013-03-08 13:24:28 -08:00
Tom MacWright
1294c972d0 Add dimensions, improve make situation for presets. 2013-03-08 16:18:20 -05:00
John Firebaugh
cc68cb079f Merge branch 'package'
Conflicts:
	index.html
2013-03-08 13:16:51 -08:00
Tom MacWright
19aba114e7 Fix overeager lookup. Fixes #907 2013-03-08 15:16:42 -05:00
Tom MacWright
c9b93bbd42 Merge branch 'master' of github.com:systemed/iD. Fixes #924 2013-03-08 14:07:18 -05:00
Tom MacWright
7925662079 Avoid writing undefined properties in JSON localStorage 2013-03-08 14:07:02 -05:00
John Firebaugh
fa01cfbbf0 Smarter tag conflict merging (fixes #943) 2013-03-08 11:00:14 -08:00
Ansis Brammanis
2ef167ec0d use ui.Toggle for geocoder results 2013-03-08 13:01:16 -05:00
Ansis Brammanis
f72e294156 score wildcard matches as half a match
so that building=* doesn't get prioritized over more
specific one tag presets, like amenity=hospital
2013-03-08 11:36:57 -05:00
Tom MacWright
676226a08a Merge branch 'tags-semicolon' 2013-03-08 11:07:55 -05:00
Tom MacWright
5838f05116 Merge tags without a space, fixes #941 2013-03-08 10:51:44 -05:00
Tom MacWright
b89d4215bf Merge pull request #928 from pnorman/patch-1
Change default max zoom to 20
2013-03-08 07:48:46 -08:00
Ansis Brammanis
70780a37a5 set pattern fils directly on element, for firefox 2013-03-08 01:36:27 -05:00
Ansis Brammanis
a8eb59a502 More lenient fuzzy preset search
Also remove unintentional double penalty for exceeding
length of name.
2013-03-08 00:33:21 -05:00
Ansis Brammanis
bfdca7fc85 Add fill patterns for landuse, natural areas
Not working in Firefox. To get it to work in Firefox,
styles need to be directly applied to the path, or
set in an embedded stylesheet (not sure whats going on there).
2013-03-08 00:16:07 -05:00
Tom MacWright
d1fd4da511 Merge pull request #931 from systemed/streams
Start using d3 3.1.0
2013-03-07 15:27:04 -08:00
Tom MacWright
3e69ef6f9e Fix tests and global leak 2013-03-07 17:53:36 -05:00
Tom MacWright
0fafa340fe Start using d3 3.1.0
Update d3, use streams, d3.set, clip
Use clipping, fix side effects
2013-03-07 17:45:16 -05:00
pnorman
3fadf873a3 Change default max zoom to 20
A lot of imagery goes to z20 now. Where the max zoom is not known it should be set high to allow the imagery to be used at its maximum resolution

Where the source imagery does not support up to z20 it will fall back to higher zoom levels. It is unlikely that editors will be zoomed in far past the max zoom of the imagery.

This does not replace the lack of max zoom support for preset imagery layers (issue #784)
2013-03-07 13:59:42 -08:00
Ansis Brammanis
df18dd9ca9 Hide geocoder, background on mousedown 2013-03-07 16:20:32 -05:00
Ansis Brammanis
e810cfb666 keyboard navigation for background 2013-03-07 16:15:01 -05:00
Ansis Brammanis
e95cc54396 Fix geocoder tabindex 2013-03-07 16:01:44 -05:00
Saman Bemel-Benrud
fd2f464bf9 cleanup error message. 2013-03-07 15:33:16 -05:00