John Firebaugh
532612a261
Don't let mouseover trigger during fade out
2014-01-02 16:08:44 -08:00
tyr
a8184afff2
fix geocode result classifications
...
use nominatim's "class" property instead of "type" for result
classifications when "type" is "yes". Happens for "bridge"s,
"tunnel"s, etc.
2014-01-02 16:21:54 -05:00
Christian Schwarz
aa3563c4c1
Added selection support for ids and locations with return key
2013-12-13 11:08:25 +01:00
Christian Schwarz
8eeb47d1a6
Fixed mouseover if item is a location result
2013-12-13 11:05:58 +01:00
Christian Schwarz
5aede6f323
Added support for ids and locations as search input
...
e.g.:
n123
w456
r789
48.123 16.456
2013-12-12 21:02:46 +01:00
Adam Solove
2213b072dd
Clean up and test relation sorting code.
2013-12-10 22:39:37 -05:00
Adam Solove
d768c14170
Sort relation suggestions most recent first.
2013-12-10 20:45:41 -05:00
John Firebaugh
16c9564343
Fix odd resize behavior of feature list
2013-11-27 11:06:27 -08:00
Aaron Lidman
4be6d8b496
Fix tooltip on commit warnings
2013-11-26 15:20:02 -08:00
Aaron Lidman
2703ce5943
Attempting to add a tooltip to commit warnings
2013-11-26 15:20:02 -08:00
John Firebaugh
bf8801cf16
Fix zoom on search result clicks ( fixes #2023 )
2013-11-25 17:40:07 -08:00
Aaron Lidman
f6acacd4f0
Add zoom to search result, closes #2023
2013-11-25 17:12:11 -08:00
Vladimir Agafonkin
33e88ea657
fix whitespace
2013-11-22 00:35:34 +02:00
Vladimir Agafonkin
dab1fa8eaf
don't update hash/attrib immediately on move start
...
Makes panning snappier by avoiding non-critical operations at the very
start.
2013-11-22 00:32:29 +02:00
Aaron Lidman
bf0da89925
Improved warning visibility
...
for #1973
2013-11-19 12:04:30 -08:00
John Firebaugh
0bf0849eb3
Fix background pane tooltips
2013-11-05 15:52:20 -08:00
samanpwbb
25e2347b0a
layer pane now matches help pane
2013-11-05 17:57:04 -05:00
John Firebaugh
2e754c8d6b
Merge pull request #1950 from systemed/name-suggest
...
Autocomplete on name=*
2013-11-04 13:26:35 -08:00
Clint Adams
ae38c79ce1
Handle https wikipedia URLs
2013-11-02 15:35:16 -04:00
Aaron Lidman
43aeaae67e
Add SuggestNames util
2013-11-01 16:52:37 -07:00
Aaron Lidman
872cec6720
Limit suggestions to three 'closest' matches
2013-11-01 15:23:59 -07:00
Aaron Lidman
5a119f6eed
Add name autocomplete
2013-10-31 16:36:29 -07:00
John Firebaugh
492fc88aa4
Make the Graph#rebase argument an array
2013-10-31 16:24:31 -07:00
John Firebaugh
12769d2fc1
Calculate background source name ( fixes #1935 )
2013-10-29 16:13:40 -07:00
John Firebaugh
191f52d634
Use assumed values for access placeholders ( fixes #1924 )
2013-10-28 17:39:34 -07:00
John Firebaugh
68fae301e5
Reset invalid opacity values to default ( #1923 )
2013-10-26 17:33:41 -07:00
John Firebaugh
d9e6b1cc38
Fix background defaulting to 0% brightness ( fixes #1923 )
2013-10-26 16:49:43 -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
28aec51d20
Merge branch 'save-browse'
2013-10-23 13:37:57 -07:00
John Firebaugh
697faf0265
Use summary to calculate # in Save button
2013-10-23 13:36:58 -07:00
John Firebaugh
b8e88a7aaf
Convert relevantChanges to a method on Difference
2013-10-23 13:36:58 -07:00
Aaron Lidman
e8e9f7a4ff
Remove blue circle and icon adjustments
2013-10-23 11:42:33 -04:00
Aaron Lidman
df6a292a44
Add colored changeset icons
2013-10-22 11:48:21 -04:00
Aaron Lidman
dc98c6fc50
Add zoom to warning selection
2013-10-21 21:31:33 -04:00
Aaron Lidman
2dc46806a5
Styled the save button a little
2013-10-21 21:01:04 -04:00
Aaron Lidman
95e5852cbe
Fixed the warnings
2013-10-21 20:24:04 -04:00
Aaron Lidman
b4d8e777b5
Fix warnings
2013-10-21 19:46:05 -04:00
Aaron Lidman
22b4e5c6b5
Remove warning and changeset zoom icons and fixed warning problems
2013-10-21 19:38:58 -04:00
John Firebaugh
d2c8ea15fd
Legend for GPS overlay layer
2013-10-21 13:28:09 -07:00
Aaron Lidman
7b97a6116c
Actually fixed references to deleted items
2013-10-21 15:41:24 -04:00
John Firebaugh
a5311b5f6c
Show attribution for overlay layers ( fixes #1909 )
2013-10-21 12:31:48 -07:00
Aaron Lidman
7ead26928d
Fixed references to deleted items
2013-10-21 14:45:43 -04:00
Aaron Lidman
1eb4c6ce78
Added more distinction to changeset list items
2013-10-21 14:00:47 -04:00
Aaron Lidman
594baa18b3
Update save commit dialog to use a feature list
2013-10-18 17:11:52 -04:00
John Firebaugh
1f51098c95
Update selection list items on history changes
...
This is necessary for handling undos/redos during
multiselection. For example: change a feature's preset
or name, select the feature and some others, undo: the
selection list should update to display the former
preset type and former name.
While here, I removed the object indirection and bound
entities directly, and I removed hover effects (since
the features are selected, you can't see the hover).
2013-10-17 14:07:53 -04:00
Aaron Lidman
fe8042131d
Changed save commit summary to a feature list
2013-10-16 18:23:23 -04:00
Aaron Lidman
1ae060e35f
Excluding verticies where appropriate on save sidebar
2013-10-16 15:23:20 -04:00
Aaron Lidman
b74ba194f2
Added ability to zoom to changeset list items
2013-10-16 12:43:25 -04:00
Grant
0542a558d9
Add googleapis.com
...
Add googleapis.com to naughty list.
2013-10-16 11:49:53 +01:00