Commit Graph

1818 Commits

Author SHA1 Message Date
John Firebaugh cc68cb079f Merge branch 'package'
Conflicts:
	index.html
2013-03-08 13:16:51 -08:00
John Firebaugh fa01cfbbf0 Smarter tag conflict merging (fixes #943) 2013-03-08 11:00:14 -08:00
Ansis Brammanis 2ef167ec0d use ui.Toggle for geocoder results 2013-03-08 13:01:16 -05:00
Ansis Brammanis f72e294156 score wildcard matches as half a match
so that building=* doesn't get prioritized over more
specific one tag presets, like amenity=hospital
2013-03-08 11:36:57 -05:00
Tom MacWright 676226a08a Merge branch 'tags-semicolon' 2013-03-08 11:07:55 -05:00
Tom MacWright 5838f05116 Merge tags without a space, fixes #941 2013-03-08 10:51:44 -05:00
Tom MacWright b89d4215bf Merge pull request #928 from pnorman/patch-1
Change default max zoom to 20
2013-03-08 07:48:46 -08:00
Ansis Brammanis 70780a37a5 set pattern fils directly on element, for firefox 2013-03-08 01:36:27 -05:00
Ansis Brammanis a8eb59a502 More lenient fuzzy preset search
Also remove unintentional double penalty for exceeding
length of name.
2013-03-08 00:33:21 -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
Tom MacWright d1fd4da511 Merge pull request #931 from systemed/streams
Start using d3 3.1.0
2013-03-07 15:27:04 -08:00
Tom MacWright 3e69ef6f9e Fix tests and global leak 2013-03-07 17:53:36 -05:00
Tom MacWright 0fafa340fe Start using d3 3.1.0
Update d3, use streams, d3.set, clip
Use clipping, fix side effects
2013-03-07 17:45:16 -05:00
pnorman 3fadf873a3 Change default max zoom to 20
A lot of imagery goes to z20 now. Where the max zoom is not known it should be set high to allow the imagery to be used at its maximum resolution

Where the source imagery does not support up to z20 it will fall back to higher zoom levels. It is unlikely that editors will be zoomed in far past the max zoom of the imagery.

This does not replace the lack of max zoom support for preset imagery layers (issue #784)
2013-03-07 13:59:42 -08:00
Ansis Brammanis df18dd9ca9 Hide geocoder, background on mousedown 2013-03-07 16:20:32 -05:00
Ansis Brammanis e810cfb666 keyboard navigation for background 2013-03-07 16:15:01 -05:00
Ansis Brammanis e95cc54396 Fix geocoder tabindex 2013-03-07 16:01:44 -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 154a587631 Fine tune marker spacing 2013-03-07 15:31:26 -05:00
Tom MacWright d683d98945 Avoid unnecessary bind 2013-03-07 15:31:26 -05:00
Tom MacWright a58df86126 Corner-preserving resampling 2013-03-07 15:31:26 -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
Ansis Brammanis 2af11c71db disable hideOnMouseover while dragging 2013-03-07 15:19:32 -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
Tom MacWright ee04bf65f4 Fine tune marker spacing 2013-03-07 14:37:00 -05:00
Tom MacWright d083b7ea6a Avoid unnecessary bind 2013-03-07 14:17:31 -05:00
Tom MacWright fefdecfa67 Corner-preserving resampling 2013-03-07 14:16:08 -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 cb59453fcd Make vertex shadow slightly smaller
It's getting in the way too often.
2013-03-07 10:33:10 -08:00
Saman Bemel-Benrud 8d911a4a9d styling loading state. 2013-03-07 13:14:16 -05:00
Ansis Brammanis 61133a6f8a improve search
- prioritize exact matches of words, either in name or terms
- prioritize fuzzy name matches over fuzzy term matches
- reduce max difference to 2
2013-03-07 13:03:19 -05:00
Ansis Brammanis eb8c876460 Fix node parsing
Old nodes may be missing user and uid
for example, node 60743409
2013-03-07 10:46:25 -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
John Firebaugh cb0e02d56f Support merging point + line 2013-03-06 17:37:17 -08:00
John Firebaugh f4b2de03e5 Switch to packaged index.html by default
Unpackaged is available in index_dev.html.
2013-03-06 16:17:28 -08:00
John Firebaugh 87fd5d871c Build data into package 2013-03-06 16:16:12 -08:00
John Firebaugh 84a4f9e5d2 Eliminate iD.layers 2013-03-06 15:51:16 -08:00
John Firebaugh 7cdfa8daf3 Remove duplicated code 2013-03-06 15:51:16 -08:00
Ansis Brammanis 928cade41b oneway markers on rivers and streams 2013-03-06 17:51:31 -05:00
John Firebaugh 63d7d94c4a Fix global leak 2013-03-06 13:58:41 -08:00
Tom MacWright 00696a9a96 Merge pull request #913 from systemed/preset-search
Improve preset searching
2013-03-06 13:58:24 -08:00
Tom MacWright 662cfeb576 Improve preset searching
Add preset searching of terms
Add more synonyms, improve matching - levenstein for terms too.
2013-03-06 16:54:32 -05:00
John Firebaugh 98d1ee4f10 Fix rendering of multipolygons with the tags on the outer way
From the wiki:

> If you have one closed way making up the outer ring and it does not
> describe something in its own right, you may also put these tags on
> the outer ring and leave the relation untagged.

During line and area rendering, fix up such ways so that they are
rendered as if the tags were on the relation instead.

Fixes #613.
2013-03-06 13:22:43 -08:00
Ansis Brammanis 32a78d4573 let centerEase be stopped by dragging 2013-03-06 14:42:56 -05:00
Ansis Brammanis 116e03c6d6 tweak point label halo 2013-03-06 14:22:52 -05:00