512px Tile Support Broke
See original GitHub issueScreenshot:

Fixed by offsetting {z} tag replacement + 1.
Varying tile sizes used to work just fine. I don’t know when this broke or which commit is to blame.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
512px Tile Support Broke · Issue #6395 · CesiumGS/cesium
Fixed by offsetting {z} tag replacement + 1. Varying tile sizes used to work just fine. I don't know when this broke or...
Read more >Mapsui/Lobby - Gitter
Do you guys have somewhere an example how to work with 512px tile XYZ service? ... 5 Free Solid"" as FontFamily inside Mapsui...
Read more >Fractography and tiles - Infotile
many contiguous tiles. TORSION. Highly eccentric loading and support. cause twisting and complex crack. TENSION. The material is pulled apart.
Read more >T305433 Overview of the various ways that maps can be broken and ...
Errors, Broken image icon. maperror.png (328×512 px, 15 KB). Possible reasons: server down, ... T309522 Render error on the server side with i18n...
Read more >Broken Tiles Mosaic Seamless Pattern. White And Cream The Tile ...
Picture of Broken tiles mosaic seamless pattern. White and cream the tile wall high resolution real photo or brick seamless ... Twitter post1024...
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 Free
Top 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

256px Tiles
154 network requests Load Time: ~8.2s
512px Tiles
46 network requests 512px Tiles - ~3.6s
Even with HTTP(S)/2’s multiplexing, my 512px tiles were served and viewable over twice as fast as with 256px tiles.
I needed to confirm that my custom tiler wasn’t responsible for the 256px vs. 512px tile bug in Cesium. I did this through a JSFiddle running Leaflet, which displayed my 512px tiles properly.
Currently, I’m using the basic fix of offsetting the zoom +1. This week I’ll have more time to dig into Git blame and find the cause of this issue and hopefully get a PR submitted.
Sorry for the delay.
It’s been over a year @hpinkos. I found an
ol-cesiumissue from May 11, 2017 which reports this exact problem (but proposes - 1 level offset).https://github.com/openlayers/ol-cesium/issues/457
I’ll likely end up with a PR to fix this as I’m migrating from 256px tiles to 512px tiles. No guarantee you all won’t beat me, though.