Scale/Translate TileLayer
See original GitHub issueTarget Use case
Much like you can scale/translate a BitmapLayer
by affecting its bounds, it would be cool to do the same to the TileLayer
. The hairy part would be the interplay between the Viewport
and tile fetching but I think it could be possible. Is this something we’d be interested in supporting? @kylebarron I would be happy to work on this PR (and make sure it’s even possible).
Proposed feature
Add scale
and translate
parameters to the TileLayer
to allow for uniform transformations to the layer and and underlying tiles.
To Do List
- Add label and assign to milestone
- Coding
- Doc update
- What’s new update
- Test
Issue Analytics
- State:
- Created 3 years ago
- Comments:17
Top Results From Across the Web
Class: TileLayer - maptalks
TileLayer. A layer used to display tiled map services, such as google maps, open street maps. new TileLayer( ...
Read more >5609255 - bl.ocks.org
... tiles.translate)) .call(tileLayer, tiles) } function tileLayer(selection, ... zoom.scale())); } function matrix3d(scale, translate) { var k = scale ...
Read more >geojson FeatureCollection TypeScript Examples
WMS: return new TileLayer({ source: new TileWMS({ url: layerModel.url, ... projection = geoOrthographic().scale(scale).translate([cx, cy]).rotate([rotation, ...
Read more >Scale (Geotools modules 29-SNAPSHOT API)
This operation is simply a wrapper for the JAI scale operation which allows me to arbitrarily scale and translate a rendered image. Since:...
Read more >// everyblock.js eb.TileLayer = OpenLayers.Class ... - SlideShare
everyblock.js eb.TileLayer = OpenLayers.Class(OpenLayers.Layer.TMS, { version: null, // see eb.TILE_VERSION layername: null, // lower-cased: ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ilan-gold Published 8.4.0-alpha.2
Thanks so much!!!