Commit Graph

3124 Commits

Author SHA1 Message Date
John Firebaugh
9822cb3651 Workaround for chrome crash bug (#2295) 2014-07-24 10:33:23 -07:00
Bryan Housel
b090035e64 Merge pull request #2296 from bhousel/master
Support option strings for combo fields
2014-07-22 14:08:50 -04:00
Bryan Housel
2b96064ed3 Continue support for options array of keys 2014-07-22 12:14:13 -04:00
Bryan Housel
804a523388 handle async loading of strings from taginfo 2014-07-21 19:03:13 -04:00
Bryan Housel
0d5d0b19fc Try to use strings when generating placeholder 2014-07-21 15:56:03 -04:00
Bryan Housel
a68cb30fd2 Support option strings for combo fields (#1259, #1709) 2014-07-21 14:37:42 -04:00
Bryan Housel
f8a99d03e2 If combobox is open, clicking on carat should close it 2014-07-21 14:32:10 -04:00
John Firebaugh
4994566f57 Fix nodeValue deprecation warnings 2014-07-20 16:05:08 -07:00
Bryan Housel
82c09ab454 Merge pull request #2292 from bhousel/directional-midpoints
Render triangular midpoints to show direction of any selected way #1448 #1085
2014-07-18 09:51:55 -04:00
Bryan Housel
afa1efd922 Adjust midpoint opacity for more visibility (#1448)
(esp. on sidewalks, footpaths, bridlepaths, etc)
2014-07-16 23:45:33 -04:00
Bryan Housel
bcbb68ddb7 case insensitive locale check 2014-07-16 10:27:42 -04:00
Bryan Housel
26f8849c3a render triangular midpoints to show direction of way #1085 2014-07-16 00:30:21 -04:00
John Firebaugh
85656a40cc 1.5.2 2014-07-15 16:50:41 -07:00
Christian Schwarz
be68027189 Fixed chrome selection bug (fixes #2151) 2014-07-15 14:43:08 +02:00
John Firebaugh
0a4192e591 Simplify 2014-07-13 09:22:19 -07:00
John Firebaugh
ed6416d4a3 Use correct translation keys 2014-07-13 09:16:14 -07:00
Bryan Housel
874a3e2ad6 disable Move and Rotate operations if area < 80% contained in the viewport
see #542.
Also included:
1. DRY up code for "% contained in" extent testing.
2. If action.disabled() returns a better reason, show that instead of the too_large one.
2014-07-11 17:11:50 -04:00
John Firebaugh
098a1ac5a7 1.5.1 2014-07-10 10:07:12 -07:00
John Firebaugh
963064713d Support placeholder for combo fields 2014-07-10 10:00:53 -07:00
Christian Schwarz
16a2449f0a Use https to access nominatim (fixes #2281) 2014-07-10 08:36:40 +02:00
Aaron Lidman
1c3fcad2f4 1.5.0 2014-07-08 18:32:42 -04:00
Bryan Housel
dcaea5594c Parse sexagesimal coordinates in search (closes #2106) 2014-07-02 12:38:39 -04:00
Bryan Housel
08d29e5a8c support desc attribute in gpx files (closes #2113) 2014-07-01 00:17:00 -04:00
Bryan Housel
52903c509d iD.behavior.Hash handles selected id parameter
(this is better than having `iD.modes.Select` mess with `location.hash`)
2014-06-30 00:33:19 -04:00
Bryan Housel
a9d58fdf74 reenter browse mode in editOff when zoom < 16 (#2263) 2014-06-27 17:55:13 -04:00
Bryan Housel
839b08aff7 Browse mode does not use '1' hotkey 2014-06-27 15:44:19 -04:00
Bryan Housel
7c607ed729 Merge branch 'master' of github.com:openstreetmap/iD 2014-06-26 16:50:54 -04:00
Bryan Housel
b289c4d345 Set vertex attributes on update selection not enter (re: 01ca07f) 2014-06-26 16:47:58 -04:00
John Firebaugh
eb55e36c3c Delete relations that become empty (#2270) 2014-06-26 10:21:03 -07:00
Bryan Housel
01ca07ff0c Compute vertex icons at all zooms (fixes #2249)
(before they got created without an icon if they enter() at zoom 16)
2014-06-25 16:40:50 -04:00
John Firebaugh
bf1e50df49 Merge pull request #2266 from bhousel/bhousel-scale
Add linear map scale to footer section
2014-06-25 12:23:53 -07:00
Bryan Housel
a5329a8493 missing comma.. 2014-06-25 15:16:21 -04:00
Bryan Housel
e579dab87f cleanup footer styles, append account links to footer link menu 2014-06-25 15:08:48 -04:00
Bryan Housel
2723c65506 refactor dLat/dLon <-> meters calcs and use slightly better WGS84 constants 2014-06-23 16:23:04 -04:00
Bryan Housel
47aa28dc98 man_made=pipeline doesn't imply oneway
thread: https://lists.openstreetmap.org/pipermail/tagging/2014-June/017944.html
2014-06-21 15:20:05 -04:00
Bryan Housel
71d44d561e remove unnecessary semicolons (jshint) 2014-06-20 18:04:49 -04:00
Bryan Housel
c316f87c6f Fix buggy padByMeters (PI/180 is needed here) 2014-06-20 18:01:53 -04:00
Bryan Housel
d342e01326 Map scale adjusts and displays user-friendly units. 2014-06-20 17:54:42 -04:00
Bryan Housel
114cb33e05 Added scale, hardcoded at 180px, displays meters 2014-06-19 17:11:30 -04:00
Bryan Housel
1313081c16 Merge pull request #2257 from bhousel/bhousel-midpoints
Always draw midpoint handles within viewport (like #1840)
2014-06-18 12:06:53 -04:00
Bryan Housel
2c69f7e823 Replace magic numbers in trimmedExtent with variables.. 2014-06-18 11:50:50 -04:00
Bryan Housel
c5ada5052a Add stubs for map scale.. 2014-06-18 11:36:16 -04:00
Bryan Housel
1a2b9c82f6 add tests, jshint cleanup 2014-06-16 11:49:07 -04:00
Bryan Housel
1c61b4b0f2 reset loc btw loop iterations (because hoisting) 2014-06-16 11:11:50 -04:00
John Firebaugh
11acf216c3 Don’t interpolate geometry type 2014-06-15 09:56:00 -07:00
Bryan Housel
b07cf7c1c1 Always draw midpoint handles within viewport (like #1840) 2014-06-14 01:33:20 -04:00
John Firebaugh
203381694b Merge branch 'refs/heads/bhousel-bhousel-layers' 2014-06-13 12:03:16 -07:00
John Firebaugh
5dc461495e Merge branch 'refs/heads/cschwarz-address-localization' 2014-06-13 11:56:19 -07:00
John Firebaugh
8089185cc4 jshint 2014-06-13 11:40:38 -07:00
John Firebaugh
4590feab63 Calculate address field widths 2014-06-13 11:39:17 -07:00