Ticket #3061 (closed task: fixed)
Investigate, and if possible implement more efficient tile positioning
| Reported by: | ahocevar | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.12 Release |
| Component: | Layer.Grid | Version: | 2.10 |
| Keywords: | mobile | Cc: | bartvde, courriel@…, rangoy |
| State: | Commit |
Description
Currently, we position all tiles (Tile.js) with pixel values. If we ever implement zoom animations, this will be slow because every single tile has to be repositioned and resized.
This ticket is a placeholder for activities investigating the feasibility of alternative positioning (e.g. using percentages), which would leave the resizing job to the browser.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

