Commit Graph

5135 Commits

Author SHA1 Message Date
Adam Solove d768c14170 Sort relation suggestions most recent first. 2013-12-10 20:45:41 -05:00
Adam Solove d5d4def18e Fix for Safari selection bug in combo box. 2013-12-10 19:16:47 -05:00
John Firebaugh 3f67b1e513 Adjust fix for #2040 2013-12-10 10:17:25 -05:00
Adam Solove 4294ed4561 Fix midpoint missing after undoing split. (#2040) 2013-12-09 20:49:54 -05:00
John Firebaugh 3205ecafea Don't remove addr:housenumber when changing address preset (fixes #2047) 2013-12-07 08:52:09 -08:00
John Firebaugh 18a8713fc1 Merge pull request #2046 from MateoV/ski-presets
Aerialway & piste presets
2013-12-05 13:52:20 -08:00
MateoV c7ebf2d754 aerialway & piste presets 2013-12-05 16:35:29 -05:00
tyr 0c5eb13d55 fix typo in tourism/information preset
was referencing the field "infomation" instead of "info__r__mation"

fixes #2044
fixes #2034
2013-12-04 09:00:21 -08:00
Aaron Lidman e6f741836b Fix commit warning tooltip string 2013-12-04 10:42:00 -05:00
John Firebaugh 16c9564343 Fix odd resize behavior of feature list 2013-11-27 11:06:27 -08:00
John Firebaugh 235b1e3ad7 1.3.4 2013-11-26 19:24:06 -08:00
John Firebaugh 656301237a Update translations 2013-11-26 19:23:48 -08:00
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