(c, zoom)
| 585 | return transformation.untransform(c.multiplyBy(tileSize), scale(zoom)); |
| 586 | }, |
| 587 | pcrs2tilematrix = function (c, zoom) { |
| 588 | return transformation |
| 589 | .transform(c, scale(zoom)) |
| 590 | .divideBy(tileSize) |
| 591 | .floor(); |
| 592 | }; |
| 593 | if (east && north) { |
| 594 | template.pcrs = {}; |
| 595 | template.pcrs.bounds = bounds( |