Skip to content
Snippets Groups Projects
Commit ab55da9a authored by iSergio's avatar iSergio
Browse files

Added the retinaTiles option to the OpenStreetMapImageryProvider constructor...

Added the retinaTiles option to the OpenStreetMapImageryProvider constructor options to allow requesting tiles at the 2x resolution for retina displays.
parent 320dcadb
No related branches found
No related tags found
2 merge requests!69CesiumJS 1.109,!68CesiumJS 1.19 release
Pipeline #813 passed
......@@ -39,6 +39,12 @@ public class OpenStreetMapImageryProviderOptions {
*/
@JsProperty
public String fileExtension;
/**
* When true, request tiles at the 2x resolution for retina displays.
* Default: false
*/
@JsProperty
public boolean retinaTiles;
// TODO: Proxy
// /**
// * A proxy to use for requests. This object is expected to have a getURL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment