Commit Graph

2663 Commits

Author SHA1 Message Date
John Firebaugh 476509111f Fix "Custom" radio button state 2013-07-25 11:58:11 -07:00
John Firebaugh 5f02f348de Include GPX and overlay layers in imagery_used
Fixes #1463
2013-07-25 11:51:55 -07:00
John Firebaugh 7f3f648c1c Support multiple overlays in hash 2013-07-25 11:29:31 -07:00
John Firebaugh 1168053cc2 Coalesce multi-extent imagery sources 2013-07-25 11:14:53 -07:00
John Firebaugh 6782d9af04 Remove mysterious math 2013-07-22 15:30:09 -07:00
John Firebaugh 1f96bed685 Improve combobox scrolling behavior 2013-07-22 15:23:17 -07:00
John Firebaugh e8d924aab0 Add ability to create a new relation (fixes #1576) 2013-07-22 15:13:21 -07:00
John Firebaugh 11bbfebdc6 Merge remote-tracking branch 'mourner/master' 2013-07-22 14:43:57 -07:00
John Firebaugh e36de8b0b1 Fix reload on save (fixes #1642) 2013-07-22 14:02:13 -07:00
John Firebaugh e3755fe7ee Update d3 to 3.2.7 2013-07-22 12:50:16 -07:00
John Firebaugh 48bd8264f7 Disable toolbar during save (fixes #1563) 2013-07-22 12:12:00 -07:00
John Firebaugh 4a8ad41235 More fixes for success UI 2013-07-22 11:33:11 -07:00
John Firebaugh c4c8d5d6b3 Fix up success UI (fixes #1565) 2013-07-22 11:15:16 -07:00
John Firebaugh 49b920e5b3 Fix name field for suffixed ISO 639-1 codes (fixes #1628) 2013-07-22 10:40:21 -07:00
Vladimir Agafonkin 3cedc84c74 fix accidental error 2013-07-21 19:15:13 +03:00
Vladimir Agafonkin 75a5f35a1c use rbush bulk insertion for graph entities 2013-07-21 19:11:36 +03:00
Vladimir Agafonkin 454eecae8f replace RTree with RBush 2013-07-21 17:20:14 +03:00
Saman Bemel-Benrud 079eb487cb cleanup post-save actions. 2013-07-15 18:49:46 -04:00
John Firebaugh 5e64f6b95d Support multiple overlay layers 2013-07-15 14:05:11 -07:00
John Firebaugh 734d53e08b Refactor background in preparation for multiple overlays 2013-07-15 14:05:11 -07:00
John Firebaugh ab566c8fa7 Respect tile layer minimum scaleExtent
Rather than attempting to render an exponential number
of tiles for each z less that the minimum, render none.
2013-07-12 15:44:59 -07:00
John Firebaugh 65f2683d3c Configurable data tile zoom level (#1622) 2013-07-08 10:41:51 -07:00
Tom MacWright 7c83200b76 The Facebook share API only accepts a URL. Fixes #1623 2013-07-08 12:10:46 -04:00
John Firebaugh 8feb53358c Fix unknown entity error on merge (fixes #1618) 2013-06-28 15:46:10 -04:00
John Firebaugh c4cb8729eb Fix tab behavior in tag list 2013-06-21 20:10:35 -07:00
John Firebaugh 24d3333d89 Remove logging 2013-06-21 19:52:09 -07:00
John Firebaugh f3a089d837 Fix combobox autocomplete behavior for taginfo 2013-06-21 19:51:44 -07:00
John Firebaugh aecb07a41a Refining combobox behavior, with tests 2013-06-21 19:23:54 -07:00
John Firebaugh c8da4851e1 Remove unused second fetcher parameter 2013-06-21 14:30:30 -07:00
John Firebaugh 153c34115e Remove unused 2013-06-21 14:18:58 -07:00
John Firebaugh 8a3cb6d5f0 Inline 2013-06-21 14:07:08 -07:00
John Firebaugh f21f898671 Fix relation autocomplete 2013-06-21 14:05:18 -07:00
John Firebaugh 281432fea5 Avoid resetting input values on every change
For some reason this invalidates and repaints the
entire page.

See d2e2d4fbed

Fixes #1604.
2013-06-20 16:29:40 -07:00
John Firebaugh d5892fe1b3 Merge branch 'refs/heads/header-revision' 2013-06-20 16:14:27 -07:00
John Firebaugh 882b134f46 Reference button 2013-06-20 16:14:08 -07:00
John Firebaugh c84d932c01 Tooltip 2013-06-20 15:56:34 -07:00
John Firebaugh b277b0da7e Update preset name 2013-06-20 15:39:10 -07:00
John Firebaugh a039f576e9 Port user-select suppression to iD.behavior.Drag
Fixes #1585
2013-06-20 15:18:50 -07:00
Saman Bemel-Benrud 7b46ccbb65 minor refinements. 2013-06-20 17:55:54 -04:00
Saman Bemel-Benrud d4582e03bf fix translation. 2013-06-20 17:52:50 -04:00
John Firebaugh d63f9c8381 Set precision to 0.
Mitigates a performance regression with D3 3.2.
2013-06-20 13:58:28 -07:00
John Firebaugh 9f8df295bd Update D3 to 3.2.1 2013-06-20 13:10:32 -07:00
John Firebaugh bba761d8ea size -> dimensions
D3 3.2 adds selection.size, where size means "number
of selected elements".
2013-06-20 13:05:20 -07:00
Saman Bemel-Benrud f1a98e432e Merge branch 'restyle-list' 2013-06-20 15:36:53 -04:00
Saman Bemel-Benrud ec7921ded8 fine tuned button appearance and transitions. 2013-06-20 15:10:16 -04:00
John Firebaugh b259187aaa Radio button for GPX layer 2013-06-20 11:55:58 -07:00
John Firebaugh f387cea021 Hook up radio inputs 2013-06-20 11:30:57 -07:00
Saman Bemel-Benrud 810f07d563 Adding relations icons. 2013-06-20 13:29:03 -04:00
Saman Bemel-Benrud 4c471ca255 restyling default list + toggle lists. 2013-06-20 13:06:12 -04:00
John Firebaugh 2bc39ffdab Remove a feature list event binding
Binding to map drawn is sufficient.
2013-06-19 17:25:24 -07:00