Commit Graph

440 Commits

Author SHA1 Message Date
Francisco Dans
43a3c64d21 uses stop function instead of pause to prevent looping 2014-12-16 09:45:23 +01:00
Francisco Dans
88ea3bee66 pauses animation at end if loop is false 2014-12-15 16:05:51 +01:00
Francisco Dans
ba1ae9856c adds loop option to gui 2014-12-15 16:04:53 +01:00
Raul Ochoa
a3916038e1 Merge pull request #66 from CartoDB/browserify
Library browserify
2014-12-11 16:56:49 +01:00
Raul Ochoa
dd7544e4b4 Merge branch 'master' into browserify 2014-12-10 10:53:44 +01:00
Raul Ochoa
df5acbb96c Adds travis badge 2014-12-10 10:52:01 +01:00
Raul Ochoa
34c5fba9d9 Use project's browserify 2014-12-09 18:45:26 +01:00
Raul Ochoa
502b200234 Make all 2014-12-09 18:23:38 +01:00
Raul Ochoa
2aa4fc20ef Fixes GMaps export missing GMapsTorqueLayer 2014-12-09 18:23:16 +01:00
Raul Ochoa
a8d9311f88 Update news 2014-12-09 18:17:04 +01:00
Raul Ochoa
e86fd7fb44 Make all 2014-12-09 18:12:50 +01:00
Raul Ochoa
b98efc112e bumps version 2014-12-09 18:11:24 +01:00
Raul Ochoa
d2dd3353d3 Fixes json provider test 2014-12-09 18:11:10 +01:00
Raul Ochoa
f7d81998fc Fixes request test 2014-12-09 18:11:00 +01:00
Raul Ochoa
9f35092943 Fixes call to carto's getStyle 2014-12-09 18:10:09 +01:00
Raul Ochoa
6c45a805d2 Fixes requires 2014-12-09 18:09:45 +01:00
Raul Ochoa
40f6a4913f Add travis config to run tests 2014-12-09 18:08:54 +01:00
Raul Ochoa
e8fee1659b Fix suite, use make prepare-test-suite and open test/suite.html or
run `npm test`.
2014-12-09 18:06:56 +01:00
Raul Ochoa
1e83584d12 Use global carto if present, otherwise fallback to require. 2014-12-09 18:05:11 +01:00
Raul Ochoa
d44b2db551 Expose public interfaces 2014-12-09 17:59:59 +01:00
Raul Ochoa
e1e928733f Make gmaps check at high level 2014-12-09 17:59:19 +01:00
Raul Ochoa
29bdbd29c6 Make leaflet check at high level 2014-12-09 17:57:37 +01:00
Raul Ochoa
410037d4a2 Adds carto in examples vendor directory 2014-12-09 17:53:06 +01:00
Raul Ochoa
6ecf054ac0 gmaps has to receive torque so it can auto-register 2014-12-09 16:34:37 +01:00
Raul Ochoa
4f251cd8cc Change from canvas to cartocss properties 2014-12-09 16:27:14 +01:00
Raul Ochoa
5efdf16c61 Call to cartocss renderer 2014-12-09 16:25:03 +01:00
Raul Ochoa
7499e8cf6a Abstract canvas/image creation, if a class is provided it will use that as constructor.
Otherwise it will fallback to browser implementation.
2014-12-09 16:23:18 +01:00
Raul Ochoa
3471a2ac6d Remove underscore 2014-12-09 16:21:50 +01:00
Raul Ochoa
a44b93e251 Fix dependencies 2014-12-09 16:21:13 +01:00
Raul Ochoa
2e8813c9ff Export renderers 2014-12-09 16:20:29 +01:00
Raul Ochoa
7463b461e6 Export providers 2014-12-09 16:12:38 +01:00
Raul Ochoa
7d3d325d7a Move providers to their own directory 2014-12-09 16:07:26 +01:00
Raul Ochoa
d6a1d5d808 Makes carto dependency explicit 2014-12-09 16:00:41 +01:00
Raul Ochoa
022d46b56b Export request 2014-12-09 16:00:18 +01:00
Raul Ochoa
ee4f600da5 Replace window with global 2014-12-09 15:58:27 +01:00
Raul Ochoa
02da984769 Export mechanism for core 2014-12-09 15:57:54 +01:00
Raul Ochoa
41e9db8235 Changes export mechanism 2014-12-09 15:55:52 +01:00
Raul Ochoa
cf0143455f Make extend compatible with underscore's one 2014-12-09 15:50:27 +01:00
Raul Ochoa
dcd2986b9a Make tests to run with phantomjs 2014-12-09 15:46:54 +01:00
Raul Ochoa
86dd178abb Prepare tests to run with browserify 2014-12-09 15:46:03 +01:00
Raul Ochoa
e8634abc0d Replace underscore defaults/extend with torque ones 2014-12-09 15:42:05 +01:00
Raul Ochoa
936bfe227a Be more specific about real dependencies 2014-12-09 15:38:56 +01:00
Raul Ochoa
b480c5a453 Be specific about dependencies 2014-12-05 17:06:16 +01:00
javi santana
4d73c03fee Merge pull request #62 from CartoDB/61-fix_firefox
limit the canvas bounds is rendered so firefox does not raise an exception
2014-12-03 10:31:30 +01:00
javi
6d993c7a87 limit the canvas bounds is rendered so firefox does not raise an exception, fix #61 2014-12-03 10:19:36 +01:00
Nicklas Gummesson
04d8be4573 Merge pull request #58 from CartoDB/56-add-torque-leaflet-invalidate-method
56 add torque leaflet invalidate method
2014-11-21 12:06:38 +01:00
Nicklas Gummesson
b9f6401be2 Update docs with new method 2014-11-21 11:55:05 +01:00
Nicklas Gummesson
cc40e7fbed Updated list files 2014-11-21 11:34:37 +01:00
Nicklas Gummesson
ccef5e232c Added invalidate method to L.TorqueLayer 2014-11-21 11:34:26 +01:00
Andrew W. Hill
dbcac21087 Merge pull request #54 from CartoDB/anim_events
added play, pause and stop events, closes #53
2014-11-02 07:41:39 -05:00