Home
last modified time | relevance | path

Searched refs:tileSize (Results 1 – 5 of 5) sorted by path

/plugin/ol3/
H A Dscript.js1tileSize:{type:"number",default:512,units:"pixels",doc:"The minimum visual size to display tiles f… class in AnonymousFunction600b995a0400.i.source_raster
8tileSize?t.tileSize:this.tileSizes_?null:256,pt(!this.tileSize_&&this.tileSizes_||this.tileSize_&&… property in lc.n
/plugin/openlayersmap/
H A DStaticMap.php41 private $tileSize = 256;
243 $resolutionVertical = 360 / ($zoomFactorPowered * $this->tileSize);
251 $zoom = log(360 / ($resolution * $this->tileSize), 2);
329 $this->offsetX = floor((floor($this->centerX) - $this->centerX) * $this->tileSize);
330 $this->offsetY = floor((floor($this->centerY) - $this->centerY) * $this->tileSize);
361 $startX = floor($this->centerX - ($this->width / $this->tileSize) / 2);
362 $startY = floor($this->centerY - ($this->height / $this->tileSize) / 2);
363 $endX = ceil($this->centerX + ($this->width / $this->tileSize) / 2);
364 $endY = ceil($this->centerY + ($this->height / $this->tileSize) / 2);
365 $this->offsetX = -floor(($this->centerX - floor($this->centerX)) * $this->tileSize);
39 private $tileSize = 256; global() variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
[all...]
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/panoview/
H A Dscript.js86 this.tileSize = (options.tileSize ? options.tileSize : PanoJS.TILE_SIZE);
248 var fullSize = this.tileSize;
256 fullSize = this.tileSize / 2;
312 (this.tileSize * Math.pow(2, this.zoomLevel));
319 var cols = Math.ceil(this.width / this.tileSize) + 1;
386 if (tile.posx + this.tileSize < 0) {
393 while (tile.posx < -this.tileSize) {
411 if (tile.posy + this.tileSize < 0) {
418 while (tile.posy < -this.tileSize) {
550 img.style.width = this.tileSize + 'px';
[all …]
/plugin/structgeohash/
H A Dscript.js37 tileSize: 512,