Commit Graph

278 Commits

Author SHA1 Message Date
Ansis Brammanis
3a48016e5f Merge remote-tracking branch 'systemed/master' into labels
Conflicts:
	js/id/util.js
2013-01-23 16:15:29 -05:00
Ansis Brammanis
b678486c01 Label bugfixes and cleanup 2013-01-23 16:08:43 -05:00
Tom MacWright
f605ff85ea Prettier transition for notice, fix notice style. Fixes #438 2013-01-23 15:53:46 -05:00
Tom MacWright
fcf15718d1 Restyle flash modal. Fixes #458 2013-01-23 15:27:47 -05:00
Ansis Brammanis
4a87ae8298 Point halos and test width calculation/estimation 2013-01-23 11:48:04 -05:00
John Firebaugh
80e2c3d7be Don't make the non-selected layers appear to be disabled 2013-01-22 18:37:38 -05:00
Saman Bemel-Benrud
533eb704ab Merge branch 'master' of github.com:systemed/iD 2013-01-22 15:15:57 -05:00
Saman Bemel-Benrud
dbd5fc6543 minor style tweak to forms. 2013-01-22 15:15:41 -05:00
Ansis Brammanis
66c0a08d00 Merge remote-tracking branch 'systemed/master' into labels
Conflicts:
	js/id/renderer/map.js
2013-01-22 14:55:15 -05:00
Ansis Brammanis
2b7aa93096 Add classes to labels for styling 2013-01-22 14:47:50 -05:00
Tom MacWright
1373acc080 Merge pull request #460 from systemed/fast-zoom
Fast zooming based on transforms.
2013-01-22 09:26:35 -08:00
Tom MacWright
748b597c84 Fast zooming based on transforms.
* Replaces the mouseup-tranformStart method with a redraw debouced by 1/5s
2013-01-22 12:23:51 -05:00
Saman Bemel-Benrud
0d86cd8990 remove ui hidiing. 2013-01-22 11:48:36 -05:00
John Firebaugh
c05f3ea7f4 Don't fill multipolygon boundaries (fixes #426) 2013-01-21 20:32:56 -05:00
Ansis Brammanis
0afb564435 Merge remote-tracking branch 'systemed/master' into labels
Conflicts:
	js/id/svg/lines.js
	js/id/svg/surface.js
2013-01-20 20:37:00 -05:00
saman bb
9c68c15c51 experiment with hiding UI during drawing. 2013-01-20 18:50:05 -05:00
saman bb
949263adfd make all icons dark. 2013-01-20 18:49:49 -05:00
saman bb
3e8780d466 making things consistent with new UI style. 2013-01-20 18:30:34 -05:00
saman bb
2414da969c put tag editor form on grid. 2013-01-20 16:06:52 -05:00
John Firebaugh
4a084a8b89 Improve midpoints rendering 2013-01-20 12:01:19 -08:00
John Firebaugh
fce209131a Improve vertex rendering 2013-01-20 11:37:14 -08:00
John Firebaugh
33b1f4f23c Render more line features 2013-01-20 09:39:25 -08:00
John Firebaugh
79801e57af More highway rendering improvements 2013-01-19 21:04:50 -08:00
John Firebaugh
e5407fa49d Improve highway rendering; render halo in a separate layer 2013-01-19 18:07:39 -08:00
Saman Bemel-Benrud
6c7f9d41b7 minor fixes + adding geolocate icon. 2013-01-18 18:52:56 -05:00
John Firebaugh
3d98fdd0c5 Merge branch 'gridify' 2013-01-18 15:19:35 -08:00
Saman Bemel-Benrud
4f90921d1e total style overhaul. 2013-01-18 18:08:43 -05:00
Ansis Brammanis
efd829e396 Merge branch 'master' into labels
Conflicts:
	js/id/renderer/map.js
	js/id/svg/lines.js
2013-01-18 17:19:12 -05:00
Ansis Brammanis
9e784b6bc9 mostly working path and point labelling 2013-01-18 16:34:41 -05:00
saman bb
0246f2c5dd style / layout refactoring 2013-01-18 01:17:08 -05:00
John Firebaugh
abb5d83d9c Add amenity=parking rendering 2013-01-17 21:10:30 -08:00
John Firebaugh
c5afec0f98 Add leisure=park rendering 2013-01-17 21:03:25 -08:00
John Firebaugh
a8cd845831 Use area cursors for multipolygons for now 2013-01-17 20:50:58 -08:00
saman bb
1de76aea56 resolve merge 2013-01-17 22:27:25 -05:00
Saman Bemel-Benrud
feab67349e fix buttons. 2013-01-17 19:29:35 -05:00
Saman Bemel-Benrud
a4557af225 remove save icon. 2013-01-17 19:12:07 -05:00
Saman Bemel-Benrud
ae1220726b resolved conflict 2013-01-17 19:03:19 -05:00
John Firebaugh
3eaf4a46e0 Add CSS classes for relation memberships
An entity that is a member of a relation will have the classes
`member`, `member-role-<member role>`, and `member-type-<relation type>`.

The first use of these classes is to avoid filling multipolygon
member areas.
2013-01-17 15:17:40 -08:00
Ansis Brammanis
8a84dd4c8e start label styles and positioning 2013-01-17 16:10:01 -05:00
John Firebaugh
9a76b81125 First cut on multipolygon rendering 2013-01-17 11:57:30 -08:00
Tom MacWright
d550eda443 Remove pointer-events from tooltips to keep them from disappearing. 2013-01-17 12:17:45 -05:00
Tom MacWright
fd2ef2a78b Rename tooltip to tail, use tail in modes. 2013-01-17 12:07:26 -05:00
Tom MacWright
061e81d14a Merge branch 'master' into tooltips 2013-01-17 11:32:37 -05:00
Tom MacWright
3d10a00284 Higher-contrast shared vertices 2013-01-17 10:16:39 -05:00
Tom MacWright
eecc6b14fb First shot at tooltips cc @samanbb 2013-01-16 18:39:12 -05:00
Tom MacWright
852e0216f3 Improve contrast of selected way nodes. Fixes #371 2013-01-16 13:18:57 -05:00
Tom MacWright
6aae64bd62 Add waystack, fix bridge coloring 2013-01-16 13:06:01 -05:00
Saman Bemel-Benrud
b9a2914b35 implementing flexible grid. 2013-01-15 20:11:05 -05:00
Saman Bemel-Benrud
7a347d832f lets see if I can put this site on a grid. 2013-01-15 16:54:50 -05:00
Tom MacWright
a9bf2f1606 Fix counts. Fixes #362 2013-01-14 13:51:56 -05:00