conveyal / analyst-server

DEPRECATED; see https://github.com/conveyal/analysis-ui
MIT License
37 stars 6 forks source link

Retina tiles #206

Open mattwigway opened 8 years ago

mattwigway commented 8 years ago

It seems that retina tiles are not being used on Retina displays.

mattwigway commented 8 years ago

Still need to generate Retina tiles every place we generate tiles.

mattwigway commented 8 years ago

I think we can just set detectRetina: true where we call L.TileLayer. That requests the next zoom levels' tiles. This will work on isochrone tiles and multipoint results. We'll need to double the stroke width on shapefile tiles when displayed on retina displays (or just get rid of the stroke altogether).