(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)), |
| 111 | zoom |
| 112 | ); |
| 113 | }; |
| 114 | var tcrsClickLoc = crs.latLngToPoint(e.latlng, zoom), |
| 115 | tileMatrixClickLoc = tcrsClickLoc.divideBy(tileSize).floor(), |
| 116 | tileBounds = new Bounds( |