adds isoline as renderer type to provider
This commit is contained in:
parent
219178a8f2
commit
30e68075ad
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user