Commit Graph

4006 Commits

Author SHA1 Message Date
Tom MacWright 27e3590add Merge pull request #1826 from paulmach/straighten
Add straighten operation and action
2013-09-20 14:04:23 -07:00
Paul Mach b8efb00cfc Add straighten way operation and action 2013-09-20 12:14:16 -07:00
Tom MacWright 3a57e26b5d Merge pull request #1822 from iandees/new-presets-1
Add a couple presets
2013-09-18 09:58:45 -07:00
Ian Dees 0f4df4ee6a Add a couple presets. 2013-09-18 11:38:32 -05:00
Tom MacWright ef124e5674 Merge pull request #1821 from pnorman/fuel_1816
Add types of fuel as alternate terms for amenity=fuel
2013-09-18 08:12:06 -07:00
Paul Norman 353ab5a214 Add types of fuel as alternate terms for amenity=fuel 2013-09-18 01:51:59 -07:00
Tom MacWright 8eaf5afafb Add boat rental. Fixes #1617 2013-09-17 16:05:15 -04:00
Tom MacWright 03550ff6ff Brighter color for GPX paths. Fixes #1626 2013-09-17 15:53:28 -04:00
Tom MacWright e77e899e08 Merge pull request #1783 from g-k/save-commit-message
Save commit message on keyup
2013-09-17 11:14:37 -07:00
Tom MacWright c86a0763a2 Merge pull request #1794 from pnorman/ksj_discard
KSJ discard addition
2013-09-17 11:12:16 -07:00
Tom MacWright da4cc3dd38 Merge branch 'hlaw-unicodefix' 2013-09-17 10:46:55 -04:00
Tom MacWright 7ff9bf4a8f Cleanup style and null check 2013-09-17 10:46:49 -04:00
Tom MacWright 00348922d7 Merge pull request #1818 from tyrasd/preset-natural-scree-fell
add presets for natural=scree and natural=fell
2013-09-17 07:27:06 -07:00
tyr 832d96ee65 add presets for natural=scree and natural=fell 2013-09-17 12:19:36 +02:00
John Firebaugh 526ee1fc17 Merge pull request #1815 from pnorman/reddit_synonyms
Add terms for fish and chips and petrol
2013-09-16 01:49:03 -07:00
Paul Norman 0c41c06794 Add terms for fish and chips and petrol 2013-09-15 21:05:49 -07:00
Tom MacWright 56ab10ed3e Merge pull request #1790 from pnorman/gpx_help
Expand help text on GPX, providing a link to upload GPX files
2013-09-13 18:59:21 -07:00
Tom MacWright 796954ed19 Merge pull request #1809 from pnorman/en_dialects
Convert some remaining en-GB to en-US
2013-09-13 18:56:21 -07:00
Paul Norman 8180487c07 Convert some remaining en-GB to en-US
Also added alternete dialects to preset search terms

en-US and en-GB are close enough that there's value in having en-GB terms
in the en-US terms list.
2013-09-13 18:43:13 -07:00
Tom MacWright cbb1d5b728 Merge pull request #1798 from tyrasd/preset-amenity-vending_machine
add preset for amenity=vending_machine
2013-09-13 14:42:44 -07:00
Tom MacWright 422e2af32e Merge pull request #1785 from tyrasd/hiking-route-preset
add preset for route=hiking relations
2013-09-13 14:41:32 -07:00
Tom MacWright da866d6c42 Update string to match UI. Fixes #1803 2013-09-13 17:30:07 -04:00
Tom MacWright 7f41d8d90f Catch localStorage quota exception. Fixes #1807 2013-09-13 17:26:48 -04:00
Paul Norman 4cd7964687 Add KSJ2 tags to discard list
See http://lists.openstreetmap.org/pipermail/imports/2013-September/002133.html
2013-09-13 09:47:42 -07:00
Paul Norman 3ffa0ee10b Re-order discarded.json for readability
Also splits the import-related into groups by import
2013-09-13 09:32:52 -07:00
Greg Guthe 876547b1ea Fix saving comments 2013-09-09 19:22:50 -04:00
KathleenLD e375b0c664 Add railway=halt preset (fixes #1774) 2013-09-09 14:50:38 +01:00
KathleenLD 01a4ddd602 Fixed typo 2013-09-09 14:42:36 +01:00
tyr 391a32f0f4 add preset for amenity=vending_machine 2013-09-09 10:50:15 +02:00
Saman Bemel-Benrud 652c33483f Update README.md 2013-09-07 16:34:12 +01:00
Paul Norman 5a9010ae0a Expand help text on GPX, providing a link to upload GPX files
We know the user is logged in, so we're safe directing right to the upload page.
2013-09-06 23:00:54 -07:00
hhclaw.eb@gmail.com ab6c6411bd Unicode fix for label 2013-09-06 20:15:01 +08:00
hhclaw.eb@gmail.com 2c163ae2c2 Amend width calculation for wide characters 2013-09-06 20:00:08 +08:00
tyr ca8f650b53 add preset for route=hiking relations 2013-09-06 10:39:24 +02:00
Greg Guthe 2d5ec0d77f Remove commit message save on click
Clicking the save button will blur the commit message textarea and
trigger a save.
2013-09-05 21:03:30 -04:00
Greg Guthe b27ed806a9 Save commit message on blur 2013-09-05 21:00:11 -04:00
Greg Guthe ba9745a6eb Save commit message on keyup
Refs: #1775
2013-09-05 00:35:38 -04:00
KathleenLD 36eb0ecd94 Updated documentation guidelines 2013-09-02 07:48:34 -07:00
KathleenLD 13a4969a93 Added link to presets documentation 2013-09-02 07:48:34 -07:00
KathleenLD 432aa1d528 Add clarification around preset icons 2013-09-02 07:48:34 -07:00
John Firebaugh e11ab9699d Avoid consecutive identical nodes when adding a midpoint
Previously, adding a midpoint to an invalidly doubled-back
segment (aba) resulted in a self-intersection with an invalid
consecutive node (accba). Now a self-intersection is still
produced, but with only one c node (acba).

Refs #1296
2013-09-01 12:57:10 -07:00
John Firebaugh 3b16886574 Fix tests: pin happen to 0.1.2 2013-08-30 21:01:18 -07:00
KathleenLD 8b17928e83 Create arts_centre preset 2013-08-30 20:52:22 -07:00
John Firebaugh 156aa90e27 Add more turn logic 2013-08-30 19:27:21 -07:00
John Firebaugh 405a49506b Building logic for turn restrictions 2013-08-30 14:23:05 -07:00
John Firebaugh a32ce33238 Add Way#affix 2013-08-30 13:59:29 -07:00
John Firebaugh e911166b48 Refine cycleway preset (#1003) 2013-08-29 17:06:27 -07:00
John Firebaugh 1a166ec9b7 Suppress menu in more places 2013-08-29 14:38:42 -07:00
John Firebaugh 2197fbc25b Stop nudge when exiting move mode (fixes #1766) 2013-08-29 14:34:13 -07:00
Dmitri Goldring 74744319cc Use dictionary instead of array to prevent split changes
Changesets for a new area can be out of order, this patch
fixes an issue where they could show up in the commit confirm
as 'point, area, point(s)' instead of 'points, area'.

Fixes #1722
2013-08-29 13:11:57 -07:00