Commit db9231d
committed
Fix Issue #17 repeated rescaling of image map.
Repeated scaling of image map will after a while make the image map
coordinates diverge from the location of the airport on the map. To fix this
the coordinates of the image map will be cached and used for calculating
the new image map coordinates when scaling is applie.
This patch also now resizes the airport locator circle so it is not a tiny circle
when zoomed to 200%.1 parent cdc21ec commit db9231d
1 file changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
541 | 547 | | |
542 | 548 | | |
543 | 549 | | |
544 | 550 | | |
545 | 551 | | |
| 552 | + | |
546 | 553 | | |
547 | | - | |
548 | | - | |
| 554 | + | |
| 555 | + | |
549 | 556 | | |
550 | 557 | | |
551 | 558 | | |
| |||
1641 | 1648 | | |
1642 | 1649 | | |
1643 | 1650 | | |
| 1651 | + | |
1644 | 1652 | | |
| 1653 | + | |
1645 | 1654 | | |
1646 | 1655 | | |
1647 | 1656 | | |
| |||
0 commit comments