John Firebaugh
b392a84ab9
Drop TIGER 2012 layer ( #2010 )
2013-11-26 19:10:52 -08:00
John Firebaugh
76890505d5
Update imagery
2013-11-26 19:09:00 -08:00
Aaron Lidman
d6a03657aa
Fix warning tooltip position
...
By default the tooltip looks like it belongs to the list item above it.
2013-11-26 15:20:02 -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
MateoV
56d9ac56d2
add pressets and category for golf features, closes #2013
2013-11-26 14:42:19 -08:00
MateoV
716945dd5c
add 'links' to golf_course terms
2013-11-26 14:40:51 -08:00
John Firebaugh
49c8acdbde
Refine Information preset ( fixes #2016 )
2013-11-26 13:43:40 -08:00
John Firebaugh
db065b6d77
Refine Bike Parking preset ( fixes #2017 )
2013-11-26 13:40:13 -08:00
Vladimir Agafonkin
d2df161575
Fix trembling on zoom in
...
As you zoom in, the rounding error in translate was multiplied by scale
because it was applied post-translate (which was rounded). This seems
to fix the issue.
2013-11-26 12:51:23 -08:00
John Firebaugh
9e4b29f68a
Build presets
2013-11-26 12:40:50 -08:00
John Firebaugh
e6af18800f
Merge remote-tracking branch 'origin/quick-add'
2013-11-26 12:40:07 -08:00
John Firebaugh
fb88b046cc
Restore leading event for move throttling
...
Hash updates turn out to be very timing sensitive.
While it's OK for drag gestures to be throttled with
a trailing edge, manual moves such as zooming to a
particular feature should always trigger a leading
edge update.
To recoup the performance, we could refactor the map
events to the standard movestart, move, and moveend,
and update the hash only on moveend.
Fixes #2023
2013-11-26 11:26:30 -08:00
Vladimir Agafonkin
da3bf77c35
fix pan/zoom lags in Chrome before/after move
...
Previously, the surface switched between HW-accelerated and
non-accelerated state due to resetting transform property to ‘’ (while
translate3d triggers HW), which caused lags in Chrone
2013-11-26 11:21:09 -08:00
John Firebaugh
5aa1a2a45f
Merge pull request #2027 from mourner/master
...
Don't throttle update on hash change, fixes #2023
2013-11-26 10:29:25 -08:00
Vladimir Agafonkin
06438489fb
don't throttle update on hash change, fixes #2023
2013-11-26 20:15:14 +02:00
Aaron Lidman
efd49c8f5b
Simplify tag assignment
...
which reordered the tags as well :/
2013-11-26 09:57:46 -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
John Firebaugh
636692cf96
Don't console.error missing translations ( fixes #2020 )
2013-11-25 17:05:02 -08:00
Aaron Lidman
dcb901e1c2
Added countThreshold to limit presets
...
Didn’t realize the presets would be so large, here’s a way of
throttling them based on the count property if we need to.
2013-11-25 16:39:39 -08:00
Aaron Lidman
453d892e05
Resolved duplicate names, add the all the suggestion presets
...
- New recycling preset is also in there
2013-11-25 15:56:50 -08:00
Aaron Lidman
3a3e601c33
Tags are now their own property
2013-11-25 14:50:59 -08:00
Aaron Lidman
3bbc5af92e
Simplify suggestion preset building
2013-11-22 17:40:14 -08:00
John Firebaugh
6f4413f3a7
1.3.3
2013-11-22 16:47:58 -08:00
John Firebaugh
1b8efe8d93
Update translations
2013-11-22 16:44:09 -08:00
Aaron Lidman
db5ad5223a
Put searchable and suggestions back in
...
Tests were not happy and I’m not going to dive into it right now.
Benchmarked it and it’s pretty quick, no big deal.
2013-11-22 12:58:49 -08:00
Aaron Lidman
da7834ab7e
Split suggestion presets into their own search results
...
Allows for refinement of just the suggestions without impacting all the
presets. Also moved searchable.
2013-11-22 12:33:29 -08:00
John Firebaugh
cdd9f8ba5f
Fix SVG parse errors in specs ( fixes #2012 )
2013-11-22 11:16:08 -08:00
John Firebaugh
4b3db596d7
Remove unnecessary no-op pans
2013-11-22 10:52:58 -08:00
tyr
a3d44789f6
rudimental support for providing gpx-files via urls
...
see #1965 (esp: https://github.com/systemed/iD/issues/1965#issuecomment-29045054 )
2013-11-22 13:32:08 +01:00
Aaron Lidman
01b31896c4
Fixed dumb break
2013-11-21 18:37:54 -08:00
Aaron Lidman
ea7c9f2224
Prevent name descriptions from matching in preset search
2013-11-21 18:36:39 -08:00
John Firebaugh
79b5adf106
Update osm-auth ( fixes #1904 )
2013-11-21 17:32:38 -08:00
Aaron Lidman
68626e0cee
Add phone term to telephone preset
2013-11-21 16:46:47 -08:00
Aaron Lidman
c0bc25bfcd
Copy presets from parent presets to quick add presets
2013-11-21 16:31:41 -08:00
Aaron Lidman
6b8add7fe7
Add recyling preset and related fields
2013-11-21 16:13:48 -08:00
John Firebaugh
c1d9799214
Merge pull request #2009 from mourner/master
...
Fix build and tests, add missing methods to lodash build
2013-11-21 15:26:04 -08:00
Vladimir Agafonkin
831f4964aa
fix build and tests, add missing methods to lodash build
2013-11-22 01:19:09 +02:00
John Firebaugh
15590525d3
Fix build
2013-11-21 14:51:52 -08:00
John Firebaugh
0b502e62df
Merge pull request #2008 from mourner/master
...
Update Lo-Dash to 2.3.0 custom build and improve panning performance
2013-11-21 14:40:22 -08:00
John Firebaugh
4831f84480
Placate jshint
2013-11-21 14:39:00 -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
Vladimir Agafonkin
c133ed28d2
update Lo-Dash from 1.0 to 2.3 custom build, close #2006
2013-11-22 00:32:29 +02:00
John Firebaugh
8ec53185df
Build iD.Way.areaKeys from presets
...
This eliminates the possibility that a feature will
flip from area to line when you apply a preset.
Fixes #1996
2013-11-21 13:53:06 -08:00
John Firebaugh
bc91c430a8
Add basic public_transport presets
2013-11-21 13:42:50 -08:00
Aaron Lidman
d034370cdb
Add translatable value category to suggestion preset names
2013-11-21 13:36:13 -08:00
John Firebaugh
6c1dfa07f2
Add military presets
2013-11-21 13:36:00 -08:00
John Firebaugh
9e6eacb698
Add embankment presets
2013-11-21 13:35:45 -08:00