(c)
| 103 | maxWidth: map.getSize().x * 0.7 |
| 104 | }, |
| 105 | tcrs2pcrs = function (c) { |
| 106 | return crs.transformation.untransform(c, crs.scale(zoom)); |
| 107 | }, |
| 108 | tcrs2gcrs = function (c) { |
| 109 | return crs.unproject( |
| 110 | crs.transformation.untransform(c, crs.scale(zoom)), |