Commit Graph

3105 Commits

Author SHA1 Message Date
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
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
7f35ab6125 separate svg group for areas and their related strokes/fills
(for consistency)
2014-06-11 13:01:27 -04:00
Christian Schwarz
83e66b3705 Improved address preset 2014-06-10 21:08:50 +02:00
Christian Schwarz
cfa023a988 Removed pointInFeature 2014-06-10 18:25:39 +02:00
Bryan Housel
0c5f563a26 add test for iD.Entity.layer(), fix spelling of man_made. 2014-06-09 23:39:16 -04:00
Bryan Housel
97b189b397 Precreate fixed number of layergroups between -10, 10 2014-06-09 21:20:50 -04:00
Christian Schwarz
13c1711d68 Switched to Nominatim api for now 2014-06-09 20:22:56 +02:00
Bryan Housel
c5ba92d20f Merge branch 'master' into bhousel-layers 2014-06-06 16:13:48 -04:00
Bryan Housel
849363ff8c Group by layer to correctly depth sort lines.. 2014-06-06 16:10:37 -04:00
Christian Schwarz
b8ec19356f Updated country code endpoint 2014-06-05 21:32:14 +02:00
Christian Schwarz
49eae8e389 Switched to a custom country code service 2014-06-05 20:30:12 +02:00
John Firebaugh
8250a9753d Fix preset field buttons (fixes #2247) 2014-06-05 10:23:24 -07:00
Christian Schwarz
5a51a6c8c2 Added gb address format with housename field 2014-06-05 00:42:15 +02:00
Christian Schwarz
60f51d7c79 Test country code lookup with nominatim 2014-06-04 01:05:46 +02:00
Christian Schwarz
b3acd56bbb Added support for localization of address fields 2014-06-03 22:49:42 +02:00
Bryan Housel
cfd2b6a619 Group line parts so that they can be properly depth sorted. 2014-06-02 17:39:51 -04:00
Bryan Housel
4f70731dfb Only render oneway markers that actually appear in the viewport
(motorways and rivers used to fill the DOM tree with a lot of crap!)
2014-05-31 03:23:31 -04:00
Bryan Housel
5ee391dd52 Better layer sorting to fix z-depth issues.. 2014-05-30 15:20:36 -04:00