torque/NEWS

54 lines
1.7 KiB
Plaintext
Raw Normal View History

2014-12-19 16:32:35 +08:00
2.6.2
- Fix renderer not rendering marker-lines
2014-12-17 22:34:45 +08:00
2.6.1
- Fix marker fill opacity (#72)
2.6.0
2014-12-10 01:17:04 +08:00
- Published using browserify
2.5.xx
- Added support for several auth_token param
- Added support for cdn_url in winshaft provider
- Added option to jsonp to set custom callback name
- Added no_cdn option to windshaft provider
- Added getActivePointsBBox method
2014-09-17 17:39:38 +08:00
- Added renderer cache when the map is not animated
2014-09-24 18:08:05 +08:00
- Added interaction method
2014-10-02 15:07:49 +08:00
- Added stat_tag in the map creation url for windshaft provider
- Added invalidate method to L.TorqueLayer
2.4.01
2014-06-03 00:05:10 +08:00
- fixed rectangle anchor and size #42
2014-06-04 17:21:07 +08:00
- fixed on method in torque.Event
- fixed problem updating steps when sql change in windshaft provider
2014-05-22 23:24:02 +08:00
2.4.00 - May/22/2014
- Changed date parsing for windshaft provider
2014-02-25 15:11:35 +08:00
- Optimized tile loading
2014-02-25 16:35:35 +08:00
- Fixed cartocss update when windshaft.provider was being used
2014-02-25 23:04:39 +08:00
- Fixed windshaft provider with https
2014-02-27 15:17:07 +08:00
- Generate cartocss in windshaft provider (#37)
2014-03-21 22:56:56 +08:00
- Added zoom animation for leaflet
- Added metrics to track memory and time
- Pause on zoom
2014-04-08 18:08:26 +08:00
- Fixed sprite rendering when line width is a float
2014-02-24 21:36:26 +08:00
2.3.00 - Feb/24/2014
2013-12-18 19:04:42 +08:00
-----
- Added 'get attribution' function to Leaflet canvas layer.
2014-01-10 00:01:24 +08:00
- Added zIndex support to leaflet torque layer
2014-02-05 21:14:11 +08:00
- Added CartoDB Maps API data provider (used by default)
2014-01-10 00:01:24 +08:00
- Fixed rendering when CartoCSS had zoom conditions (#27)
2013-12-18 19:04:42 +08:00
2014-02-24 21:36:26 +08:00
2.2.00 - Nov/26/2013
2013-11-25 20:06:19 +08:00
-----
- added torque cumulative support #21
2013-11-11 23:55:42 +08:00
2.1.00 - 11/11/2013
-----
- added support to custom SQL query
- removed is_time option, it's not fetch from SQL-API
- steps is now the upper limit for steps
- multiple fixes