Tirex::Zoomrange(3pm) | User Contributed Perl Documentation | Tirex::Zoomrange(3pm) |
Tirex::Zoomrange - Range of zoom levels
my $zr = Tirex::Job->new($name, $min[, $max])
Optionally named zoom level range.
Create new range. First argument is the name. Second and third argument the min and max zoom levels. If no max level is given, it is the same as min.
If the name is undef, it is set to 'zMIN-MAX' or 'zMIN' if MIN==MAX.
Get name.
Get minimum zoom level in this range.
Get maximum zoom level in this range.
Get range as string. Format "MIN-MAX" or "MIN" if MIN==MAX.
Get id. The id is a simplified version of the name that only contains the characters a-z, 0-9, and _.
2023-04-11 | perl v5.36.0 |