Commit Graph

131 Commits

Author SHA1 Message Date
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
Ansis Brammanis 92ceae911c Fix click suppression in d3 zoom behavior
This should be included in the next version of d3
2013-03-28 13:18:58 -04:00
Ansis Brammanis 0435c4793c better positioned walkthrough tooltips 2013-03-28 11:58:56 -04:00
Ansis Brammanis d9e4acfcc9 Add "Start mapping" button to walkthrough 2013-03-27 18:22:05 -04:00
Ansis Brammanis e4be5cddd9 walkthrough tweaks 2013-03-27 17:35:05 -04:00
Ansis Brammanis f3638d5974 only highlighted window is clickable
during the walkthrough
2013-03-27 17:16:53 -04:00
Saman Bemel-Benrud 4fc03b5c7c style adjustments to walkthrough. 2013-03-27 15:55:05 -04:00
Ansis Brammanis b8f17f1ee7 Add classes to walkthrough tooltips 2013-03-27 15:44:45 -04:00
Tom MacWright b59f28424c Translatable documentation, Fixes #1108
* Adds Marked
* Fixes a global leak in toGeoJSON
* Removes marked from package.json
* Adds documentation to core.yaml
* Removes stray console.log from tests
2013-03-27 14:34:34 -04:00
John Firebaugh 18aa33ba97 Missed a const in d0667e 2013-03-27 10:50:07 -07:00
John Firebaugh d0667e2bf2 const -> var
`const` is a syntax error on IE. We need to be able to
at least show the "not supported" message.

https://app.getsentry.com/id/id/group/4023045/
2013-03-26 12:31:47 -07:00
Ansis Brammanis 79a4a3b92c prefer english localization to default 2013-03-26 14:56:55 -04:00
Ansis Brammanis d6df439360 Merge remote-tracking branch 'systemed/master' into intro
Conflicts:
	build.js
	data/locales.js
2013-03-26 13:17:35 -04:00
Ansis Brammanis 6f784c36c7 enter walkthrough from splash 2013-03-26 12:53:21 -04:00
Ansis Brammanis 258adb6967 better intro tooltip positioning 2013-03-25 17:29:36 -04:00
Ansis Brammanis 81a39d90d2 intro now works in firefox 2013-03-25 16:05:21 -04:00
John Firebaugh afe5aa788c d3.combobox should be called on input element 2013-03-25 12:11:39 -07:00
John Firebaugh 8bbd828324 Simplify 2013-03-25 12:11:39 -07:00
John Firebaugh a3d2411967 Reuse input variable 2013-03-25 12:11:39 -07:00
Ansis Brammanis 7b07aa3ad9 some intro cleanup 2013-03-25 13:55:57 -04:00
Ansis Brammanis 73bf7b108a intro tutorial work in progress 2013-03-25 13:22:37 -04:00
John Firebaugh 235cb52d26 Bing API supports JSONP 2013-03-21 11:39:33 -07:00
Tom MacWright c94ec3b4a9 Local GPX file support, first push towards multilayer support. 2013-03-19 18:41:16 -04:00
John Firebaugh 2fc4f041d7 Make preset search terms localizable (fixes #1043) 2013-03-18 16:08:30 -07:00
Saman Bemel-Benrud 9321a860ce adding controls for 'number' input type. 2013-03-13 15:32:20 -04:00
Ansis Brammanis d7645d7f21 fix locale.js 2013-03-12 15:45:39 -04:00
John Firebaugh a5885ce3c2 Localize preset form labels 2013-03-12 11:19:45 -07:00
Ansis Brammanis 057051f906 fix mousedown on combobox caret 2013-03-11 16:59:18 -04:00
Ansis Brammanis f74dc5f229 clicking on combobox caret behaves the same as input 2013-03-11 16:35:45 -04:00
Ansis Brammanis 00464b44b2 combobox mousedown now toggles options
fixes #958
2013-03-11 12:07:14 -04:00
Ansis Brammanis 512fe877b7 fix combobox position on scroll
fixes #948
2013-03-10 15:53:35 -04:00
Ansis Brammanis cef5726813 update index, style tweaks 2013-03-10 01:45:14 -05:00
Ansis Brammanis 609e8b9119 refactor preset inputs 2013-03-09 18:30:54 -05: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 cc68cb079f Merge branch 'package'
Conflicts:
	index.html
2013-03-08 13:16:51 -08: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
John Firebaugh f4b2de03e5 Switch to packaged index.html by default
Unpackaged is available in index_dev.html.
2013-03-06 16:17:28 -08:00
Tom MacWright d8e7936d8a Fix CORS error catching on save. Fixes #788. Fixes #451 2013-03-05 14:44:27 -05:00
John Firebaugh d9630a8820 Only do the delete hack if it's the first key press
This avoids unexpectedly deleting when you spam backspace
to clear a failed search query.
2013-03-05 10:10:28 -08:00
John Firebaugh 60a290282c Clip lines with Cohen-Sutherland algorithm
This yields a 10x paint performance increase at
#map=18.88/38.85208/-76.72632, as measured with
Chrome Canary's "Continuous Page Repainting" mode.

Fixes #885.
2013-03-03 18:25:42 -08:00
Ansis Brammanis ac5ac1ebd7 Add check ui element 2013-03-01 21:47:51 -05:00
John Firebaugh 571edc707d d3.tail -> iD.ui.Tail 2013-02-27 17:55:23 -08:00
John Firebaugh 95b23b0760 Add another div to the tail (#829) 2013-02-27 17:52:06 -08:00
Tom MacWright 6d01e3e30e Update d3, use custom d3 with stripped layout and dsv modules 2013-02-27 17:24:43 -05:00
Ansis Brammanis ce0122921b merge d3.geo.tile changes from upstream 2013-02-27 15:44:35 -05:00
Ansis Brammanis 358b31389c Fix tail flipping 2013-02-27 14:47:54 -05:00
Ansis Brammanis c97ba3905d Only show tail after mousemove 2013-02-27 13:12:11 -05:00
Ansis Brammanis 9efa81b100 add row select input 2013-02-26 20:02:30 -05:00