adds isoline as renderer type to provider

This commit is contained in:
Francisco Dans 2015-08-20 13:38:33 +02:00
parent 219178a8f2
commit 30e68075ad

View File

@ -16,7 +16,8 @@ L.TorqueLayer = L.CanvasLayer.extend({
renderers: {
'point': torque.renderer.Point,
'pixel': torque.renderer.Rectangle
'pixel': torque.renderer.Rectangle,
'iso': torque.renderer.Iso
},
initialize: function(options) {