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
John Firebaugh
1b65034045
Clarify undo/redo tooltips ( fixes #1670 )
2013-08-13 15:23:25 -07:00
John Firebaugh
90153d55ce
1.1.2
2013-08-12 13:16:07 -07:00
John Firebaugh
010c8c7d7d
Reset fastMouse after changing dimensions
...
Fixes #1678
2013-08-12 13:09:53 -07:00
John Firebaugh
6dc3aa269d
Include low-frequency tag values if they have a wiki entry
2013-08-10 10:56:44 -07:00
John Firebaugh
800b6b5462
Set combobox data on update selection
...
A new combobox object is created on every render, while
previously the data was set only on the enter selection,
leaving it empty in most cases.
Fixes #1679
Fixes #1680
2013-08-10 10:51:53 -07:00
John Firebaugh
f370b0082c
1.1.1
2013-08-09 14:48:29 -07:00
John Firebaugh
ef03a45d48
Don't update entity editor when it's hidden
2013-08-09 14:42:16 -07:00
John Firebaugh
a231963510
Tail should appear only first time
2013-08-09 14:42:16 -07:00
John Firebaugh
70a36bee60
Work around browser incompatibilities
2013-08-09 12:16:38 -07:00
John Firebaugh
b5aea1e8d2
1.1.0
2013-08-09 10:49:36 -07:00
John Firebaugh
18829ee482
Fix radial menu tooltip positioning
2013-08-07 11:44:09 -07:00