Commit Graph

2468 Commits

Author SHA1 Message Date
John Firebaugh b70b287dee Rename TagEditor -> EntityEditor
It's going to be used to edit relation memberships as well
as tags.
2013-05-22 12:16:57 -07:00
John Firebaugh 701910753c Simplify 2013-05-22 11:42:49 -07:00
John Firebaugh 0d7f38f6c1 Extract iD.util.localeName 2013-05-22 11:30:28 -07:00
John Firebaugh a77362c7b8 Remove extra wrapper 2013-05-22 11:20:32 -07:00
John Firebaugh 413b7abcb9 Improve tag reference loading feedback (#1262) 2013-05-22 11:13:54 -07:00
John Firebaugh 56a8407767 Tag reference doesn't need to be exclusive
This makes the implementation more complex and the
feature is of marginal benefit, possibly detrimental.
(What if I want to compare two tags and figure out
which one is more appropriate?)
2013-05-22 10:33:47 -07:00
John Firebaugh bbc45a4167 Remove unused 2013-05-22 10:29:07 -07:00
John Firebaugh 3fdbcfd09e Clean up class names 2013-05-22 10:29:07 -07:00
John Firebaugh fb01868a3c PresetGrid -> PresetList 2013-05-22 10:22:15 -07:00
John Firebaugh 9e4e794300 Rewrite PresetGrid 2013-05-22 10:22:15 -07:00
John Firebaugh 3249487632 Extract TagReferenceButton 2013-05-22 09:32:47 -07:00
John Firebaugh 663cb0fdbe Fix background hash param logic 2013-05-21 11:17:55 -07:00
Saman Bemel-Benrud ad629b2e11 Smoother transition for translate block/ 2013-05-21 14:04:14 -04:00
John Firebaugh bf21744077 Only draw intersections for {high,water,rail,aero}way lines
Fixes #1471
2013-05-20 17:16:36 -07:00
John Firebaugh bd2c7ba756 Render bridge casing for bridge=viaduct, etc.
Fixes #1500.
2013-05-20 16:49:55 -07:00
John Firebaugh 2631accdb3 Fix load event argument 2013-05-20 16:33:45 -07:00
John Firebaugh 67d95595ba Points always need full re-render (#569) 2013-05-20 12:05:31 -07:00
John Firebaugh 1db99586c4 Render only new features when a data tile is loaded 2013-05-20 12:05:31 -07:00
John Firebaugh d2e775ac65 Use correct changesets URL for dev 2013-05-19 20:11:41 -07:00
John Firebaugh 6c849baad6 Revert "Cache centroid"
Causes misplaced labels, suspect due to rounding artifacts.

This reverts commit 5344bdea26.
2013-05-18 09:20:58 -07:00
John Firebaugh 6045ffcfbe Comment why _childNodes needn't be updated 2013-05-18 09:20:58 -07:00
John Firebaugh 293bb23876 Graph#rebase must invalidate transients 2013-05-18 09:20:57 -07:00
John Firebaugh 5c9c865f12 Move flush to context 2013-05-18 09:20:57 -07:00
John Firebaugh 8e05ed271d Simplify 2013-05-17 16:43:40 -07:00
John Firebaugh 8b4ef90992 Revert "Add URL flag for translate3d"
This reverts commit 228dfbe993.
2013-05-17 16:37:21 -07:00
John Firebaugh 97d74b2846 Remove entity length condition
Rendering performance stalls before this limit anyway.
2013-05-17 16:30:54 -07:00
Saman Bemel-Benrud b7cd531482 clearer translate UI. 2013-05-17 18:57:35 -04:00
John Firebaugh 5344bdea26 Cache centroid 2013-05-17 15:31:27 -07:00
John Firebaugh 2e4207f99b Cache geometry 2013-05-17 15:31:27 -07:00
saman bb 20ed02c2c4 minor style fixes. 2013-05-16 23:00:18 -04:00
John Firebaugh da9602795c Don't allow deleting incomplete relations
This will fail with an "entity not found" error.
2013-05-16 16:43:41 -07:00
John Firebaugh 1cfeba3da4 Don't draw offscreen vertices (fixes #1494) 2013-05-16 15:28:50 -07:00
John Firebaugh fdc5824c5a Simplify 2013-05-16 15:28:50 -07:00
Saman Bemel-Benrud 0e2c7c4b3e animate transitions for translate UI. 2013-05-16 00:40:43 -04:00
Saman Bemel-Benrud c27da981e0 merging in master 2013-05-15 23:36:06 -04:00
Saman Bemel-Benrud b17fd80617 resolve cnflic 2013-05-15 23:35:17 -04:00
John Firebaugh 4de0eada5f Merge pull request #1486 from systemed/checkboxes
styles for check-boxes. Closes #1297
2013-05-15 15:36:42 -07:00
John Firebaugh 2045d884c6 Set projection precision to 0
Might fix #1270
2013-05-15 15:35:54 -07:00
Saman Bemel-Benrud aa446c074a better placeholder text / proper translation 2013-05-15 17:31:16 -04:00
Saman Bemel-Benrud d8308cbb6c icon+tooltip for 'report a bug' link in footer 2013-05-15 17:15:49 -04:00
Saman Bemel-Benrud 6ecbf3778f cleanup / polish new changes 2013-05-15 16:57:04 -04:00
Saman Bemel-Benrud be933a72cb style cleanup + fleshed out translate UI 2013-05-15 16:15:42 -04:00
Saman Bemel-Benrud 6423455c66 starting to add basic translate ui adjustments. 2013-05-15 14:23:30 -04:00
Saman Bemel-Benrud 0bdea49ffb minor cosmetic + ui improvements. 2013-05-15 14:08:25 -04:00
John Firebaugh 6075367015 Don't store unused parts of OSM XML 2013-05-14 20:47:58 -07:00
John Firebaugh d238e4eaeb Convert Tail to a behavior
This avoids an extra mousemove listener in base modes.
2013-05-14 17:51:24 -07:00
John Firebaugh 5b69387ea0 Fix unknown entity error on delete 2013-05-14 17:23:06 -07:00
John Firebaugh 6431fca8a3 Fix area caching (fixes #1485) 2013-05-14 16:52:02 -07:00
Saman Bemel-Benrud 9e8ae25339 styles for check-boxes. Closes #1297 2013-05-14 15:33:24 -04:00
John Firebaugh 271ddace64 Revert "prevent accidental drags"
Not sure this helps a whole lot, and it requires a mousemove listener.

This reverts commit b7760e8747.
2013-05-14 09:33:27 -07:00