You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow retina Mapbox imagery and other formats to be specified
This just allows `format` to be anything, rather than forcing it to start
with a `.` which provides the flexibility for specifying `@2x.png`.
Replaces #3899.
Copy file name to clipboardexpand all lines: CHANGES.md
+1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Change Log
14
14
* Fixed a bug with rotated, textured rectangles. [#4430](https://github.com/AnalyticalGraphicsInc/cesium/pull/4430)
15
15
* Fixed a bug when morphing from 2D to 3D. [#4388](https://github.com/AnalyticalGraphicsInc/cesium/pull/4388)
16
16
* Added `Rectangle.simpleIntersection`.
17
+
* Added the ability to specify retina options, such as `@2x.png`, via the `MapboxImageryProvider``format` option.
17
18
* Removed an unnecessary reprojection of Web Mercator imagery tiles to the Geographic projection on load. This should improve both visual quality and load performance slightly.
0 commit comments