Searched refs:tileSize (Results 1 – 6 of 6) sorted by relevance
| /plugin/openlayersmap/ |
| D | StaticMap.php | 41 private $tileSize = 256; variable in dokuwiki\\plugin\\openlayersmap\\StaticMap 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); [all …]
|
| /plugin/panoview/ |
| H A D | script.js | 86 this.tileSize = (options.tileSize ? options.tileSize : PanoJS.TILE_SIZE); 248 var fullSize = this.tileSize; 251 fullSize = this.tileSize * Math.pow(2, this.zoomLevel); 256 fullSize = this.tileSize / 2; 312 (this.tileSize * Math.pow(2, this.zoomLevel)); 318 var rows = Math.ceil(this.height / this.tileSize) + 1; 319 var cols = Math.ceil(this.width / this.tileSize) + 1; 373 tile.posx = (tile.xIndex * this.tileSize) + this.x + motion.x; 374 tile.posy = (tile.yIndex * this.tileSize) + this.y + motion.y; 383 tile.posx = (tile.xIndex * this.tileSize) + this.x + motion.x; [all …]
|
| /plugin/structgeohash/ |
| D | script.js | 37 tileSize: 512, property
|
| /plugin/ol3/ |
| D | script.js | 1 …tileSize:{type:"number",default:512,units:"pixels",doc:"The minimum visual size to display tiles f… property 8 …tileSize?t.tileSize:this.tileSizes_?null:256,pt(!this.tileSize_&&this.tileSizes_||this.tileSize_&&… property
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …tileSize] Tile size.\n * Default is `[256, 256]`.\n * @property {Array<number|import(\"../size.js\…
|
| /plugin/strata/ |
| D | plotly-2.25.2.min.js | 8 …tileSize:256}},layers:[{id:"plotly-osm-tiles",type:"raster",source:"plotly-osm-tiles",minzoom:0,ma…
|