Bryan Housel
3e97bd7d89
stub out iD.actions.MergeRemoteChanges
2014-12-06 22:11:54 -05:00
Bryan Housel
1c3d198b96
add force option for rebase to overwrite existing entities
...
related: openstreetmap/iD#2467
2014-12-04 19:50:32 -05:00
Bryan Housel
dfe8fd1e90
features performance enhancements
...
1. reusue entity.geometry where possible
2. cache entity parents
2014-11-18 22:05:08 -05:00
John Firebaugh
9e9a4b3cc0
Fix tests
2014-11-11 14:32:50 -08:00
Bryan Housel
b20f1495de
restore toggle function and add test
2014-10-29 15:06:43 -04:00
Bryan Housel
a2703f10c8
fix tests affected by change in equality testing re #2388
2014-10-28 21:49:31 -04:00
Bryan Housel
927c533bb4
add feature tests for auto-hiding
2014-10-28 21:37:04 -04:00
Bryan Housel
43f1cdd3eb
decoupled graph from context for better testing
...
fixed feature matching tests for vertices and relations
2014-10-28 21:37:04 -04:00
Bryan Housel
2b260f9a6c
added tests for feature filtering
...
(some tests failing because I need to decouple graph from context)
2014-10-28 21:37:04 -04:00
Bryan Housel
6b6ca8d523
initial checkin of features unit tests
2014-10-28 21:37:04 -04:00
Bryan Housel
1f544e883b
bump chai to 1.9.2 and fix tests affected by change in equality testing
...
re #2388
2014-10-28 21:37:04 -04:00
John Firebaugh
e0020c37e2
Add test for #2421
2014-10-24 10:34:39 -07:00
Sajjad Anwar
c8d4b73b15
Add tests and documentation for custom presets
2014-10-23 15:52:29 -07:00
Sajjad Anwar
dffeedffc9
Moved area-keys to data, and process it during runtime
2014-10-23 15:52:29 -07:00
John Firebaugh
dd0e08b244
Write presets and imagery to standalone files
2014-10-23 15:52:29 -07:00
John Firebaugh
a7fb35663c
Optimize Way#area
2014-10-13 16:46:32 -07:00
John Firebaugh
69af20e44d
Add mutating extent extend, for performance
2014-10-13 16:34:38 -07:00
John Firebaugh
0b1ec49402
Rewrite as a separate layer
2014-09-19 14:51:44 -07:00
Bryan Housel
43777d5259
Better inferRestriction for no_u_turn
...
* where from.node === to.node
* where from.way and to.way are oneways joined at a narrow angle
2014-09-02 16:43:31 -04:00
Bryan Housel
7a6641a5aa
Better polygon intersection test
...
(see also my comment on 83030be )
2014-08-12 22:40:43 -04:00
Bryan Housel
26f8849c3a
render triangular midpoints to show direction of way #1085
2014-07-16 00:30:21 -04:00
Bryan Housel
874a3e2ad6
disable Move and Rotate operations if area < 80% contained in the viewport
...
see #542 .
Also included:
1. DRY up code for "% contained in" extent testing.
2. If action.disabled() returns a better reason, show that instead of the too_large one.
2014-07-11 17:11:50 -04:00
Christian Schwarz
138b012c4b
Fixed countrycode spec
2014-07-10 10:48:58 +02:00
Bryan Housel
a9d58fdf74
reenter browse mode in editOff when zoom < 16 ( #2263 )
2014-06-27 17:55:13 -04:00
John Firebaugh
eb55e36c3c
Delete relations that become empty ( #2270 )
2014-06-26 10:21:03 -07:00
John Firebaugh
bf1e50df49
Merge pull request #2266 from bhousel/bhousel-scale
...
Add linear map scale to footer section
2014-06-25 12:23:53 -07:00
Bryan Housel
e34e299fd0
add dLat/dLon <-> meters tests, narrower limits for distance tests.
2014-06-23 17:12:02 -04:00
Bryan Housel
1a2b9c82f6
add tests, jshint cleanup
2014-06-16 11:49:07 -04:00
John Firebaugh
203381694b
Merge branch 'refs/heads/bhousel-bhousel-layers'
2014-06-13 12:03:16 -07:00
John Firebaugh
a3c7b5956d
Remove obsolete tests
2014-06-13 12:03:08 -07:00
Bryan Housel
38cb42e0bc
Add tests for line z-indexing.
2014-06-11 22:30:36 -04:00
Bryan Housel
7f35ab6125
separate svg group for areas and their related strokes/fills
...
(for consistency)
2014-06-11 13:01:27 -04:00
Christian Schwarz
ff0357b927
Added countrycode spec
2014-06-10 19:09:53 +02:00
Christian Schwarz
cfa023a988
Removed pointInFeature
2014-06-10 18:25:39 +02:00
Bryan Housel
0c5f563a26
add test for iD.Entity.layer(), fix spelling of man_made.
2014-06-09 23:39:16 -04:00
Christian Schwarz
49eae8e389
Switched to a custom country code service
2014-06-05 20:30:12 +02:00
Christian Schwarz
b3acd56bbb
Added support for localization of address fields
2014-06-03 22:49:42 +02:00
John Firebaugh
0c09871c4a
Don’t show turn restriction editor for non-highways ( fixes #2240 )
2014-05-27 14:35:57 -07:00
John Firebaugh
a2a4405ed8
Fix restriction type inference ( fixes #2233 )
2014-05-21 16:28:29 -07:00
John Firebaugh
48dc768bbb
Merge branch 'turn-restrictions'
2014-05-21 14:22:22 -07:00
Bryan Housel
b8501bcf89
iD.Way.isOneWay should return false if oneway=no #2220
...
i.e. overrides implied oneway tag like `highway=motorway` or `junction=roundabout`
2014-05-20 00:14:23 -04:00
John Firebaugh
8b6ce214a2
Initial support for only_* restrictions
2014-05-19 15:53:46 -07:00
Bryan Housel
429f20a450
Improve access tag placeholders #2221
2014-05-19 12:22:52 -04:00
John Firebaugh
f811c19cdc
Fix straight on restricting with splits
2014-05-18 16:02:53 -07:00
John Firebaugh
6089a6aaea
Better solution for maintaining selection
2014-05-18 16:02:48 -07:00
John Firebaugh
243e86b277
Update selected segment after splits
2014-05-18 16:02:48 -07:00
John Firebaugh
9d5df793b5
Fix turn generation from ways that need splitting
2014-05-18 16:02:48 -07:00
John Firebaugh
573237e94e
Render U-turns
2014-05-18 16:02:48 -07:00
John Firebaugh
3d210ac3c1
Implement basic restriction toggling
2014-05-18 16:02:47 -07:00
John Firebaugh
26422d9c9a
Show ways in restriction editor as if they were split
2014-05-18 16:02:47 -07:00