Skip to content

XYZTileLayer

Will Breitkreutz edited this page Feb 1, 2024 · 3 revisions

class XYZTileLayer extends Layer

import { XYZTileLayer } from "@usace/groundwork-geo";

new XYZTileLayer(options)

Name Type Default Description
...Layer.options All options from the base Layer type above.
url string "" URL template for the tileset, should include {z}, {x}, and {y} templates to customize requests.
options object {} Options object provided to the lower level Cesium layer object.
options.maximumLevel boolean true Make the XYZTile geometry follow the terrain

Methods

Currently there are no public methods on XYZTileLayer

Clone this wiki locally