Ticket #886 (closed bug: fixed)
singleTile layers: size and resize issues
| Reported by: | ahocevar | Owned by: | euzuro |
|---|---|---|---|
| Priority: | major | Milestone: | 2.5 Release |
| Component: | Layer.WMS | Version: | SVN |
| Keywords: | Cc: | ||
| State: |
Description
There are two issues with the size of singleTile layers:
1) If layer.ratio is not an integer (like the default 1.5), css sizes may be non-integers, too. This is not tolerated by all browsers and will result in unexpected rendering results.
2) When the map is resized, the tile will keep its old dimensions, and new tiles will be requested with the old map size.
Attached is a patch that fixes these two issues.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

