Re: Livemap sizes

2
Hey,
the zoom scale multipliers are hardcoded at 0.5, 1, 2, 4 and 8. There's not much you can do about them without heavily modifying the Javascript code.
The whole zoom function is defined in livemap.js from line 382:

Code: Select all

this.zoom = function( zoomin ) {
...
};
... where zoomin is true or false telling if the person in zooming in or out.
cron