Commit Graph

481 Commits

Author SHA1 Message Date
John Firebaugh 8479d3ec48 Add textarea form type and note universal form 2013-03-12 18:33:36 -07:00
saman bb 983f69e461 resolved conflict 2013-03-12 20:51:13 -04:00
saman bb 3228e1fcda more work on new preset layout. 2013-03-12 20:25:35 -04:00
saman bb 35d26c64aa clean up overflow in combobox. 2013-03-12 19:18:37 -04:00
saman bb a17a722758 more progress on new layout. 2013-03-12 18:52:45 -04:00
saman bb c53ccb1bb5 initial commit of form revamp 2013-03-12 18:35:44 -04:00
Ansis Brammanis ca1a7cf7f6 add ability to add general form fields 2013-03-12 17:42:55 -04:00
John Firebaugh be567fb028 Render landuse=farm and landuse=farmland identically
See http://www.openstreetmap.org/user/Harry%20Wood/diary/14079
for an entertaining rant on this subject.
2013-03-12 13:12:07 -07:00
saman bb 6dc7b7b236 preset style/layout cleanup. 2013-03-12 15:32:26 -04:00
Saman Bemel-Benrud 5e35bc87d7 cleaning up presets. 2013-03-11 20:32:25 -04:00
John Firebaugh 9f5ba8342d Convert DragNode to a mode
This makes the CSS more consistent and makes fixing #953
easier. Also, dragging now clears the selection and closes
any operations menu, which is good.

There's still a minor Chrome bug: it doesn't refresh the
cursor when the .behavior-hover class is removed.
2013-03-11 15:45:27 -07:00
Ansis Brammanis 4c45ab1787 Operation tooltips are absolutely positioned 2013-03-11 17:52:49 -04:00
John Firebaugh acd318b792 Fix drag node cursor over line casing
Was previously trying to exclude .area.fill, but this is
now handled by `pointer-events: none` below.
2013-03-11 14:23:02 -07:00
John Firebaugh c4d772e9c2 Crosshair cursor when dragging node (fixes #952) 2013-03-11 14:23:02 -07:00
Ansis Brammanis eeec54f15c Use commercial landuse styles for retail too 2013-03-11 16:43:40 -04:00
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