- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
var path = [
(this.gridSetId || this.projection.projCode.replace(":", "_")) + "_" + this.zeroPad(z, 2),
//this.zeroPad(halfX, digits) + "_" + this.zeroPad(halfY, digits),
/*
* ОООООООЧЕНЬ ГРЯЗНО!!!!!!!!!!!!
* */
this.zeroPad(halfX, 1) + "_" + this.zeroPad(halfY, 1),
this.zeroPad(x, 2 * digits) + "_" + this.zeroPad(y, 2 * digits) + "." + this.type
].join("/");
guest8 09.04.2019 11:19 # −999