Commit Graph

466 Commits

Author SHA1 Message Date
Saman Bemel-Benrud 08346de80b fixing landuse stroke colors, closes #940 2013-03-11 16:37:04 -04:00
Saman Bemel-Benrud 86518a071b minor cleanup of inspector. 2013-03-11 16:11:47 -04:00
John Firebaugh ab561ff198 Better way to prevent snapping to area fill
This also prevents are hover behavior during node dragging,
while allowing snapping to vertex fill.
2013-03-11 12:29:00 -07:00
Saman Bemel-Benrud 30952ef2c9 starting to refine preset styles. 2013-03-11 15:03:34 -04:00
Ansis Brammanis cef5726813 update index, style tweaks 2013-03-10 01:45:14 -05:00
Ansis Brammanis 6440905e36 add transparency for highway tunnels 2013-03-10 00:45:22 -05:00
John Firebaugh 5c9bb631a2 Fix previous commit 2013-03-09 15:58:31 -08:00
John Firebaugh 6aa6c278b2 Improve railway=platform rendering (fixes #946) 2013-03-09 15:57:43 -08:00
John Firebaugh 60ff6fc021 Use maki icons for points (fixes #881) 2013-03-08 20:22:06 -08:00
Tom MacWright 1294c972d0 Add dimensions, improve make situation for presets. 2013-03-08 16:18:20 -05:00
Ansis Brammanis bfdca7fc85 Add fill patterns for landuse, natural areas
Not working in Firefox. To get it to work in Firefox,
styles need to be directly applied to the path, or
set in an embedded stylesheet (not sure whats going on there).
2013-03-08 00:16:07 -05:00
Ansis Brammanis e810cfb666 keyboard navigation for background 2013-03-07 16:15:01 -05:00
Saman Bemel-Benrud fd2f464bf9 cleanup error message. 2013-03-07 15:33:16 -05:00
Tom MacWright 4ac5da7584 Merge branch 'master' of github.com:systemed/iD 2013-03-07 15:32:30 -05:00
Tom MacWright ca74b111b0 Fix highlighting of layers and geocoding
* Fix highlighting of custom layer. Fixes #915
* Line up tabindexes. Fixes #922
2013-03-07 15:32:03 -05:00
Tom MacWright 4c1f292378 Resample oneway paths to produce markers.
This uses a technique created by @mbostock in http://bl.ocks.org/mbostock/4965670
Need to confirm that this is faster. It is definitely cleaner.
2013-03-07 15:31:25 -05:00
John Firebaugh 27861ca6b2 Implement multiselect cursors (fixes #296) 2013-03-07 11:57:43 -08:00
Tom MacWright 9502f34e08 Merge pull request #918 from systemed/resample-oneway
Resample oneway paths to produce markers.
2013-03-07 11:37:26 -08:00
Saman Bemel-Benrud 2707daec8b moved spinner. 2013-03-07 14:10:15 -05:00
John Firebaugh 25f7cd310d Merge branch 'spinner'
Conflicts:
	css/app.css
	js/id/connection.js
2013-03-07 11:00:14 -08:00
John Firebaugh a6ce12efb6 Add shadow on area strokes (fixes #674) 2013-03-07 10:33:11 -08:00
John Firebaugh 457922856e Remove stroke-width on vertex shadows
This was causing oversized hit boxes on Firefox.
2013-03-07 10:33:10 -08:00
Saman Bemel-Benrud 8d911a4a9d styling loading state. 2013-03-07 13:14:16 -05:00
Saman Bemel-Benrud 7a40548c58 fixed tooltip positioning, closes #829 2013-03-07 12:35:48 -05:00
Saman Bemel-Benrud 97290de537 fixed accidental style removal, closes #914 2013-03-07 12:12:45 -05:00
Tom MacWright 27c0edb2c1 Resample oneway paths to produce markers.
This uses a technique created by @mbostock in http://bl.ocks.org/mbostock/4965670
Need to confirm that this is faster. It is definitely cleaner.
2013-03-06 21:08:50 -05:00
John Firebaugh bf90c1ae93 Render circular place=* as an unfilled area
Basically, give it area label placement, but line
behavior otherwise.

Test case: #id=w169604918&map=19.46/41.41402/-70.94773
2013-03-06 17:37:18 -08:00
saman bb 15c37b86b9 fixes in map.css 2013-03-06 19:57:01 -05:00
saman bb 09f01ada5e added styles for beach and scrub. 2013-03-06 19:41:15 -05:00
saman bb a131acd7f0 Merge branch 'master' of github.com:systemed/iD 2013-03-06 19:37:11 -05:00
saman bb daab24be16 basics for landuse styles, still needs pattern fills. 2013-03-06 19:37:00 -05:00
Ansis Brammanis 928cade41b oneway markers on rivers and streams 2013-03-06 17:51:31 -05:00
Ansis Brammanis bd3302611e fix area style for highway=pedestrian 2013-03-06 15:17:57 -05:00
saman bb 498439100b Merge branch 'master' of github.com:systemed/iD 2013-03-06 14:27:45 -05:00
saman bb de5e2f76a9 fix #816 2013-03-06 14:27:26 -05:00
Ansis Brammanis 116e03c6d6 tweak point label halo 2013-03-06 14:22:52 -05:00
saman bb 7bb053ba44 tweaks to footer. 2013-03-06 14:13:43 -05:00
saman bb a694e341fa touchups to footer, closes #830 2013-03-06 14:02:12 -05:00
saman bb d378638733 adding simplify icon. 2013-03-06 13:40:41 -05:00
saman bb aede731c2b icon for rotate, closes #896 2013-03-06 13:28:50 -05:00
saman bb 1736ef5de3 better cursors. 2013-03-06 12:23:01 -05:00
John Firebaugh 8a646b79cc Remove duplicate styles 2013-03-05 16:39:59 -08:00
Ansis Brammanis 8e6588ad64 preset description 2013-03-05 16:10:14 -05:00
John Firebaugh e106db76d4 Hidden tooltips should be display: none
`display: block; opacity: 0` leads to odd mouse behavior.
2013-03-05 12:28:56 -08:00
John Firebaugh 239fa6258a layerswitcher -> background 2013-03-05 12:22:06 -08:00
John Firebaugh 2b5a9e603d Don't reuse bare geometry classes
Fixes a problem where inspector background had odd cursors.
2013-03-05 11:24:51 -08:00
John Firebaugh 4a30d18fa5 Don't use pointer cursor on text inputs 2013-03-05 10:03:53 -08:00
Ansis Brammanis 73314f3415 show entire line preset icon 2013-03-04 18:19:34 -05:00
Ansis Brammanis b76accb869 add presets 2013-03-04 17:33:08 -05:00
Ansis Brammanis 7c7ddcca78 tweak checkselect style 2013-03-04 16:25:02 -05:00