Commit Graph

297 Commits

Author SHA1 Message Date
Tom MacWright
d2fe6ca279 Work on handling modifications as well as creations 2012-11-26 12:30:44 -05:00
Tom MacWright
3b3d2be89f Use basic arrays so that we don't have to proxy so many d3 methods 2012-11-26 11:52:46 -05:00
Tom MacWright
4722c4c5f4 Use arrays for dims 2012-11-26 11:36:56 -05:00
Tom MacWright
1045b3b1d2 Use d3.geo.tile for tiles, works on #103 2012-11-26 11:25:21 -05:00
Tom MacWright
7c16dfa6e9 Fix modifications regression 2012-11-26 10:28:34 -05:00
Tom MacWright
21e5037d78 jshint clean 2012-11-26 10:21:14 -05:00
John Firebaugh
3d72ba63cc Clean up 2012-11-25 22:46:43 -04:00
John Firebaugh
5a0c290196 Fix Map#perform 2012-11-25 22:44:08 -04:00
John Firebaugh
80e208d2b7 Use more d3 for mode button logic 2012-11-25 22:39:37 -04:00
John Firebaugh
5ccdae6534 Fix merge 2012-11-25 20:46:51 -04:00
Tom MacWright
ec54137e4d Fixup dragging 2012-11-25 17:18:17 -05:00
Tom MacWright
828153ead1 Merge branch 'jfirebaugh-iD'
Currently broken.

Conflicts:
	index.html
	js/iD/renderer/Map.js
2012-11-25 17:09:42 -05:00
Tom MacWright
3f23c0e43a Merge pull request #104 from jfirebaugh/rename
Rename concepts
2012-11-25 13:57:08 -08:00
John Firebaugh
f73f1a5429 Add Inspector specs 2012-11-25 16:21:52 -04:00
John Firebaugh
e022e5f85b Fix/improve UI feedback on undo/redo buttons 2012-11-25 14:57:57 -04:00
John Firebaugh
ca38da7cbd Extract Graph#modifications 2012-11-25 14:57:56 -04:00
John Firebaugh
efb521aeb5 Move oauth details into connection 2012-11-25 14:57:56 -04:00
John Firebaugh
22e9eb39cc Inject connection dependency in map 2012-11-25 14:57:56 -04:00
John Firebaugh
2d861507b9 Move top-level setup into iD() function 2012-11-25 14:57:56 -04:00
John Firebaugh
ca4121e0c4 Fix inspector close button 2012-11-25 14:31:48 -04:00
John Firebaugh
eac425f7e3 Rename concepts
action -> mode
operation -> action
go -> enter
operate -> perform
2012-11-25 14:06:23 -04:00
John Firebaugh
d3eeea4740 Hide inspector after deleting 2012-11-25 11:55:48 -04:00
John Firebaugh
fa8a2f26f8 A better way 2012-11-24 11:14:49 -04:00
John Firebaugh
12e3c379fc Remove graph dependency from Inspector
It expects entities to have references to other entities
rather than arrays of ids; we need a general strategy for
this (#73).
2012-11-24 11:14:49 -04:00
John Firebaugh
16618da564 Fix global leak 2012-11-24 11:14:49 -04:00
Tom MacWright
07c31dc14a Fix auth cycle 2012-11-20 18:14:55 -05:00
Tom MacWright
0c1795d025 Let users get to the changeset 2012-11-20 17:55:54 -05:00
Tom MacWright
e947568ec0 We are now making edits. 2012-11-20 17:51:39 -05:00
Tom MacWright
4371dc4ace Do not redraw tiles when in only mode 2012-11-20 17:24:19 -05:00
Tom MacWright
561bef13f1 Fix point transforms 2012-11-20 17:21:11 -05:00
Tom MacWright
80b90d5171 Pull user information from the endpoint, abstract oauth xhr
Right now there's both an OAuth wrapper and ohauth.js. These may want to
be combined.
2012-11-20 17:18:17 -05:00
Tom MacWright
a5770677d9 Add oauth wrapper 2012-11-19 22:22:24 -05:00
Tom MacWright
f198203fbe Oauth, working 2012-11-19 21:32:15 -05:00
Tom MacWright
90d2868536 Remove d3 v2 2012-11-19 21:10:25 -05:00
Tom MacWright
81c8e280d2 Add oauth and sha 2012-11-19 21:08:32 -05:00
Tom MacWright
48196a7a8d Start osmChange work, be a little bit more compact 2012-11-19 20:46:29 -05:00
Tom MacWright
cedc714e2d Start only redrawing changing ways 2012-11-19 13:13:28 -05:00
booo
8be07222da Fix controller not defined bug. 2012-11-17 15:27:10 +01:00
booo
52bd9f5284 Fix xml format/export.
Error in line 33 was:

Uncaught TypeError: Cannot call method 'decode' of undefined
2012-11-17 14:48:51 +01:00
booo
c336a90481 Do not use the executable flag on images, text files and other docs. 2012-11-17 13:48:04 +01:00
Tom MacWright
1a68cab563 Fix vector hiding at high zooms, fix hash-default interaction. 2012-11-16 15:27:14 -05:00
Tom MacWright
854aa65e6e More reorg 2012-11-16 15:14:05 -05:00
Tom MacWright
8a0f99f3c2 Map structure housekeeping 2012-11-16 15:07:34 -05:00
Tom MacWright
5ea2b77dfb Less function nesting, dimensions as an object 2012-11-16 15:01:08 -05:00
Tom MacWright
3c3f1a60af Make hash jshint-friendlier 2012-11-16 11:43:44 -05:00
Tom MacWright
638af53149 Distribute requests against domains, remove unused CSS 2012-11-16 11:38:33 -05:00
Tom MacWright
330da451f2 Minimize functional tricks in connection 2012-11-16 11:34:20 -05:00
Tom MacWright
656349b7aa Push to d3 v3, remove mins, reuse more functions. 2012-11-16 11:19:09 -05:00
Tom MacWright
a8c4cf0cbf Show more stuff while panning 2012-11-15 17:31:51 -05:00
Tom MacWright
50693511b3 Refix no-draw when panning with styles 2012-11-15 17:28:49 -05:00