Commit Graph

2739 Commits

Author SHA1 Message Date
John Firebaugh
8a215cac81 Add "Continue" operation 2013-08-28 09:30:28 -07:00
John Firebaugh
57cfe50ec7 Support {-y} notation 2013-08-27 17:28:28 -07:00
John Firebaugh
7c2698f0e2 Clean up 2013-08-27 17:09:36 -07:00
John Firebaugh
163c85bacb Delete relations that become empty
Fixes #465
Fixes #1454
2013-08-27 12:27:11 -07:00
John Firebaugh
e30531277d Support polygon imagery bounds
Fixes #768
2013-08-27 11:25:11 -07:00
John Firebaugh
4e8cb0b97f Pull imagery from editor-imagery-index 2013-08-27 11:07:46 -07:00
John Firebaugh
20cf935c46 Optimize iD.svg.Labels 2013-08-26 16:33:03 -07:00
John Firebaugh
f3c6f3eca4 Optimize use of iD.svg.Points.points 2013-08-26 15:54:58 -07:00
John Firebaugh
30f68c4ef9 Insert areas in sorted order
Fixes #1693
2013-08-26 15:27:57 -07:00
John Firebaugh
0a23c395ed Cache GeoJSON transient 2013-08-26 15:20:32 -07:00
John Firebaugh
7215e91ff2 Ensure asGeoJSON returns winding orders expected by D3 2013-08-26 14:39:08 -07:00
John Firebaugh
539a8520b4 Use d3.geo.area 2013-08-26 14:38:09 -07:00
tyr
afc28fc3dc walkthrough: handle wrongly selected road type
Currently, when one selects a road type other than residential, the walkthrough gets stuck. This adds an additional step for this case and tells the user to redo the preset selection.
2013-08-24 22:42:04 +02:00
John Firebaugh
2e5b0de6d6 Merge pull request #1744 from tyrasd/patch-walkthrough-lines-tooltip
Fixes some walkthrough glitches
2013-08-24 10:46:16 -07:00
tyr
8c2fb92dad add missing context parameter to call of intro.pad() in method retry() for incomplete way drawings 2013-08-24 18:51:21 +02:00
tyr
7a1a97975e walkthrough: increase timeout for revealing road subgrid
200ms seems to be too low, because the fade-in transition seems to take 250ms and an the unfinished animation can cause troubles.
this fixes #1742
2013-08-24 18:29:38 +02:00
John Firebaugh
e343fc51a7 1.1.6 2013-08-24 09:21:05 -07:00
John Firebaugh
0bec35fd8c Adjust for small screen 2013-08-24 09:11:29 -07:00
John Firebaugh
5217f7a34f Fix walkthrough on Firefox (#1743) 2013-08-24 09:08:17 -07:00
tyr
00310b3bb4 walkthrough: use correct css class for intro message of the "lines" chapter 2013-08-24 18:00:26 +02:00
tyr
9a4894a328 Fix walkthrough 2013-08-24 15:23:19 +02:00
John Firebaugh
2c93e053ae Fewer borders for localized names
Reduces visual clutter and fixes #1695
2013-08-23 16:51:27 -07:00
John Firebaugh
7a740cb029 1.1.5 2013-08-23 14:32:46 -07:00
mr.Shu
f702d0c30a Fix preset list header text after deleting search value
Fixes #1725
2013-08-23 14:32:30 -07:00
John Firebaugh
77985d65f8 Exclude Locator Overlay from imagery_used 2013-08-23 12:51:58 -07:00
John Firebaugh
e3b712e06b Reduce prominence of share links, add G+ 2013-08-22 15:39:32 -07:00
John Firebaugh
6cdd928ea3 Default wildcard tags to "yes"
Fixes #1715
2013-08-22 14:30:27 -07:00
John Firebaugh
b5bd015cc2 Add help topic on relations
Fixes #1708
2013-08-22 13:32:19 -07:00
John Firebaugh
d9142271ac Add default "Locator Overlay" layer
A layer that is by default visible at <z16 and can
orient you with major roads, cities, borders, etc.

Fixes #1301
2013-08-22 12:53:57 -07:00
John Firebaugh
0180367399 Refactor BackgroundSource 2013-08-22 12:53:57 -07:00
John Firebaugh
7b2eaa2fd8 Remove unused 2013-08-22 11:00:14 -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
John Firebaugh
b52eb9ce72 Change delete shortcut to ⌘⌫/Ctrl-Backspace
Refs #1698
2013-08-21 15:50:55 -07:00
John Firebaugh
93c1e7ad80 Fix close button event binding in save dialog
Fixes #1713
2013-08-21 15:47:00 -07:00
John Firebaugh
ccf2491bdd Fix error when deleting a triangle vertex
Fixes #1712
2013-08-21 15:25:51 -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
086cfc934f Fix adding multilingual name (fixes #1694) 2013-08-16 14:32:06 -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
331174029b Don't actually use a form element for the preset form
Form elements have default behavior that we don't want,
such as auto-clicking the first button when pressing return
in a text field.

Fixes #1681
2013-08-15 12:44:24 -07:00
John Firebaugh
548760529c Remove area=yes when choosing an area preset (fixes #1684) 2013-08-15 12:08:46 -07:00
John Firebaugh
1386f4beb7 Fix tests 2013-08-14 16:55:54 -07:00
John Firebaugh
34fdc8de42 Save history more frequently (#1345) 2013-08-14 16:50:10 -07:00
John Firebaugh
2efafa087b Deduplicate entities in serialized history
Fixes #1403
2013-08-14 16:49:53 -07:00
John Firebaugh
605e44952e Prevent loss of focus when clicking on combobox menu
Fixes #963
2013-08-13 17:34:10 -07:00
John Firebaugh
0844223492 Null-check document.activeElement 2013-08-13 16:54:30 -07:00
John Firebaugh
bfd89e2d14 Fix enter key on feature list 2013-08-13 16:52:25 -07:00
John Firebaugh
9b84a0874b After editing, give a sense when map is updated
Fixes #1660
2013-08-13 15:49:03 -07:00