Commit Graph

258 Commits

Author SHA1 Message Date
John Firebaugh 85656a40cc 1.5.2 2014-07-15 16:50:41 -07:00
John Firebaugh 098a1ac5a7 1.5.1 2014-07-10 10:07:12 -07:00
Aaron Lidman 1c3fcad2f4 1.5.0 2014-07-08 18:32:42 -04:00
John Firebaugh 3e138bf16b 1.4.0 2014-05-29 16:09:54 -07:00
John Firebaugh 48dc768bbb Merge branch 'turn-restrictions' 2014-05-21 14:22:22 -07:00
John Firebaugh 4751c50a2e 1.3.10 2014-05-21 14:14:31 -07:00
John Firebaugh 90bc8dd70a Extract iD.geo.RawMercator 2014-05-18 16:02:46 -07:00
John Firebaugh daa1980aac 1.3.9 2014-04-09 15:02:35 -04:00
John Firebaugh c9d256c9c7 1.3.8 2014-03-28 11:56:18 -07:00
John Firebaugh 33242db40c 1.3.7 2014-02-25 16:01:56 -08:00
John Firebaugh 6c82b1beda 1.3.6 2014-02-05 10:07:52 -08:00
John Firebaugh 949280b736 1.3.5 2014-01-08 17:59:26 -08:00
John Firebaugh ab8a4ffd7b Update GitHub links 2014-01-08 16:14:28 -08:00
John Firebaugh 235b1e3ad7 1.3.4 2013-11-26 19:24:06 -08:00
John Firebaugh 6f4413f3a7 1.3.3 2013-11-22 16:47:58 -08:00
John Firebaugh 3856389a5c 1.3.2 2013-11-14 18:04:55 -08:00
John Firebaugh d9627139d9 1.3.1 2013-10-26 16:54:03 -07:00
John Firebaugh 1e78ee5c87 Stricter jshint 2013-10-24 16:08:48 -07:00
John Firebaugh 8323c948a7 jshint fixes 2013-10-24 15:33:52 -07:00
John Firebaugh f15d6a0e6f 1.3.0 2013-10-24 09:05:40 -07:00
John Firebaugh f9eaed7fb9 Add clipping back 2013-10-21 16:04:59 -07:00
John Firebaugh 22e453eae5 Use d3.geo.mercator.raw
This bypasses a number of features of D3's default projection
stream pipeline that are unnecessary:

* Antimeridian clipping
* Spherical rotation
* Resampling

This also disables viewport clipping of lines -- I'll add it
back in a separate step.
2013-10-21 16:04:59 -07:00
John Firebaugh 6f9a9c90b8 1.2.1 2013-09-30 17:17:06 -07:00
John Firebaugh ecfe8ce943 Adjust the timing of localStorage saves
If localStorage writes were free, we'd want to just save
on every history change. Second best is to debounce the
write.

Writing on mode change is problematic; it sometimes happens
when not desired and sometimes doesn't happen when desired.

Fixes #1857.
2013-09-30 14:45:02 -07:00
John Firebaugh 831f62fa0c 1.2.0 2013-09-26 10:18:31 -07:00
John Firebaugh 4728622d87 Don't auto-save intro tutorial edits
Fixes #1745
Fixes #1795
2013-09-25 15:32:56 -07:00
Tom MacWright 7f41d8d90f Catch localStorage quota exception. Fixes #1807 2013-09-13 17:26:48 -04:00
John Firebaugh e343fc51a7 1.1.6 2013-08-24 09:21:05 -07:00
John Firebaugh 5217f7a34f Fix walkthrough on Firefox (#1743) 2013-08-24 09:08:17 -07:00
John Firebaugh 7a740cb029 1.1.5 2013-08-23 14:32:46 -07:00
John Firebaugh f58120df37 Remove maximization
This is low utility now that iD is full-width when
embedded, and the key combination conflicts with "Move".

Fixes #1482
2013-08-21 17:56:54 -07:00
Tom Hughes a528267f18 Add support for an externally provided asset map
This allows an embedding site to provide a map from individual
asset names to the URLs to use, thus allowing them to be served
through (for example) the rails asset pipeline.
2013-08-18 14:59:32 +01:00
John Firebaugh f2821dd9f2 1.1.4 2013-08-17 12:52:58 -07:00
John Firebaugh 22cee50788 Fix default background opacity 2013-08-17 12:52:57 -07:00
John Firebaugh 307e5b893d Use localStorage.{get,set,remove}Item
Using property accessors seems to be buggy on FF.
2013-08-16 13:22:09 -07:00
John Firebaugh c834670e8a 1.1.3 2013-08-15 14:53:06 -07:00
John Firebaugh 90153d55ce 1.1.2 2013-08-12 13:16:07 -07:00
John Firebaugh f370b0082c 1.1.1 2013-08-09 14:48:29 -07:00
John Firebaugh b5aea1e8d2 1.1.0 2013-08-09 10:49:36 -07:00
John Firebaugh 19f72a4169 1.1.0rc1 2013-07-31 10:13:56 -07:00
John Firebaugh 11e2f1d1fe Merge geocoder into feature search UI 2013-07-25 19:24:07 -07:00
John Firebaugh e36de8b0b1 Fix reload on save (fixes #1642) 2013-07-22 14:02:13 -07:00
John Firebaugh 48bd8264f7 Disable toolbar during save (fixes #1563) 2013-07-22 12:12:00 -07:00
John Firebaugh 734d53e08b Refactor background in preparation for multiple overlays 2013-07-15 14:05:11 -07:00
John Firebaugh 8d3b6fd479 1.1.0beta1 2013-06-05 16:59:00 -07:00
John Firebaugh 47fbc31daf Cache browser detection 2013-06-04 18:38:33 -07:00
John Firebaugh 1d7e168763 Don't need a separate 'select' event 2013-06-03 16:49:01 -07:00
John Firebaugh c68635062c Fix sidebar UI behaviors
* Restore preset search autofocus (fixes #1566)
* Should show hover in draw modes, not preset list
2013-06-03 16:28:30 -07:00
John Firebaugh a84a3364cc selection -> selectedIDs
Overloading "selection" is a bad idea.
2013-06-03 15:48:03 -07:00
John Firebaugh 3a7c184e69 Move the save dialog to the sidebar 2013-05-29 17:47:33 -07:00