Commit Graph

148 Commits

Author SHA1 Message Date
Ansis Brammanis
a0072bfa18 Add map.extent and use in geocoder 2013-01-14 15:36:52 -05:00
Tom MacWright
72afc6dcb9 Namespace UI components 2013-01-14 14:00:51 -05:00
Ansis Brammanis
7c7121d1ea Flash message for no geocoder results 2013-01-12 18:09:01 -05:00
Ansis Brammanis
700520c6f6 Use less pointer-events (for Opera's sake) 2013-01-10 16:08:58 -05:00
Ansis Brammanis
ce9a3af01c move save button to separate file 2013-01-10 15:14:37 -05:00
Ansis Brammanis
5cfbff3a61 remove wiki.js 2013-01-10 13:35:58 -05:00
Ansis Brammanis
d1b3d0ce6d add key reference 2013-01-10 12:47:38 -05:00
Tom MacWright
2ac84eef21 Add flash 2013-01-09 13:13:45 -05:00
Tom MacWright
27a02ed5f5 View on osm in new page 2013-01-09 13:07:23 -05:00
Tom MacWright
31d6966296 Do not redefine mod in inspector, fixes jshint 2013-01-09 11:40:17 -05:00
Tom MacWright
44eeeeebaa Quick flash of no-docs for non-documented tag pairs. Fixes #340 2013-01-09 11:38:45 -05:00
Tom MacWright
3b5f6dd8bd Support images from the wiki, adds d3.jsonp extension. 2013-01-09 11:31:53 -05:00
Tom MacWright
dd26286b2f Links to the wiki should not redirect the page 2013-01-08 16:59:04 -05:00
Ansis Brammanis
97bc2429dc Update background source for history 2013-01-08 16:26:28 -05:00
Tom MacWright
2f8454e50e Add close button to modal 2013-01-08 15:33:22 -05:00
Ansis Brammanis
7d19dca582 Merge branch 'master' of github.com:systemed/iD into update-attribution 2013-01-08 12:23:08 -05:00
Ansis Brammanis
1e12062f16 Update attribution when background layer changes 2013-01-08 12:21:38 -05:00
Tom MacWright
85c8bdf0ff Refactor geolocate control 2013-01-08 12:14:05 -05:00
Tom MacWright
c4e88ad8e9 Add more explanatory helptext 2013-01-08 11:56:40 -05:00
Tom MacWright
32dad42ec4 Refactor contributor listing into ui component, hide it when none are
around.
2013-01-08 11:38:59 -05:00
Tom MacWright
8f6fcc0a4d Filter taginfo suggestions to make them more accurate. Fixes #327 2013-01-08 11:06:24 -05:00
Tom MacWright
ed032be98f Detect, pass, and display errors. Fixes #124 2013-01-07 17:51:50 -05:00
Tom MacWright
e357033ed8 Parse and display user image if available. Fixes #174 and #329 2013-01-07 17:30:07 -05:00
John Firebaugh
57122c8968 Don't focus an existing key, only a blank one 2013-01-07 10:03:41 -08:00
Tom MacWright
12beb14d07 Work on #250
Implement inspector without a collapsed mode and with semi-intelligent
detection of whether features will conflict with the position of the
inspector. Also adds a `centerEase` fn to the map object.
2013-01-07 11:51:04 -05:00
Saman Bemel-Benrud
043ff0ccc6 Merge branch 'master' of github.com:systemed/iD 2013-01-04 19:28:27 -05:00
Tom MacWright
fdc64c232a Implement layer offset nudging. Fixes #292 2013-01-04 17:35:26 -05:00
Tom MacWright
50743b4344 Summarize unnamed and consecutive objects. Fixes #317 2013-01-04 15:11:48 -05:00
Tom MacWright
6475b1993b Add MapBox Satellite layer. Fixes #318 2013-01-04 13:40:22 -05:00
John Firebaugh
4a7bd26be8 Add 'Add Tag' button (#314), needs style
Fixes #281.
2013-01-03 23:16:34 -08:00
Tom MacWright
0cb5fbe227 Add success page. Fixes #126 2013-01-03 19:26:45 -05:00
John Firebaugh
62efa1948e Add Entity#geometry, use in inspector
Fixes the icon for areas, but breaks it for vertices.
Needs a big-vertex sprite.
2013-01-02 21:59:55 -08:00
John Firebaugh
2a6145ef10 Move friendlyName to Entity 2013-01-02 21:43:35 -08:00
John Firebaugh
ec6c74ebcd Simplify inspector function nesting; cleanup 2013-01-02 21:35:09 -08:00
Tom MacWright
433e8cd8ee Re-add notice 2013-01-02 14:42:21 -05:00
Saman Bemel-Benrud
562f2b150c Merge branch 'master' of github.com:systemed/iD 2013-01-02 14:30:36 -05:00
Saman Bemel-Benrud
c2a9b18740 minor tweak to modal style + committing source graphic changes. 2013-01-02 14:30:20 -05:00
Tom MacWright
912e612206 Use proper geocoding endpoint. Fixes #315 2013-01-02 14:22:03 -05:00
Tom MacWright
aca0098ea0 Use 2d transforms and fix jshint problems 2013-01-02 13:01:18 -05:00
John Firebaugh
3ffa8066c5 Taginfo typeahead on keys as well as values 2013-01-01 18:43:22 -08:00
John Firebaugh
1956c2f55d Read tags directly from value properties
Fixes #310
2013-01-01 14:38:21 -08:00
John Firebaugh
486f778c9c Don't need to copy here 2012-12-27 18:52:56 -08:00
Tom MacWright
49897680f7 Use a selection for remove. Fixes #305.
The story behind this one is that Chrome 24+ has a built-in .remove()
function on all elements which does the trick of fooling me into
thinking that this was a selection. It isn't, and this makes it one.
2012-12-27 17:46:28 -05:00
saman bb
e6cf1c8e8a fixed iframe & spinner asset path. 2012-12-21 19:12:10 -05:00
Saman Bemel-Benrud
780d79e2d5 better tag reference modal. 2012-12-20 19:28:48 -05:00
Saman Bemel-Benrud
26c513a9f3 basic styling for tag reference modal. 2012-12-20 19:05:03 -05:00
Saman Bemel-Benrud
e72c21f256 progress on modals. 2012-12-20 18:49:21 -05:00
Saman Bemel-Benrud
bb6406eaf8 tweaks to loader. 2012-12-20 11:02:54 -05:00
Saman Bemel-Benrud
8b41671590 loader gifs/ 2012-12-19 19:17:54 -05:00
Saman Bemel-Benrud
4dd33bbee5 minor style tweaks, plus fix for #286 2012-12-19 16:42:19 -05:00