CartoDB / torque

Temporal mapping for CARTO
http://cartodb.github.com/torque/
BSD 4-Clause "Original" or "Old" License
397 stars 129 forks source link

Retina / high resolution display support #283

Open kbirk opened 7 years ago

kbirk commented 7 years ago

Has anyone looked into adding support to render at native resolutions on retina / hi res displays?

Usually it amounts to multiplying the canvas.width and canvas.height by window.devicePixelRatio and scaling any rendered shape dimensions bywindow.devicePixelRatio.

rochoa commented 7 years ago

Hello, @kbirk 👋 .

There is some initial work done in #260. The initial changes are far from perfect as they only cover the tile size problem.