Commit Graph

4629 Commits

Author SHA1 Message Date
Christian Schwarz 16a2449f0a Use https to access nominatim (fixes #2281) 2014-07-10 08:36:40 +02:00
John Firebaugh 32f70af694 Revert "use simple access field for some presets"
This reverts commit 7faaa54165.

Fixes #2280
2014-07-09 11:44:36 -07:00
Aaron Lidman 1c3fcad2f4 1.5.0 2014-07-08 18:32:42 -04:00
Aaron Lidman 8df8a5ece9 Update translations 2014-07-08 18:31:02 -04:00
Aaron Lidman c0c2bb06f4 Update imagery.json 2014-07-08 16:24:48 -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
Paul Norman 700e863b6c Use the more common tagging for a tailor
shop=tailor outnumbers craft=tailor by about 2:1, so should be preferred
2014-06-26 09:00:14 -07:00
Bryan Housel 40537f2a57 Add street lamp preset (fixes #2271) 2014-06-25 17:04:59 -04: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
John Firebaugh dd42edb4bf Drop postcode for Ireland addresses
Per https://github.com/openstreetmap/iD/commit/f2c5dc1d185a7641363a3c2c3ca607e86f051109#commitcomment-6790305
2014-06-25 10:21:58 -07:00
Bryan Housel e34e299fd0 add dLat/dLon <-> meters tests, narrower limits for distance tests. 2014-06-23 17:12:02 -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 f2c5dc1d18 Merge pull request #2255 from cschwarz/address-formats
Western europe address formats
2014-06-15 16:06:31 -07:00
Christian Schwarz c8e984d6d2 Merge branch 'master' of https://github.com/openstreetmap/iD into address-formats 2014-06-15 20:49:16 +02:00
John Firebaugh 11acf216c3 Don’t interpolate geometry type 2014-06-15 09:56:00 -07:00
John Firebaugh 8f3f9c39d3 Merge pull request #2252 from 1ec5/patch-1
Vietnamese address preset
2014-06-15 08:26:44 -07:00
Christian Schwarz 1ee2a653b3 Added many european address formats 2014-06-15 14:23:11 +02:00
Minh Nguyễn 25d11fe489 Corrected Vietnamese address preset
Nothing in Vietnam uses addr:suburb, and it seems to be intended to be subordinate to addr:district and addr:subdistrict, which means it definitely doesn’t map to thị xã. I also found some examples using addr:district for thị xã. So addr:district should be used for both quận and thị xã in a municipality.

The resulting placeholder text will be rather long, and Vietnamese mail tend to have each component on a separate line, so I also split subdistrict, district, and city onto separate lines.
2014-06-14 23:26:41 -07:00
Minh Nguyễn 37dc5df58c Added Vietnamese address format
Accounts for both rural and urban address formats.
2014-06-14 16:11:58 -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 a3c7b5956d Remove obsolete tests 2014-06-13 12:03:08 -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
John Firebaugh f2a9154bf2 Add Brazilian format based on #2124 2014-06-13 11:39:17 -07:00
John Firebaugh 8a0b67afcc Add more placeholders 2014-06-13 11:39:17 -07:00
John Firebaugh 257d3e07df number -> housenumber 2014-06-13 10:38:48 -07:00
John Firebaugh 199fd35173 Simplify CSS 2014-06-13 10:38:27 -07:00
Bryan Housel 38cb42e0bc Add tests for line z-indexing. 2014-06-11 22:30:36 -04:00